Move Doxyfile to doc/doxygen
This commit is contained in:
parent
ab14e5796a
commit
81ddef667b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci-main.yml
vendored
2
.github/workflows/ci-main.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
run: luacheck .
|
||||
- name: Doxygen check
|
||||
if: success() || failure()
|
||||
run: doxygen Doxyfile
|
||||
run: cd doc/doxygen && doxygen Doxyfile
|
||||
|
||||
ubuntu:
|
||||
strategy:
|
||||
|
|
|
@ -58,7 +58,7 @@ PROJECT_LOGO =
|
|||
# entered, it will be relative to the location where doxygen was started. If
|
||||
# left blank the current directory will be used.
|
||||
|
||||
OUTPUT_DIRECTORY = doc/doxygen
|
||||
OUTPUT_DIRECTORY =
|
||||
|
||||
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
|
||||
# directories (in 2 levels) under the output directory of each output format and
|
Loading…
Add table
Reference in a new issue