Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
shell: bash
run: |
cd documentation
doxygen Doxyfile
cat Doxyfile
doxygen Doxyfile.1.9.1
cat Doxyfile.1.9.1

- name: Upload static files as artifact
id: deployment
Expand Down
2 changes: 1 addition & 1 deletion documentation/Doxyfile → documentation/Doxyfile.1.9.1
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ FILE_VERSION_FILTER =
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.

LAYOUT_FILE = DoxygenLayout.xml
LAYOUT_FILE = DoxygenLayout-1.9.1.xml

# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
Expand Down
Loading