summaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2012-10-11 18:13:56 +0200
committerRan Benita <ran234@gmail.com>2012-10-11 21:51:08 +0200
commitbde066b9202b7e5f94266b88a7d25493d3f1216e (patch)
treef3f94d02dfea16fffa755b94254f7d796a1921f1 /doc/Doxyfile.in
parent89523789cadf407464135068a8437897820e4299 (diff)
downloadxorg-lib-libxkbcommon-bde066b9202b7e5f94266b88a7d25493d3f1216e.tar.gz
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/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in2
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