[Qt-interest] Get Qt Document from source by hand?
Sean Harmer
sean.harmer at maps-technology.com
Mon Jan 18 10:54:31 CET 2010
Hi,
On Monday 18 January 2010 09:40:30 Kermit Mei wrote:
> Dear all,
>
> I found that Qt's line comment always wrote like this:
> ------------------------------------------------------------
> /*!
> This event handler, for event \a event, can be reimplemented in
<snip>
> So I wonder know that is there any tools to get the html document from
> the source directly, just as Linux Kernel do.
Build Qt from source and run
make doc
which uses the qdoc tool to generate the html we all love ;-)
Sean
More information about the Qt-interest-old
mailing list