diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-07-18 09:16:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-18 09:16:28 (GMT) |
commit | 67ce37e196356628ffa196798d40e9c26c0a6534 (patch) | |
tree | 9609a6662016bae12b3315048c110041c37a48d6 | |
parent | 74c9b5f67758ad21f014f6447d55e8aea6722cb5 (diff) | |
parent | b278c8f658a2507076840f37287e7fe1e3357b54 (diff) | |
download | Doxygen-67ce37e196356628ffa196798d40e9c26c0a6534.zip Doxygen-67ce37e196356628ffa196798d40e9c26c0a6534.tar.gz Doxygen-67ce37e196356628ffa196798d40e9c26c0a6534.tar.bz2 |
Merge pull request #716 from albert-github/feature/bug_docu_file_version_filter
Correction in example of FILE_VERSION_FILTER
-rw-r--r-- | src/config.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml index e17d1d7..94376f5 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> |