summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-05-09 13:09:12 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-05-09 13:09:12 (GMT)
commitb278c8f658a2507076840f37287e7fe1e3357b54 (patch)
treecec3787ce38979c3f7396460bb74c8f06b56c36c /src/config.xml
parentc78c338fffbdbb9b2379b1896e647f7cc697da57 (diff)
downloadDoxygen-b278c8f658a2507076840f37287e7fe1e3357b54.zip
Doxygen-b278c8f658a2507076840f37287e7fe1e3357b54.tar.gz
Doxygen-b278c8f658a2507076840f37287e7fe1e3357b54.tar.bz2
Correction in example of FILE_VERSION_FILTER
Corrected name in example and corrected layout in documentation.
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml
index fa0ae26..436b837 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1138,6 +1138,8 @@ Go to the <a href="commands.html">next</a> section or return to the
</docs>
<docs doxywizard='0' doxyfile='0'>
<![CDATA[
+<br>
+<br>
Example of using a shell script as a filter for Unix:
\verbatim
FILE_VERSION_FILTER = "/bin/sh versionfilter.sh"
@@ -1157,7 +1159,7 @@ svn stat -v $1 | sed -n 's/^[ A-Z?\*|!]\{1,15\}/r/;s/ \{1,15\}/\/r/;s/ .*//p'
<br>
Example filter for ClearCase:
\verbatim
-FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
+FILE_VERSION_FILTER = "cleartool desc -fmt \%Vn"
\endverbatim
]]>
</docs>