summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2014-09-07 08:06:01 -0700
committerTushar Gohad <tushar.gohad@intel.com>2014-09-07 08:06:01 -0700
commit2a103711fafd7258420c478130c6e850b23698d2 (patch)
treefec575366e5bee2f58713898b646f18ec968bfa4 /doc
parent942f1e701dedea12f2387da2db4ef4c3cb559024 (diff)
downloadliberasurecode-2a103711fafd7258420c478130c6e850b23698d2.tar.gz
Turn on Javadoc style brief for comments
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 7a4c36b..08c0a43 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -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