aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-26 07:32:05 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-26 07:32:05 +0000
commit2451192a3af92204fbb24ebc6a07532b425d3626 (patch)
treeed330cb03d16cf962e38642b2cbac9151913c2d8 /src/qmmpui
parent79572d820cf1826a3339f42aacc24cd7abfa6167 (diff)
downloadqmmp-2451192a3af92204fbb24ebc6a07532b425d3626.tar.gz
qmmp-2451192a3af92204fbb24ebc6a07532b425d3626.tar.bz2
qmmp-2451192a3af92204fbb24ebc6a07532b425d3626.zip
updated API documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9665 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui')
-rw-r--r--src/qmmpui/metadataformatter.h3
1 files changed, 2 insertions, 1 deletions
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());
/*!