diff options
Diffstat (limited to 'doc/layout.xml')
-rw-r--r-- | doc/layout.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/layout.xml b/doc/layout.xml index f752de13..4744245e 100644 --- a/doc/layout.xml +++ b/doc/layout.xml @@ -25,6 +25,7 @@ <!-- Layout definition for a class page --> <class> <briefdescription visible="yes"/> + <detaileddescription title=""/> <includes visible="$SHOW_INCLUDE_FILES"/> <inheritancegraph visible="$CLASS_GRAPH"/> <collaborationgraph visible="$COLLABORATION_GRAPH"/> @@ -83,6 +84,7 @@ <!-- Layout definition for a namespace page --> <namespace> <briefdescription visible="yes"/> + <detaileddescription title=""/> <memberdecl> <nestednamespaces visible="yes" title=""/> <constantgroups visible="yes" title=""/> @@ -93,7 +95,6 @@ <variables title=""/> <membergroups visible="yes"/> </memberdecl> - <detaileddescription title=""/> <memberdef> <inlineclasses title=""/> <typedefs title=""/> |