Fixed Doxygen generation rules

This commit is contained in:
Bartek Kryza
2023-11-04 18:31:04 +01:00
parent 15233aa0da
commit 1fe8640f7c
2 changed files with 2 additions and 2 deletions

View File

@@ -1014,7 +1014,7 @@ EXAMPLE_RECURSIVE = NO
# \image command).
IMAGE_PATH = docs/img
IMAGE_PATH += docs/diagrams
IMAGE_PATH += docs/diagrams/plantuml
IMAGE_PATH += docs/test_cases
# The INPUT_FILTER tag can be used to specify a program that doxygen should

View File

@@ -162,8 +162,8 @@ docs:
doxygen: docs
cp CONTRIBUTING.md docs/contributing.md
cp CHANGELOG.md docs/changelog.md
cp docs/diagrams/plantuml/*.svg docs/doxygen/html/
mkdir -p docs/doxygen/html/test_cases
cp docs/diagrams/plantuml/*.svg docs/doxygen/html/
cp docs/test_cases/*.svg docs/doxygen/html/test_cases/
../doxygen/_build/bin/doxygen