Re: documenting your code
Re: documenting your code
Quote:
Originally Posted by
ttrz
Does anyone have any suggestions?
Here's a list,
http://en.wikipedia.org/wiki/Compari...ion_generators
Re: documenting your code
Definitely DOxygen for me. It can export to PDF, HTML, LaTeX... and almost everyone understands it in the code too.
Re: documenting your code
Okay, thanks. I wasn't sure if a feature like this was built into VS 2010. Based on the responses, it seems that it isn't I'll take a look at DOxygen thanks.