mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-09 07:09:59 +01:00
changed location of generation of .qch file
This commit is contained in:
2
.github/workflows/auto-doxygen.yml
vendored
2
.github/workflows/auto-doxygen.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
submodules: 'recursive'
|
||||
show-progress: ''
|
||||
- name: Setup and run doxygen
|
||||
run: sudo apt install doxygen graphviz -y
|
||||
run: sudo apt install doxygen graphviz qhelpgenerator-qt5 -y
|
||||
- name: Run doxygen
|
||||
run: doxygen Doxyfile
|
||||
- uses: actions/upload-pages-artifact@v3
|
||||
|
||||
4
Doxyfile
4
Doxyfile
@@ -67,7 +67,7 @@ PROJECT_LOGO = ico/256x256/qet.png
|
||||
# when the HTML document is shown. Doxygen will copy the logo to the output
|
||||
# directory.
|
||||
|
||||
PROJECT_ICON =
|
||||
PROJECT_ICON = ico/256x256/qelectrotech.png
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
|
||||
# into which the generated documentation will be written. If a relative path is
|
||||
@@ -1590,7 +1590,7 @@ GENERATE_QHP = YES
|
||||
# the HTML output folder.
|
||||
# This tag requires that the tag GENERATE_QHP is set to YES.
|
||||
|
||||
QCH_FILE = QElectroTech.qch
|
||||
QCH_FILE = ../QElectroTech.qch
|
||||
|
||||
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
|
||||
# Project output. For more information please see Qt Help Project / Namespace
|
||||
|
||||
Reference in New Issue
Block a user