Qt Creator help not working with functions
-
Hi,
I'm developing a C project with QtCreator. Thus, I enabled the .qch generation in my Doxyfile, by the following options:
GENERATE_QHP = YES QCH_FILE = <project>.qch QHP_NAMESPACE = <namespace> QHP_VIRTUAL_FOLDER = doc QHG_LOCATION = qhelpgenerator
Then I added the generated .qch to the QtCreator registered documentation, see the screenshot: http://i.stack.imgur.com/ECyeE.png
Thus, when I tap F1 (the help shorcut) near the
command
usage, I automatically get the documentation forcommand
. But when I do the same nearmove
, it is claimed there exists no documentation for the function.What am I doing wrong? Have I missed some configuration option? Or should I rather ask on the Qt forum?
Thus, when I tap F1 (the help shorcut) near the
command
usage, I automatically get the documentation forcommand
. But when I do the same nearmove
, it is claimed there is no documentation available.What am I doing wrong? Have I missed some configuration option? Or should I rather ask on the Doxygen mailing list?