diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-05 15:51:39 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-05 15:51:39 -0600 |
commit | 360fbc0c9e06ec009557fdbb6d85095cf8f659da (patch) | |
tree | f49e86be2473de050aabde3a29fb1a8629f995b5 /Doxyfile | |
parent | improve documentation, doxygenate code fully (diff) | |
download | args.hxx-360fbc0c9e06ec009557fdbb6d85095cf8f659da.tar.xz |
improve doxymentation
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -177,7 +177,7 @@ SHORT_NAMES = NO # description.) # The default value is: NO. -JAVADOC_AUTOBRIEF = NO +JAVADOC_AUTOBRIEF = YES # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first # line (until the first dot) of a Qt-style comment as the brief description. If @@ -765,6 +765,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. +INPUT += . INPUT += README.md # This tag can be used to specify the character encoding of the source files |