summaryrefslogtreecommitdiff
path: root/doc/hacking.doxy.in
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-01-05 11:25:03 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-01-05 11:25:03 +0200
commit0ab10fbf3f9e3432f180f1033b4900e2d0521657 (patch)
treee2795fb1db4dd1df699f4cfe95f97d35aa5536ac /doc/hacking.doxy.in
parent122e2d204e0bdcf081bf1bd05f410a6040a110bf (diff)
downloadlibrpm-tizen-0ab10fbf3f9e3432f180f1033b4900e2d0521657.tar.gz
librpm-tizen-0ab10fbf3f9e3432f180f1033b4900e2d0521657.tar.bz2
librpm-tizen-0ab10fbf3f9e3432f180f1033b4900e2d0521657.zip
Lose deprecated DETAILS_AT_TOP doxygen setting
Diffstat (limited to 'doc/hacking.doxy.in')
-rw-r--r--doc/hacking.doxy.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/hacking.doxy.in b/doc/hacking.doxy.in
index 5303025ae..257aae6a4 100644
--- a/doc/hacking.doxy.in
+++ b/doc/hacking.doxy.in
@@ -146,13 +146,6 @@ JAVADOC_AUTOBRIEF = YES
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.