[Qt-interest] Doxygen does not generate Qt help files (qhc)

Sean Harmer sean.harmer at maps-technology.com
Fri Mar 18 09:22:22 CET 2011


Hi,

On Friday 18 March 2011 00:47:45 Sami Maisniemi wrote:
> On Mar 17, 2011, at 9:34 AM, Jaco Naude wrote:
> > This question should be directed to the doxygen help list.
> > 
> > I get the same behavior and use a .bat script (windows) to run
> > qhelpgenerator manually directly after doxygen is done.
> 
> I have tried, but for some reason the doxygen mailing list did not work. I
> have resent the message.
> 
> However, I am a little bit surprised that generating documentation for Qt is
> such a difficult process.
> 
> In this case it does help to run qhelpgenerator manually, because I cannot
> find even the QtHelpProject (qhp) files.

This works fine for me here. Here are the relevant parts of my Doxyfile:

GENERATE_QHP           = YES
QCH_FILE               = ../mapslibs.qch
QHP_NAMESPACE          = com.maps-technology.mapslibs-1.0.0
QHP_VIRTUAL_FOLDER     = doc
QHP_CUST_FILTER_NAME   = "MapsLibs 1.0.0"
QHP_CUST_FILTER_ATTRS  = "MapsLibs 1.0.0"
QHP_SECT_FILTER_ATTRS  = "MapsLibs 1.0.0"
QHG_LOCATION           = /usr/bin/qhelpgenerator

I am using doxygen-1.7.3.

Sean




More information about the Qt-interest-old mailing list