Tools and ways to generate HTML help for built-in help system (QtHelp)?

Posted by BastiBense on Stack Overflow See other posts from Stack Overflow or by BastiBense
Published on 2010-02-21T21:15:17Z Indexed on 2010/03/09 11:06 UTC
Read the original article Hit count: 305

Hello,

I'm in the progress of implementing a built-in help system based on QtHelp into my application. Since QtHelp is based on Qt's help collection files, I need to produce a set of HTML pages.

Since I won't be writing the documentation alone (a few of my colleagues will write, too), I am looking for the best way to produce these files.

We are internally using a Wiki, and I know that the documentation should be written in some kind of markup language instead of giving all authors a WYSIWYG HTML editor.

So my question is, are there tools out there which help with the process of generating documentation that can be exported as a set of HTML files, and possibly, as PDFs, too?.

Thanks in advance!

Update:

I'm already using Doxygen for C++ documentation generation. But I'm not exactly looking for an API-Documentation generator, but something like LaTeX, which allows you to format the documentation contents like a markup document (much like a Wiki).

© Stack Overflow or respective owner

Related posts about documentation

Related posts about help