Re: Creating chm files ?



"Vilius" <v_mockunas@xxxxxxxxxxxxxxxxxxx> wrote in message
news:OEkGehU0GHA.1568@xxxxxxxxxxxxxxxxxxxxxxx
I want to create documentation for my project.
My question - is Microsoft Help Workshop is proper way to create chm
files, or maybe there is newer technology for that purpose ?

It's not really a kernel question ...

.... but yes, that's still the cheap, hard way to produce help.

If your project is in C#, you can use either N-Doc or Sandcastle which take
advantage of the IDE's XML comment facility and .Net platforms' reflection
capability to produce MSDN-like compiled help files:

http://ndoc.sourceforge.net/ (N-Doc)

http://blogs.msdn.com/sandcastle/archive/2006/07/29/682830.aspx
(Sandcastle)

Just btw, Sandcastle is rough around the edges.

If you google for

HTML help

you'll find some third-party products that take the pain out of help, too.

Regards,
Will







.


Loading