diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-11-23 01:39:08 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-11-23 01:39:08 +0100 |
commit | ec0039e4656d579d423dac3f5d626cb2deed05af (patch) | |
tree | 8d84cb569b44ebb0879e237070530b6e41d44098 /Doxyfile.in | |
parent | e41852c7ec8cb95f47180005a38e6ff43c4549f9 (diff) |
activated JavaDoc brief mode
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 2 |
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 + |