diff options
author | Chantry Xavier <shiningxc@gmail.com> | 2008-04-29 21:30:28 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-04-29 22:51:48 +0200 |
commit | 6b3118357614ad37149591ec457447387de0d2ac (patch) | |
tree | 38d69d70c54a283ede7380a37183864e17b8fb61 /doc/Doxyfile | |
parent | 8f902865d932aea0570daea2220566e4093d6211 (diff) | |
download | pacman-6b3118357614ad37149591ec457447387de0d2ac.tar.gz pacman-6b3118357614ad37149591ec457447387de0d2ac.tar.xz |
Doxyfile : enable JAVADOC_AUTOBRIEF.
From http://www.stack.nl/~dimitri/doxygen/config.html#cfg_javadoc_autobrief
JAVADOC_AUTOBRIEF
If the JAVADOC_AUTOBRIEF is set to YES then doxygen will interpret the
first line (until the first dot) of a JavaDoc-style comment as the brief
description. If set to NO (the default), the Javadoc-style will behave just
like regular Qt-style comments (thus requiring an explicit @brief command
for a brief description.)
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 3aea8944..f287bbcd 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -28,7 +28,7 @@ FULL_PATH_NAMES = NO STRIP_FROM_PATH = STRIP_FROM_INC_PATH = SHORT_NAMES = NO -JAVADOC_AUTOBRIEF = NO +JAVADOC_AUTOBRIEF = YES QT_AUTOBRIEF = NO MULTILINE_CPP_IS_BRIEF = NO DETAILS_AT_TOP = NO |