From 2451192a3af92204fbb24ebc6a07532b425d3626 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 26 Jan 2021 07:32:05 +0000 Subject: updated API documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9665 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/metadataformatter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/qmmpui/metadataformatter.h b/src/qmmpui/metadataformatter.h index 1cecbca35..148514d60 100644 --- a/src/qmmpui/metadataformatter.h +++ b/src/qmmpui/metadataformatter.h @@ -61,7 +61,8 @@ public: * %{decoder} - decoder name, * %{filesize} - file size, * %if(A,B,C) or %if(A&B&C,D,E) - condition, - * %dir(n) - Name of the directory located on \b n levels above. + * %dir(n) - name of the directory located on \b n levels above, + * %dir - full path of the parent directory. */ MetaDataFormatter(const QString &pattern = QString()); /*! -- cgit v1.2.3-13-gbd6f