|
1 | | -<!-- HTML header for doxygen 1.10.0--> |
| 1 | +<!-- HTML header for doxygen 1.18.0--> |
2 | 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | 3 | <html xmlns="http://www.w3.org/1999/xhtml" lang="$langISO"> |
4 | 4 | <head> |
|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
9 | 9 | <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME--> |
10 | 10 | <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME--> |
| 11 | +<!--BEGIN PROJECT_ICON--> |
11 | 12 | <link rel="icon" href="$relpath^$projecticon" type="image/x-icon" /> |
| 13 | +<!--END PROJECT_ICON--> |
12 | 14 | <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/> |
13 | | -<!--BEGIN DISABLE_INDEX--> |
14 | 15 | <!--BEGIN FULL_SIDEBAR--> |
15 | | -<script type="text/javascript">var page_layout=1;</script> |
| 16 | +<meta name="doxygen-page-layout" content="1" /> |
16 | 17 | <!--END FULL_SIDEBAR--> |
17 | | -<!--END DISABLE_INDEX--> |
18 | | -<script type="text/javascript" src="$relpath^jquery.js"></script> |
| 18 | +<!--BEGIN HTML_DYNAMIC_SECTIONS--> |
19 | 19 | <script type="text/javascript" src="$relpath^dynsections.js"></script> |
| 20 | +<!--END HTML_DYNAMIC_SECTIONS--> |
| 21 | +<!--BEGIN HTML_CODE_FOLDING--> |
| 22 | +<script type="text/javascript" src="$relpath^codefolding.js"></script> |
| 23 | +<!--END HTML_CODE_FOLDING--> |
| 24 | +<!--BEGIN COPY_CLIPBOARD--> |
| 25 | +<script type="text/javascript" src="$relpath^clipboard.js"></script> |
| 26 | +<!--END COPY_CLIPBOARD--> |
20 | 27 | $treeview |
| 28 | +<script type="text/javascript"> |
| 29 | + if (typeof Cookie !== 'undefined') { |
| 30 | + // Read the Docs projects share one origin, so isolate Doxygen's generic |
| 31 | + // settings to the current project and version directory. |
| 32 | + const docsPath = new URL('$relpath^.', location.href).pathname |
| 33 | + .replace(/[^A-Za-z0-9_-]/g, '_') |
| 34 | + Cookie.cookie_namespace += `${docsPath}_` |
| 35 | + } |
| 36 | +</script> |
21 | 37 | $search |
22 | 38 | $mathjax |
23 | 39 | $darkmode |
| 40 | +$mermaidjs |
24 | 41 | <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" /> |
25 | 42 | $extrastylesheet |
26 | 43 |
|
|
55 | 72 | <!--DOXYGEN-AWESOME END--> |
56 | 73 | </head> |
57 | 74 | <body> |
58 | | -<!--BEGIN DISABLE_INDEX--> |
59 | | - <!--BEGIN FULL_SIDEBAR--> |
| 75 | +<script type="text/javascript"> |
| 76 | + // Doxygen 1.18's external search runtime expects this element on every page. |
| 77 | + if (!location.pathname.endsWith('/search.html')) { |
| 78 | + const searchResults = document.createElement('div') |
| 79 | + searchResults.id = 'searchresults' |
| 80 | + searchResults.hidden = true |
| 81 | + document.body.appendChild(searchResults) |
| 82 | + } |
| 83 | +</script> |
| 84 | +<!--BEGIN FULL_SIDEBAR--> |
60 | 85 | <div id="side-nav" class="ui-resizable side-nav-resizable"><!-- do not remove this div, it is closed by doxygen! --> |
61 | | - <!--END FULL_SIDEBAR--> |
62 | | -<!--END DISABLE_INDEX--> |
| 86 | +<!--END FULL_SIDEBAR--> |
63 | 87 |
|
64 | 88 | <div id="top"><!-- do not remove this div, it is closed by doxygen! --> |
65 | 89 |
|
|
0 commit comments