Skip to content
Snippets Groups Projects
layout1.xml 5.58 KiB
Newer Older
  • Learn to ignore specific revisions
  • <doxygenlayout version="1.0">
      <!-- Navigation index tabs for HTML output -->
      <navindex>
        <tab type="mainpage" visible="yes" title=""/>
        <tab type="pages" visible="yes" title=""/>
        <tab type="modules" visible="yes" title=""/>
        <tab type="namespaces" visible="yes" title="">
          <tab type="namespaces" visible="yes" title=""/>
          <tab type="namespacemembers" visible="yes" title=""/>
        </tab>
        <tab type="classes" visible="yes" title="">
          <tab type="classes" visible="yes" title=""/>
          <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/> 
          <tab type="hierarchy" visible="yes" title=""/>
          <tab type="classmembers" visible="yes" title=""/>
        </tab>
        <tab type="files" visible="yes" title="">
          <tab type="files" visible="yes" title=""/>
          <tab type="globals" visible="yes" title=""/>
        </tab>
        <tab type="dirs" visible="yes" title=""/>
        <tab type="examples" visible="yes" title=""/>  
      </navindex>
    
      <!-- Layout definition for a class page -->
      <class>
        <briefdescription visible="no"/>
        <detaileddescription title="Description"/>
        <includes visible="$SHOW_INCLUDE_FILES"/>
        <inheritancegraph visible="$CLASS_GRAPH"/>
        <collaborationgraph visible="$COLLABORATION_GRAPH"/>
        <allmemberslink visible="yes"/>
        <memberdecl>
          <nestedclasses visible="yes" title=""/>
          <publictypes title=""/>
          <publicslots title=""/>
          <signals title=""/>
          <publicmethods title=""/>
          <publicstaticmethods title=""/>
          <publicattributes title=""/>
          <publicstaticattributes title=""/>
          <protectedtypes title=""/>
          <protectedslots title=""/>
          <protectedmethods title=""/>
          <protectedstaticmethods title=""/>
          <protectedattributes title=""/>
          <protectedstaticattributes title=""/>
          <packagetypes title=""/>
          <packagemethods title=""/>
          <packagestaticmethods title=""/>
          <packageattributes title=""/>
          <packagestaticattributes title=""/>
          <properties title=""/>
          <events title=""/>
          <privatetypes title=""/>
          <privateslots title=""/>
          <privatemethods title=""/>
          <privatestaticmethods title=""/>
          <privateattributes title=""/>
          <privatestaticattributes title=""/>
          <friends title=""/>
          <related title="" subtitle=""/>
          <membergroups visible="yes"/>
        </memberdecl>
        <memberdef>
          <typedefs title=""/>
          <enums title=""/>
          <constructors title=""/>
          <functions title=""/>
          <related title=""/>
          <variables title=""/>
          <properties title=""/>
          <events title=""/>
        </memberdef>
        <usedfiles visible="$SHOW_USED_FILES"/>
        <authorsection visible="yes"/>
      </class>
    
      <!-- Layout definition for a namespace page -->
      <namespace>
        <briefdescription visible="no"/>
        <detaileddescription title="Description"/>
        <memberdecl>
          <nestednamespaces visible="yes" title=""/>
          <classes visible="yes" title=""/>
          <typedefs title=""/>
          <enums title=""/>
          <functions title=""/>
          <variables title=""/>
          <membergroups visible="yes"/>
        </memberdecl>
        <memberdef>
          <typedefs title=""/>
          <enums title=""/>
          <functions title=""/>
          <variables title=""/>
        </memberdef>
        <authorsection visible="yes"/>
      </namespace>
    
      <!-- Layout definition for a file page -->
      <file>
        <briefdescription visible="no"/>
        <detaileddescription title="Description"/>
        <includes visible="$SHOW_INCLUDE_FILES"/>
        <includegraph visible="$INCLUDE_GRAPH"/>
        <includedbygraph visible="$INCLUDED_BY_GRAPH"/>
        <sourcelink visible="yes"/>
        <memberdecl>
          <classes visible="yes" title=""/>
          <namespaces visible="yes" title=""/>
          <defines title=""/>
          <typedefs title=""/>
          <enums title=""/>
          <functions title=""/>
          <variables title=""/>
          <membergroups visible="yes"/>
        </memberdecl>
        <memberdef>
          <defines title=""/>
          <typedefs title=""/>
          <enums title=""/>
          <functions title=""/>
          <variables title=""/>
        </memberdef>
        <authorsection/>
      </file>
    
      <!-- Layout definition for a group page -->
      <group>
        <briefdescription visible="no"/>
        <detaileddescription title="Description"/>
        <groupgraph visible="$GROUP_GRAPHS"/>
        <memberdecl>
          <classes visible="yes" title=""/>
          <namespaces visible="yes" title=""/>
          <dirs visible="yes" title=""/>
          <nestedgroups visible="yes" title=""/>
          <files visible="yes" title=""/>
          <defines title=""/>
          <typedefs title=""/>
          <enums title=""/>
          <enumvalues title=""/>
          <functions title=""/>
          <variables title=""/>
          <signals title=""/>
          <publicslots title=""/>
          <protectedslots title=""/>
          <privateslots title=""/>
          <events title=""/>
          <properties title=""/>
          <friends title=""/>
          <membergroups visible="yes"/>
        </memberdecl>
        <memberdef>
          <pagedocs/>
          <defines title=""/>
          <typedefs title=""/>
          <enums title=""/>
          <enumvalues title=""/>
          <functions title=""/>
          <variables title=""/>
          <signals title=""/>
          <publicslots title=""/>
          <protectedslots title=""/>
          <privateslots title=""/>
          <events title=""/>
          <properties title=""/>
          <friends title=""/>
        </memberdef>
        <authorsection visible="yes"/>
      </group>
    
      <!-- Layout definition for a directory page -->
      <directory>
        <briefdescription visible="no"/>
        <detaileddescription title="Description"/>
        <directorygraph visible="yes"/>
        <memberdecl>
          <dirs visible="yes"/>
          <files visible="yes"/>
        </memberdecl>
      </directory>
    </doxygenlayout>