mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-03 03:49:59 +02:00
cleaned location of doxygen html theme
fix branch
This commit is contained in:
2
.github/workflows/auto-doxygen.yml
vendored
2
.github/workflows/auto-doxygen.yml
vendored
@@ -3,6 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- doxygen
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -38,7 +39,6 @@ jobs:
|
|||||||
|
|
||||||
[1]: https://github.com/peter-evans/create-pull-request
|
[1]: https://github.com/peter-evans/create-pull-request
|
||||||
branch: update-qch
|
branch: update-qch
|
||||||
base: doxygen-MR
|
|
||||||
labels: |
|
labels: |
|
||||||
qch
|
qch
|
||||||
cicd
|
cicd
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@
|
|||||||
doc/*
|
doc/*
|
||||||
!doc/QElectroTech.qch
|
!doc/QElectroTech.qch
|
||||||
QElectroTech.tag
|
QElectroTech.tag
|
||||||
|
!doc/doc-utils
|
||||||
2
Doxyfile
2
Doxyfile
@@ -1292,7 +1292,7 @@ HTML_FILE_EXTENSION = .html
|
|||||||
# of the possible markers and block names see the documentation.
|
# of the possible markers and block names see the documentation.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
HTML_HEADER = doc-utils/header.html
|
HTML_HEADER = doc/doc-utils/header.html
|
||||||
|
|
||||||
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
|
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
|
||||||
# generated HTML page. If the tag is left blank Doxygen will generate a standard
|
# generated HTML page. If the tag is left blank Doxygen will generate a standard
|
||||||
|
|||||||
Reference in New Issue
Block a user