summaryrefslogtreecommitdiffstats
path: root/src/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout.h')
-rw-r--r--src/layout.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/layout.h b/src/layout.h
index 1906a3d..a23fd2f 100644
--- a/src/layout.h
+++ b/src/layout.h
@@ -46,10 +46,11 @@ struct LayoutDocEntry
// Namespace specific items
NamespaceNestedNamespaces, NamespaceNestedConstantGroups,
- NamespaceClasses, NamespaceInlineClasses,
+ NamespaceClasses, NamespaceInterfaces, NamespaceStructs, NamespaceExceptions,
+ NamespaceInlineClasses,
// File specific items
- FileClasses, FileNamespaces, FileConstantGroups,
+ FileClasses, FileInterfaces, FileStructs, FileExceptions, FileConstantGroups, FileNamespaces,
FileIncludes, FileIncludeGraph,
FileIncludedByGraph, FileSourceLink,
FileInlineClasses,
@@ -131,6 +132,17 @@ struct LayoutNavEntry
ClassIndex,
ClassHierarchy,
ClassMembers,
+ Interfaces,
+ InterfaceList,
+ InterfaceIndex,
+ InterfaceHierarchy,
+ Structs,
+ StructList,
+ StructIndex,
+ Exceptions,
+ ExceptionList,
+ ExceptionIndex,
+ ExceptionHierarchy,
Files,
FileList,
FileGlobals,