PDA

View Full Version : Compliant Qt Assistant Documentation



bunjee
22nd September 2009, 15:21
Hey there,

I want to:

- Generate Qt-like documentation.
- Append it to Qt Assistant.

Is it possible to do that ?

It seems that Qt is not using Doxygen but qdoc3 to generate theirs.

Chisum
22nd September 2009, 18:16
A good starting point would be these links:

1. Using Qt Assistant as a Custom Help Viewer

http://doc.trolltech.com/4.6-snapshot/assistant-custom-help-viewer.html

2. The Qt Help Framework

http://doc.trolltech.com/4.6-snapshot/qthelp-framework.html

These two topics should give you some good information.

Gary

bunjee
22nd September 2009, 18:30
Very helpful, thank you very much.