how to make MSDN-like help file?
-
hi, I ve got some C++ classes that I d like to share with some guys. I d like to make a help file, with a hierarchy chart, the class members, a search engine and so on.. Actually, exactly like MSDN with the MFC. However, I m not familiar at all with this. So here is the question: Could anybody give me tips about how to make this kind of things (language, soft,and so on)? cheers
-
hi, I ve got some C++ classes that I d like to share with some guys. I d like to make a help file, with a hierarchy chart, the class members, a search engine and so on.. Actually, exactly like MSDN with the MFC. However, I m not familiar at all with this. So here is the question: Could anybody give me tips about how to make this kind of things (language, soft,and so on)? cheers
-
hi, I ve got some C++ classes that I d like to share with some guys. I d like to make a help file, with a hierarchy chart, the class members, a search engine and so on.. Actually, exactly like MSDN with the MFC. However, I m not familiar at all with this. So here is the question: Could anybody give me tips about how to make this kind of things (language, soft,and so on)? cheers
Check out doxygen[^]. There's a online manual[^] for it too. This will also create a HTML Help project that you can run though the HTML Help compiler and generate a Windows HTML Help .chm file. ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned
-
Check out doxygen[^]. There's a online manual[^] for it too. This will also create a HTML Help project that you can run though the HTML Help compiler and generate a Windows HTML Help .chm file. ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned
;P Hi, Use HTML Help Workshop for VC++. Hope this will help u. Gives the same look and feel as that of MSDN. Vikram Kashyap "You will never fail, until u stop trying"
-
;P Hi, Use HTML Help Workshop for VC++. Hope this will help u. Gives the same look and feel as that of MSDN. Vikram Kashyap "You will never fail, until u stop trying"
If you are referring to the little app that comes with the HTML Help compiler and friends, and that organizes things into a crude sort of project, then you're quite mistaken. The only thing that makes it like MSDN is the fact that it outputs the help into a single .CHM file. Doc book outputs a .hhp and .hhk files for use in the HTML Help compiler or even the workshop if you want. ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned