diff options
author | Ran Benita <ran234@gmail.com> | 2012-10-11 18:13:56 +0200 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2012-10-11 21:51:08 +0200 |
commit | bde066b9202b7e5f94266b88a7d25493d3f1216e (patch) | |
tree | f3f94d02dfea16fffa755b94254f7d796a1921f1 /doc | |
parent | 89523789cadf407464135068a8437897820e4299 (diff) |
doc: use JAVADOC_AUTOBRIEF
Don't have to type @brief all the time.
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 97d0d46..0521467 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -153,7 +153,7 @@ SHORT_NAMES = NO # comments will behave just like regular Qt-style comments # (thus requiring an explicit @brief command for a brief description.) -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 |