From c5e574f1310137c1a3c26521e157013ea682cc68 Mon Sep 17 00:00:00 2001 From: Jakub Andrysek Date: Wed, 3 Apr 2024 01:11:51 +0200 Subject: [PATCH 1/4] Add Doxyfile configurations and update Doxygen plugin --- .idea/misc.xml | 5 +- .idea/workspace.xml | 126 +++++++++++++++++++++++++-------- demo-projects/animal/Doxyfile | 7 ++ docs/usage/advanced.md | 18 ++++- mkdocs.yml | 1 + mkdoxy/doxyrun.py | 129 ++++++++++++++++++++++++++-------- mkdoxy/generatorBase.py | 11 +-- mkdoxy/plugin.py | 2 + tests/data/Doxyfile | 7 ++ tests/test_doxyrun.py | 77 ++++++++++++++++++++ 10 files changed, 318 insertions(+), 65 deletions(-) create mode 100644 demo-projects/animal/Doxyfile create mode 100644 tests/data/Doxyfile create mode 100644 tests/test_doxyrun.py diff --git a/.idea/misc.xml b/.idea/misc.xml index f88c0a0d..a6218fed 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,7 @@ + + - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c29d74d2..c759aebb 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,9 +5,16 @@ - - + + + + + + + + +