Robert Köpferl wrote:
responding to library doc.
I recendly came over the mono website and it impressed me when I saw their "msdn". They built a tree like MS did and baked the leaves with generated or written doc. Maybe we should just knock on their dor and ask them for the source and methods they use.
They're using their tool MonoDoc which is something like JavaDoc for C#. It builds documentation from comments embedded in the source code or from separate files with markups. We're doing the same with doxygen (http://reactos.com/doxygen/), but it's not much usefull without the source code being annotated...
Regards, Filip