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/header.html | |
| 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/header.html')
| -rw-r--r-- | api-docs/cppdocs/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api-docs/cppdocs/header.html b/api-docs/cppdocs/header.html index 7d2534eb..cf41aa50 100644 --- a/api-docs/cppdocs/header.html +++ b/api-docs/cppdocs/header.html @@ -45,8 +45,8 @@ $extrastylesheet <!--END PROJECT_LOGO--> <!--BEGIN PROJECT_NAME--> <td id="projectalign"> - <div id="projectname">Binary Ninja C++ API<!--BEGIN PROJECT_NUMBER--><span id="projectnumber"> $projectnumber</span><!--END PROJECT_NUMBER--> - </div> + <div id="projectname"><a href="$relpath^index.html">Binary Ninja C++ API<!--BEGIN PROJECT_NUMBER--><span id="projectnumber"> $projectnumber</span><!--END PROJECT_NUMBER--> + </a></div> </td> <!--END PROJECT_NAME--> <!--BEGIN !PROJECT_NAME--> |
