Doxygen Updates (#117)

Fixed font for examples
Removed extraneous tag in DoxygenLayout.xml
More spacing on Doxygen version number, associated position change for seach boxes.
This commit is contained in:
James Hughes 2021-03-04 14:43:26 +00:00 committed by graham sanderson
parent f3ee2f311c
commit 9ba10751f8
4 changed files with 12 additions and 9 deletions

View File

@ -147,8 +147,7 @@
</namespace> </namespace>
<!-- Layout definition for a file page --> <!-- Layout definition for a file page -->
<file> <tab type="modules" visible="yes" title="Libraries" intro="Here is a list of all the libraries supported in the Raspberry Pi Pico SDK"/> <file>
<briefdescription visible="yes"/> <briefdescription visible="yes"/>
<includes visible="$SHOW_INCLUDE_FILES"/> <includes visible="$SHOW_INCLUDE_FILES"/>
<includegraph visible="$INCLUDE_GRAPH"/> <includegraph visible="$INCLUDE_GRAPH"/>

View File

@ -46,7 +46,7 @@
<div class="logo"> <div class="logo">
<a href="$relpath^index.html"> <img src="logo.svg" alt="Raspberry Pi"></a> <a href="$relpath^index.html"> <img src="logo.svg" alt="Raspberry Pi"></a>
<span> <span style="display: inline-block; margin-top: 10px;">
v$projectnumber v$projectnumber
</span> </span>
</div> </div>

View File

@ -7,7 +7,7 @@ body {
} }
h1, h2, h3, h4, h5, h6, p, a, li, span, blockquote, input, textarea, select, label { h1, h2, h3, h4, h5, h6, p, a, li, span, blockquote, input, textarea, select, label {
font-family: 'Roboto', sans-serif !important; font-family: 'Roboto', sans-serif;
} }
p { p {
@ -97,5 +97,9 @@ a {
display: none !important; display: none !important;
} }
div.line,
div.line a,
div.line span {
font-family: monospace;
}

View File

@ -99,8 +99,8 @@
} }
#MSearchSelectWindow { #MSearchSelectWindow {
position: fixed; position: fixed;
top: 145px !important; top: 178px !important;
left: 35px !important; left: 49px !important;
border: solid 1px #d4d4d4; border: solid 1px #d4d4d4;
border-radius: 0; border-radius: 0;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25); box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
@ -118,8 +118,8 @@
} }
#MSearchResultsWindow { #MSearchResultsWindow {
position: fixed; position: fixed;
top: 145px !important; top: 178px !important;
left: 35px !important; left: 49px !important;
border: solid 1px #d4d4d4; border: solid 1px #d4d4d4;
border-radius: 0; border-radius: 0;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25); box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);