3
votes
Best Multi-Language Documentation Generator
As others have said, Doxygen is probably your best bet. It works across many different languages, and just as importantly, it works with a number of different commenting styles.
For exam …
0
votes
What tools are used to write documentation?
A couple people have already mentioned the C# xml docuementation, and others have mentioned doxygen for C/C++/Java, but I would like to remind everyone that it also supports C# style documentation. …
