PDA

View Full Version : Qt-style code documentation with Doxygen



NameRakes
5th January 2017, 20:02
I use doxygen for all my code documentation. Does someone know of or have a doxy config file or the process to generate actual Qt-style documentation with all its bells and whistles? Attached is a picture from my offline Qt-doc.
12275
Looks like a similar question (http://www.qtcentre.org/threads/19372-Doxygen-style-property-documentation)was asked, but there's no answer.

anda_skoa
6th January 2017, 09:59
Doxygen can generate those Qt help files:
http://doc.qt.io/archives/qq/qq28-qthelp.html#htmlfilesandhelpprojects

Cheers,
_

xmuli
9th March 2021, 08:22
hi ~ I have generated it, but I want its HTML
css style to be the same as the Qt5 document, is there a way to do this?
13604