diff --git a/docs/.gitignore b/docs/.gitignore index ec58145..facb6f8 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,2 +1,3 @@ /html/ /latex/ +/xml/ diff --git a/docs/Doxyfile b/docs/Doxyfile index 47d38b9..8a8ad59 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -44,14 +44,14 @@ PROJECT_NUMBER = # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Libraries for use with the ScStw project." +PROJECT_BRIEF = # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = "favicon.png" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is diff --git a/docs/Doxyfile-mcss b/docs/Doxyfile-mcss new file mode 100644 index 0000000..30519e9 --- /dev/null +++ b/docs/Doxyfile-mcss @@ -0,0 +1,17 @@ +@INCLUDE = Doxyfile +GENERATE_HTML = NO +GENERATE_XML = YES +XML_PROGRAMLISTING = NO + +SHOW_INCLUDE_FILES = YES + +HTML_EXTRA_STYLESHEET = \ + https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600 \ + ../css/m-dark+documentation.compiled.css +M_THEME_COLOR = #0094ff +M_FAVICON = favicon.png + +# navbar +M_LINKS_NAVBAR1 = +M_LINKS_NAVBAR2 = "Introduction" \ + annotated files diff --git a/docs/favicon.png b/docs/favicon.png new file mode 100644 index 0000000..8805bb5 Binary files /dev/null and b/docs/favicon.png differ