Skip to content

Commit

Permalink
Put doxygen into dark mode
Browse files Browse the repository at this point in the history
The dot graphs still need work but I can't be bothered right now
  • Loading branch information
evan1026 committed May 12, 2022
1 parent f33958b commit 9f51f12
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "lib/json"]
path = lib/json
url = https://github.com/nlohmann/json.git
[submodule "lib/doxygen-awesome-css"]
path = lib/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ set_property(TARGET ${EXECUTABLE_NAME} PROPERTY CXX_STANDARD 17)
###########
set(DOXYGEN_GENERATE_HTML YES)
set(DOXYGEN_GENERATE_MAN YES)
set(DOXYGEN_GENERATE_TREEVIEW YES)
set(DOXYGEN_HTML_EXTRA_STYLESHEET "${LIB_DIR}/doxygen-awesome-css/doxygen-awesome.css")
find_package(Doxygen)
if (DOXYGEN_FOUND)
doxygen_add_docs(
Expand Down
2 changes: 1 addition & 1 deletion include/Documentation.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file Documentation.hpp
* @brief This file is just a place to put documenation for the front
* @brief This file is just a place to put documentation for the front
* page of the doxygen docs
*/

Expand Down
1 change: 1 addition & 0 deletions lib/doxygen-awesome-css
Submodule doxygen-awesome-css added at a5efba

0 comments on commit 9f51f12

Please sign in to comment.