Browse Source

- Some refinements to the navigation layout for the documentation.

MelvMay-GG 12 years ago
parent
commit
391d4ed
1 changed files with 7 additions and 3 deletions
  1. 7 3
      tools/documentation/scriptRefLayout.xml

+ 7 - 3
tools/documentation/scriptRefLayout.xml

@@ -1,9 +1,13 @@
 <doxygenlayout version="1.0">
   <!-- Navigation index tabs for HTML output -->
   <navindex>
-      <tab type="classindex" visible="$ALPHABETICAL_INDEX" title="Type Index"/>
-      <tab type="hierarchy" visible="$CLASS_HIERARCHY_INDEX" title="Type Hierarchy"/>
-      <tab type="classmembers" visible="$CLASS_MEMBER_INDEX" title="Type Members"/>
+    <tab type="namespaces" visible="yes" title="Global Script">
+      <tab type="namespaces" visible="yes" title="Functions"/>
+    </tab>  
+	<tab type="classes" visible="yes" title="Types">
+      <tab type="classindex" visible="$ALPHABETICAL_INDEX" title="A-Z"/>
+      <tab type="hierarchy" visible="$CLASS_HIERARCHY_INDEX" title="Hierarchy"/>
+	</tab>
   </navindex>  
 
   <!-- Layout definition for a class page -->