diff options
| author | kat <katherine@vector35.com> | 2022-10-17 12:37:02 -0400 |
|---|---|---|
| committer | Kyle Martin <krm504@nyu.edu> | 2022-10-17 19:55:39 -0400 |
| commit | 070b1a17dd32a673fd96e645d47dd0ca3bf764c6 (patch) | |
| tree | 0e2e4d864dde75bb0e6391f0f070682e75edeeea /api-docs/cppdocs/DoxygenLayout.xml | |
| parent | d41f2296da756d3f1916f70fb1db2f67f1549b7c (diff) | |
[C++ docs] Several fixes, improvements, additions, and general cleanup
- Sort documentation into groups (aka. modules)
- Add DataRenderer, BinaryView, InstructionTextToken, Others docs
- Fixes stylesheet for documentation website
- New 'Deprecated' section listing deprecated items
- Re-add 'Files' listing
- Add a 'Main page' and restructure the navbar
Diffstat (limited to 'api-docs/cppdocs/DoxygenLayout.xml')
| -rw-r--r-- | api-docs/cppdocs/DoxygenLayout.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/api-docs/cppdocs/DoxygenLayout.xml b/api-docs/cppdocs/DoxygenLayout.xml index f946e233..73a7bfdb 100644 --- a/api-docs/cppdocs/DoxygenLayout.xml +++ b/api-docs/cppdocs/DoxygenLayout.xml @@ -2,7 +2,7 @@ <!-- Generated by doxygen 1.8.20 --> <!-- Navigation index tabs for HTML output --> <navindex> - <tab type="mainpage" visible="no" title="Binary Ninja API"/> + <tab type="mainpage" visible="yes" title="Binary Ninja API"/> <tab type="pages" visible="yes" title="Binary Ninja API" intro=""/> <tab type="modules" visible="yes" title="" intro=""/> <tab type="namespacelist" visible="yes" title="Namespaces" intro=""/> @@ -21,12 +21,16 @@ <tab type="exceptionindex" visible="$ALPHABETICAL_INDEX" title=""/> <tab type="exceptionhierarchy" visible="yes" title="" intro=""/> </tab> - <tab type="examples" visible="yes" title="" intro=""/> + <tab type="examples" visible="yes" title="" intro=""/> + <tab type="files" visible="yes" title=""> + <tab type="filelist" visible="yes" title="" intro=""/> + <tab type="globals" visible="yes" title="" intro=""/> + </tab> </navindex> <!-- Layout definition for a class page --> <class> - <briefdescription visible="no"/> + <briefdescription visible="yes"/> <detaileddescription title=""/> <includes visible="$SHOW_INCLUDE_FILES"/> <!-- <inheritancegraph visible="$CLASS_GRAPH"/> --> @@ -153,7 +157,7 @@ <!-- Layout definition for a group page --> <group> - <briefdescription visible="no"/> + <briefdescription visible="yes"/> <detaileddescription title=""/> <groupgraph visible="$GROUP_GRAPHS"/> <memberdecl> |
