projects
/
pazpar2-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:
cf2fe6a
)
Remove DETAILS_AT_TOP Dox config
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 28 Aug 2009 12:41:48 +0000
(14:41 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 28 Aug 2009 12:41:48 +0000
(14:41 +0200)
Doxyfile.in
patch
|
blob
|
history
diff --git
a/Doxyfile.in
b/Doxyfile.in
index
b064749
..
f9d2773
100644
(file)
--- a/
Doxyfile.in
+++ b/
Doxyfile.in
@@
-155,13
+155,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.