diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-07-07 13:06:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-07 13:06:34 (GMT) |
commit | 12144974165365d460abcb046a75aecb361b81da (patch) | |
tree | 103f859c8569fd64937054354691d22623cb77d4 /src/config.xml | |
parent | 1c0ef39d5e3fbe17fa89edb9c22bc88855179b1b (diff) | |
parent | 2a61c8542284261e74e5d6720ee6165b8202ed99 (diff) | |
download | Doxygen-12144974165365d460abcb046a75aecb361b81da.zip Doxygen-12144974165365d460abcb046a75aecb361b81da.tar.gz Doxygen-12144974165365d460abcb046a75aecb361b81da.tar.bz2 |
Merge pull request #719 from albert-github/feature/bug_678684
Bug 678684 - Not warning of undocumented function parameters
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml index 7896078..e17d1d7 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1244,6 +1244,8 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn" or return value. If set to \c NO, doxygen will only warn about wrong or incomplete parameter documentation, but not about the absence of documentation. + If \ref cfg_extract_all "EXTRACT_ALL" is set to \c YES then this flag will + automatically be disabled. ]]> </docs> </option> |