projects
/
yaz-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:
0046d7d
)
Remove obsolete Doxygen setting
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Jul 2009 08:58:20 +0000
(10:58 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Jul 2009 08:58:20 +0000
(10:58 +0200)
Doxyfile.in
patch
|
blob
|
history
diff --git
a/Doxyfile.in
b/Doxyfile.in
index
fd2eb23
..
6e0ba5f
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.