I used doxygen to create HTML files, now I want to convert that documentation into .chm format.
How can I do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
NDoc is a dead project, it’s successor is Sandcastle & Sandcastle Helpfile Builder.
I’ve used both of the Sandcastle items. They’re easy to setup, have decent documentation and chm file generation is native to the application. If you can switch, it would be a much better choice than doxygen.
Otherwise check out this link for HTML to chm info: http://younsi.blogspot.com/2007/04/doxygen-to-html-to-chm.html