From a28e7289b99187bcae02a75bf920cfe9e44f2af5 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Wed, 15 Jul 2020 22:25:29 +0200 Subject: [PATCH] Doxyfile update add QCH file for doxygen-generated docs using qhelpgenerator and then import them into Qt Creator. --- Doxyfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Doxyfile b/Doxyfile index 07f5b8965..fde82dfd9 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = QElectroTech # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.70 +PROJECT_NUMBER = 0.80 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -124,7 +124,7 @@ FULL_PATH_NAMES = NO # If left blank the directory from which doxygen is run is used as the # path to strip. -STRIP_FROM_PATH = /home/laurent/Qet-svn/git/qet/ +STRIP_FROM_PATH = /home/laurent/qet_git/ # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells @@ -890,19 +890,19 @@ TOC_EXPAND = NO # Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated # HTML documentation. -GENERATE_QHP = NO +GENERATE_QHP = YES # If the QHG_LOCATION tag is specified, the QCH_FILE tag can # be used to specify the file name of the resulting .qch file. # The path specified is relative to the HTML output folder. -QCH_FILE = +QCH_FILE = "QElectroTech.qch" # The QHP_NAMESPACE tag specifies the namespace to use when generating # Qt Help Project output. For more information please see # http://doc.trolltech.com/qthelpproject.html#namespace -QHP_NAMESPACE = +QHP_NAMESPACE = "my_namespace" # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating # Qt Help Project output. For more information please see @@ -932,7 +932,7 @@ QHP_SECT_FILTER_ATTRS = # If non-empty doxygen will try to run qhelpgenerator on the generated # .qhp file. -QHG_LOCATION = +QHG_LOCATION = "/usr/lib/x86_64-linux-gnu/qt5/bin/qhelpgenerator" # The DISABLE_INDEX tag can be used to turn on/off the condensed index at # top of each HTML page. The value NO (the default) enables the index and