qhelpgenerator
Sorry, no description
... the author of this command may not have provided any manuals
Once you know what this command is about, feel free to add a description in the input "add an example + trick and tips" below
help other Linux-fans !
add an example, a script, a trick and tips
examples
source
cd ../docs &&
doxygen Doxyfile && cd html &&
qhelpgenerator index.qhp
source
cd html
qhelpgenerator index.qhp
source
qhelpgenerator ogitor.qhp -o ogitor.qch
qcollectiongenerator collection_ogitor.qhcp -o
collection_ogitor.qhc
source
echo "targets
automatically. If qhelpgenerator is available, it
will"
echo "also generate .qch
files ready for use in Qt Assistant."
# Use local qhelpgenerator
if [ ! -z
"$(which qhelpgenerator)"
]; then
echo "\nQHG_LOCATION =
$(which qhelpgenerator)" >> tempuser
source
output="`qhelpgenerator
"$@"
2>&1`"
errors="`echo "$output"|grep "Error in line
.*: Opening and ending tag mismatch."`"
sed -i "${i}d" "$file"
done
qhelpgenerator "$@"
source
doxygen ReaK_Doxyfile
qhelpgenerator html/index.qhp -o ReaK_dox.qch
}
build_core()
{
cd core
doxygen ../ReaKcore_Doxyfile
doxygen ../ReaKcore_Doxyfile
qhelpgenerator html/index.qhp -o ../ReaKcore_dox.qch
cd ..
}
build_misc()
{
cd misc
doxygen ../ReaKmisc_Doxyfile