summaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-11-23 01:39:08 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-11-23 01:39:08 +0100
commitec0039e4656d579d423dac3f5d626cb2deed05af (patch)
tree8d84cb569b44ebb0879e237070530b6e41d44098 /Doxyfile.in
parente41852c7ec8cb95f47180005a38e6ff43c4549f9 (diff)
activated JavaDoc brief mode
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 9e9c812..e58fa98 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -6,3 +6,5 @@ OUTPUT_DIRECTORY = @PROJECT_BINARY_DIR@/doc
FILE_PATTERNS = *.hpp \
*.cpp
RECURSIVE = YES
+JAVADOC_AUTOBRIEF = YES
+