diff options
| author | Jordan Wiens <github@psifertex.com> | 2025-10-28 18:39:11 -0400 |
|---|---|---|
| committer | Jordan <github@psifertex.com> | 2025-11-06 10:32:46 -0500 |
| commit | 5ed12c4574ea5c3cb82aa6c7f77e3003d49442b2 (patch) | |
| tree | a728fcfb04498c39dfc3b768799cc87666c5b292 /api-docs/cppdocs/header.html | |
| parent | 5a6b4fcc110effbb3e87c85d3d22876697b5b9e9 (diff) | |
simplify CSS, light/dark switch on auto, fix RST tables to be html
Diffstat (limited to 'api-docs/cppdocs/header.html')
| -rw-r--r-- | api-docs/cppdocs/header.html | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/api-docs/cppdocs/header.html b/api-docs/cppdocs/header.html index cf41aa50..a73a36bb 100644 --- a/api-docs/cppdocs/header.html +++ b/api-docs/cppdocs/header.html @@ -1,37 +1,36 @@ -<!-- HTML header for doxygen 1.9.4--> +<!-- HTML header for doxygen 1.15.0--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="$langISO"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta name="generator" content="Doxygen $doxygenversion"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> -<!--BEGIN PROJECT_NAME--><title>BinaryNinja C++ API: $title</title><!--END PROJECT_NAME--> -<!--BEGIN !PROJECT_NAME--><title>BinaryNinja C++ API</title><!--END !PROJECT_NAME--> +<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME--> +<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME--> +<!--BEGIN PROJECT_ICON--> +<link rel="icon" href="$relpath^$projecticon" type="image/x-icon" /> +<!--END PROJECT_ICON--> <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/> -<!--BEGIN DISABLE_INDEX--> - <!--BEGIN FULL_SIDEBAR--> +<!--BEGIN FULL_SIDEBAR--> <script type="text/javascript">var page_layout=1;</script> - <!--END FULL_SIDEBAR--> -<!--END DISABLE_INDEX--> +<!--END FULL_SIDEBAR--> <script type="text/javascript" src="$relpath^jquery.js"></script> <script type="text/javascript" src="$relpath^dynsections.js"></script> +<!--BEGIN COPY_CLIPBOARD--> +<script type="text/javascript" src="$relpath^clipboard.js"></script> +<!--END COPY_CLIPBOARD--> $treeview $search $mathjax <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" /> $extrastylesheet -<script type="text/javascript" src="$relpath^doxygen-awesome-darkmode-toggle.js"></script> -<script type="text/javascript"> - DoxygenAwesomeDarkModeToggle.init() -</script> +<script type="text/javascript" src="$relpath^binaryninja-darkmode.js"></script> </head> <body> -<!--BEGIN DISABLE_INDEX--> - <!--BEGIN FULL_SIDEBAR--> +<!--BEGIN FULL_SIDEBAR--> <div id="side-nav" class="ui-resizable side-nav-resizable"><!-- do not remove this div, it is closed by doxygen! --> - <!--END FULL_SIDEBAR--> -<!--END DISABLE_INDEX--> +<!--END FULL_SIDEBAR--> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> @@ -41,7 +40,7 @@ $extrastylesheet <tbody> <tr id="projectrow"> <!--BEGIN PROJECT_LOGO--> - <td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td> + <td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"$logosize/></td> <!--END PROJECT_LOGO--> <!--BEGIN PROJECT_NAME--> <td id="projectalign"> @@ -50,6 +49,11 @@ $extrastylesheet </td> <!--END PROJECT_NAME--> <!--BEGIN !PROJECT_NAME--> + <!--BEGIN PROJECT_BRIEF--> + <td> + <div id="projectbrief">$projectbrief</div> + </td> + <!--END PROJECT_BRIEF--> <!--END !PROJECT_NAME--> <!--BEGIN DISABLE_INDEX--> <!--BEGIN SEARCHENGINE--> |
