Fixed Doxygen generation rules
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -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
|
||||
|
||||
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user