summaryrefslogtreecommitdiffstats
path: root/src/layout.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-12-27 19:12:07 (GMT)
committerJoe George <joe@zeroc.com>2018-10-22 19:21:42 (GMT)
commit3a97099d5e6afd298486f219694a7fb5eff67fea (patch)
tree979abad6dd502a4d28dac1f29a1bce9e4bb3b336 /src/layout.h
parentd94c10574f44c10ff0df9ce24c09cb6fcaac37c0 (diff)
downloadDoxygen-3a97099d5e6afd298486f219694a7fb5eff67fea.zip
Doxygen-3a97099d5e6afd298486f219694a7fb5eff67fea.tar.gz
Doxygen-3a97099d5e6afd298486f219694a7fb5eff67fea.tar.bz2
Added *.ice files as a recognized file type.
Added a Slice-optimized output 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,