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 GitHub
parent 1a471f13bd
commit ae2f040e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 9 deletions

View File

@ -147,8 +147,7 @@
</namespace>
<!-- 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"/>
<includes visible="$SHOW_INCLUDE_FILES"/>
<includegraph visible="$INCLUDE_GRAPH"/>

View File

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

View File

@ -7,7 +7,7 @@ body {
}
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 {
@ -97,5 +97,9 @@ a {
display: none !important;
}
div.line,
div.line a,
div.line span {
font-family: monospace;
}

View File

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