diff --git a/.gitignore b/.gitignore index 9e64078..5cad382 100644 --- a/.gitignore +++ b/.gitignore @@ -97,7 +97,8 @@ build-*/* test-*.log compile_commands.json *.bak -docs/* +docs/html +docs/man tags *cache .DS_Store diff --git a/Doxyfile b/Doxyfile index 6b2018a..f3a531a 100644 --- a/Doxyfile +++ b/Doxyfile @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "Ascension" +PROJECT_NAME = "Ascensdant" # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version diff --git a/docs/extra/dark-mode.css b/docs/extra/dark-mode.css new file mode 100644 index 0000000..a9c8a6d --- /dev/null +++ b/docs/extra/dark-mode.css @@ -0,0 +1,99 @@ +body, dl.reflist dd, span.lineno, a.line +{ + background-color: #181A1B; + color: #AEADA3; +} + +a { + color: #C3C2B7 !important; + text-shadow: none !important; +} +a:visited { + color: #8D8D8D !important; + text-shadow: none !important; +} + +dt, dt { + background-color: #282828 !important; + background-image: none !important; + color: #AEADA3 !important; +} + +.memproto, dl.reflist dt { + text-shadow: none !important; +} + +.contents .directory { + color: #AEADA3 !important; +} + + +.memtitle, .memproto, .navpath ul,ul.sm, ul.sm-dox, .sm-dox a, .sm-dox a:focus, .sm-dox a:hover, .sm-dox a:active +{ + background-image: none !important; + background-color: #282828 !important; + + color: #AEADA3 !important; + text-shadow: none !important; + border-color: #1C1C1C !important; +} + +.memdoc { + border-bottom: 1px dotted #1C1C1C !important; + border-left: 1px solid #1C1C1C !important; + border-right: 1px solid #1C1C1C !important; +} + +.directory { + color +} + + +tr.heading h2, tr.heading h3, tr.heading h1, h2.groupheader { + color: #AEADA3 !important; +} + +.memdoc, tr.even, tr > td.memItemLeft, tr > td.memItemRight, div.memtemplate +{ + background-image: none !important; + background-color: #292929 !important; + + color: #AEADA3 !important; +} + +div { + border-color: grey !important; +} + +div.fragment,div.textBlock, div.compoundTemplParams, div.headertitle, p.definition +{ + background-image: none !important; + background-color: #292929 !important; + + color: #AEADA3 !important; +} + +td.mdescLeft, td.mdescRight { + background-image: none !important; + background-color: #292929 !important; + + color: #AEADA3 !important; + +} + +img { + + filter: invert(80%) hue-rotate(180deg) saturate(400%) drop-shadow(1.5pt 1pt 1px black); +} + +#MSearchBox { + background-color: #282828 !important; + border-color: #353535 !important; +} + +div.line +{ + font-family: Monaco, Menlo, monospace, fixed !important; + +} +/* vim: sts=4 ts=4 expandtab sw=4 : */ diff --git a/docs/extra/favicon.png b/docs/extra/favicon.png new file mode 100644 index 0000000..54c7d00 Binary files /dev/null and b/docs/extra/favicon.png differ diff --git a/docs/extra/headerFile b/docs/extra/headerFile new file mode 100644 index 0000000..67cd53f --- /dev/null +++ b/docs/extra/headerFile @@ -0,0 +1,74 @@ + + + + + + + + +$projectname: $title +$title + + + + + + + + +$treeview +$search +$mathjax + +$extrastylesheet + + + + + +
+ + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
$projectname $projectnumber +
+
$projectbrief
+
+
$projectbrief
+
$searchbox
$searchbox
+
+ + diff --git a/docs/extra/logo.png b/docs/extra/logo.png new file mode 100644 index 0000000..e8e4207 Binary files /dev/null and b/docs/extra/logo.png differ