diff options
author | Pavel Belikov <pavel.fuchs.belikov@gmail.com> | 2017-11-09 20:39:18 +0300 |
---|---|---|
committer | Pavel Belikov <pavel.fuchs.belikov@gmail.com> | 2017-11-09 20:39:18 +0300 |
commit | 127ed88a069983b8c5a79a725a26040dc31521f1 (patch) | |
tree | d6ef57e27462eeaaa10fb5b40592b78d6f0916f6 /Doxyfile | |
parent | add subparsers validation (diff) | |
download | args.hxx-127ed88a069983b8c5a79a725a26040dc31521f1.tar.xz |
add doxygen comments for subparsers
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -833,7 +833,7 @@ EXCLUDE_PATTERNS = catch.hpp # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories use the pattern */test/* -EXCLUDE_SYMBOLS = +EXCLUDE_SYMBOLS = args::Command::RaiiSubparser args::SubparserError # The EXAMPLE_PATH tag can be used to specify one or more files or directories # that contain example code fragments that are included (see the \include |