# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
-GENERATE_TREEVIEW = YES
+GENERATE_TREEVIEW = NO
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
# doxygen will group on one line in the generated HTML documentation.
# generate a warning when it encounters a \startuml command in this case and
# will not generate output for the diagram.
-PLANTUML_JAR_PATH = /usr/share/plantuml/lib/plantuml.jar
+PLANTUML_JAR_PATH = ./plantuml.jar
# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
# configuration file for plantuml.
<!-- Generated by doxygen 1.8.16 -->
<!-- Navigation index tabs for HTML output -->
<navindex>
- <tab type="mainpage" visible="yes" title="readme"/>
- <tab type="modules" visible="yes" title="executables" intro=""/>
- <tab type="filelist" visible="yes" title="sources" intro=""/>
+ <tab type="mainpage" visible="yes" title="Readme"/>
+ <tab type="modules" visible="yes" title="Executables" intro=""/>
+ <tab type="filelist" visible="yes" title="Sources" intro=""/>
</navindex>
<!-- Layout definition for a class page -->
| [view-telem](docs/debugging.md) | Prints @ref tide telemetry data to stdout for debugging |
| [w+ and x+](docs/edit_scripts.md) | Marks the current file as writable and/or executable |
+
+---
+
+# Heading 1
+## Heading 2
+### Heading 3
+#### Heading 4
+##### Heading 5
+###### Heading 6
+
+[A link](google.com)
+
+**Bold Text**
+
+*Italicized Text*
+
+~~The world is flat.~~
+
+> This is a blockquote
+
+`here is some code`
+
+```
+This is a
+fenced code block
+```
+
+Unordered List:
+* item 1
+* item 2
+* item 3
+
+Ordered List:
+1. item 1
+2. item 2
+3. item 3
+
+ This is
+ a code block
+
+| This | Is |
+|------|-------|
+| A | Table |
+
+@attention Pay attention!
+@warning This is a warning!
+@note This is a note!
+@author Author Name Here
+@copyright 2019
+@bug This is a bug!
+@invariant This is an invariant
/* The standard CSS for doxygen 1.8.16 */
+/*
body, table, div, p, dl {
font: 400 14px/22px Roboto,sans-serif;
}
p.reference, p.definition {
font: 400 14px/22px Roboto,sans-serif;
}
-
+*/
/* @group Heading Levels */
h1.groupheader {
/** Base Tag Styling */
body {
- background-color: #eeeeee;
+ background-color: #fff;
font-family: sans-serif;
padding: 0;
margin: 0;
}
h1, h2, h3, h4 { margin: 1em 1ex 0.5ex 0; }
-
h1 { font-size: 1.4em; }
-
h2 { font-size: 1.3em; }
-
h3 { font-size: 1.2em; }
-
h4 { font-size: 1.1em; }
a {
text-decoration: none;
}
-.left { float: left; }
-
-.right { float: right; }
+hr {
+ border-top: 1px solid #005386;
+}
-/** Main Page Content */
-#doc-content {
- background-color: #fff;
-// margin: 0 0 0 200px;
-// padding: 1.0em;
-// border-left: 1px solid #cccccc;
+blockquote {
+// background-color: #F7F8FB;
+ border-left: 2px solid #005386;
}
-//.pageDoc { background-color: #fff; }
-//.contents { background-color: #fff; }
+
+.left { float: left; }
+.right { float: right; }
/** Header Styling */
.mdlTitle {
.tabs a.current { font-weight: bold; }
.tabs ul {
- list-style-type: none;
- margin: 0;
- padding: 0;
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
}
.tabs li {
}
.navpath ul {
+ display: none;
+}
+
+div.header {
+ background-color: #fff;
background-image: none;
- height: 30px;
- line-height: 30px;
- border: solid 1px #C2CDE4;
- overflow: hidden;
- margin: 0px;
- padding: 0px;
+ border-bottom: 0px;
+}
+
+table.markdownTable td,
+table.markdownTable th {
+ border: 1px solid #005386;
+ padding: 3px 7px 2px;
+}
+
+th.markdownTableHeadLeft,
+th.markdownTableHeadRight,
+th.markdownTableHeadCenter,
+th.markdownTableHeadNone {
+ background-color: #005386;
+ color: #FFFFFF;
+ font-size: 110%;
+ padding-bottom: 4px;
+ padding-top: 5px;
+}
+
+.contents a:visited {
+ color: #005386;
+ text-decoration: none;
+}
+
+h2.groupheader {
+ border-bottom: 1px solid #005386;
+ color: #005386;
+}
+
+.title {
+ font-size: 1.8em;
}
\ No newline at end of file