projects
/
yazpp-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc466cc
)
Remove DETAILS_AT_TOP (Doxygen)
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 19 Nov 2009 17:06:26 +0000
(18:06 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 19 Nov 2009 17:06:26 +0000
(18:06 +0100)
Doxyfile.in
patch
|
blob
|
history
diff --git
a/Doxyfile.in
b/Doxyfile.in
index
854016d
..
e4c7527
100644
(file)
--- a/
Doxyfile.in
+++ b/
Doxyfile.in
@@
-154,13
+154,6
@@
QT_AUTOBRIEF = NO
MULTILINE_CPP_IS_BRIEF = NO
-# If the DETAILS_AT_TOP tag is set to YES then Doxygen
-# will output the detailed description near the top, like JavaDoc.
-# If set to NO, the detailed description appears after the member
-# documentation.
-
-DETAILS_AT_TOP = NO
-
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
# member inherits the documentation from any documented member that it
# re-implements.