Move Doxyfile to doc/doxygen

This commit is contained in:
Gunter Labes 2023-07-20 17:22:03 +02:00 committed by GitHub
parent ab14e5796a
commit 81ddef667b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ jobs:
run: luacheck .
- name: Doxygen check
if: success() || failure()
run: doxygen Doxyfile
run: cd doc/doxygen && doxygen Doxyfile
ubuntu:
strategy:

View file

@ -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