Generating .qhc files from html files
-
Hi frnds,
I am a beginner so please excuse me if this is a basic question. I need to generate help documentation for my application and I want to use Qt assistant as a custom help viewer. I have the html documentation files. I want to know how I can generate the .qhc file from these html files and how i can set the contents,index and bookmarks in the qt assistant . The help examples provided are not of much help or may be I was not able to understand them. Thank you. -
Do you use qdoc3 for help generation? Or doxygen?
-
Ugh, no idea, then. You can take a look at qhelpconverter and qhelpgenerator located in Qt's bin directory, but I don't know any more details about them - qdoc and doxygen handle that part automatically :)