diff options
-rw-r--r-- | doc/hacking.doxy.in | 7 | ||||
-rw-r--r-- | doc/librpm.doxy.in | 7 |
2 files changed, 0 insertions, 14 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. diff --git a/doc/librpm.doxy.in b/doc/librpm.doxy.in index 4efcb60eb..440e8265b 100644 --- a/doc/librpm.doxy.in +++ b/doc/librpm.doxy.in @@ -148,13 +148,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. |