DoxygenLayout.xml: move akward dep graph to the bottom
authorBrendan Le Foll <brendan.le.foll@intel.com>
Sun, 7 Sep 2014 20:20:24 +0000 (21:20 +0100)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Sun, 7 Sep 2014 20:20:24 +0000 (21:20 +0100)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
DoxygenLayout.xml

index 814ab12..8af4aac 100644 (file)
   <!-- Layout definition for a file page -->
   <file>
     <briefdescription visible="no"/>
-    <includegraph visible="$INCLUDE_GRAPH"/>
-    <includes visible="$SHOW_INCLUDE_FILES"/>
     <detaileddescription title="API Description"/>
     <sourcelink visible="yes"/>
     <memberdecl>
       <enums title=""/>
       <variables title=""/>
     </memberdef>
+    <includegraph visible="$INCLUDE_GRAPH"/>
+    <includes visible="$SHOW_INCLUDE_FILES"/>
     <includedbygraph visible="$INCLUDED_BY_GRAPH"/>
     <authorsection/>
   </file>