diff options
-rw-r--r-- | src/doc/layout.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/doc/layout.xml b/src/doc/layout.xml index 7f514d4..6bde443 100644 --- a/src/doc/layout.xml +++ b/src/doc/layout.xml @@ -2,8 +2,11 @@ <doxygenlayout version="1.0"> <navindex> <tab type="mainpage" visible="yes" title=""/> + <tab type="user" url="@ref install" title="Installation"/> + <tab type="user" url="@ref feature" title="Features"/> + <tab type="user" url="@ref internal" title="Internals"/> <tab type="pages" visible="no" title="" intro=""/> - <tab type="topics" visible="yes" title="" intro=""/> + <tab type="topics" visible="no" title="" intro=""/> <tab type="modules" visible="yes" title="" intro=""> <tab type="modulelist" visible="yes" title="" intro=""/> <tab type="modulemembers" visible="yes" title="" intro=""/> |