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 .qch to the QtCreator registered documentation., unlike the data structres 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 for `command`. But when I do the same near `move`, 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?
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to