Update Doxyfile and documentation.

This commit is contained in:
Nathan Osman
2017-07-08 10:09:49 -07:00
parent a77badb827
commit bd7740bbc5
3 changed files with 295 additions and 164 deletions

View File

@@ -1,45 +1,34 @@
/**
* Overrides for Doxygen CSS
* Copyright 2015 - Nathan Osman
*/
/* Ensure that a sane font is selected by default since
the current stylesheet uses Roboto if available */
body, table, div, p, dl {
font-family: Helvetica, Arial, sans-serif;
}
/* Remove the underline from the titlearea and increase the margin */
#titlearea {
border-bottom: 0;
margin-bottom: 16px;
margin: 10px 0;
}
/* The .footer class is also used in the img at the bottom for some reason */
.footer img {
width: auto;
#projectalign {
padding-left: 0 !important;
}
/* Add the border back to the tab list */
.tabs {
border-top: 1px solid #5373b4;
.fragment {
padding: 4px !important;
}
/* The next two rules fix up the search box */
.tabs .tablist li:last-child {
float: right;
position: relative;
}
.tablist {
width: 100%;
}
/* Ensure that certain parts of the page are never wider than about 900px */
@media (min-width: 992px) {
#top, .header, .contents, .footer {
margin-left: auto !important;
margin-right: auto !important;
width: 800px;
margin: auto !important;
max-width: 900px;
}
#titlearea {
border-bottom: none;
}
#main-nav, #navrow1 {
border-radius: 4px 4px 0 0;
border-top: 1px solid #c4cfe5;
position: relative;
}
#main-nav, #navrow1, .header, .nav-path, .contents {
border-left: 1px solid #c4cfe5;
border-right: 1px solid #c4cfe5;
box-sizing: border-box;
}
.contents {
padding: 14px;
}
hr.footer {
border-top: 1px solid #c4cfe5;
}
}