classlib-doc 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. * Class Library Documentation
  2. ** Summary
  3. While using inline XML tags to document classes is certainly
  4. convenient, properly verbose documentation quickly overwhelms
  5. the code, making the source quite difficult to read. Furthermore,
  6. multilingual documentation makes for significant additional text.
  7. With these considerations in mind, Mono is using external XML files
  8. for class documentation, rather than documenting the source
  9. inline. The XML file format used is inspired by the XML format used
  10. to document the ECMA APIs.
  11. Several tools exist for managing, verifying, generating,
  12. and updating class library documentation.
  13. The documentation infrastructure is part of the `Monodoc'
  14. module. Monodoc includes a graphical GUI browser and tools to
  15. generate the initial stubbed XML document out of an assembly.
  16. Download `monodoc' to start producing documentation for your
  17. application.
  18. For instructions, read the monodoc/README file.
  19. ** Documentation Tools
  20. *** <a name="monodoc">MonoDoc</a>
  21. The MonoDoc system offers both a GUI client as well as a <a
  22. href="http://www.go-mono.com:8080">Web-based interface</a> to
  23. the documentation.
  24. The GUI edition uses <a
  25. href="http://gtk-sharp.sf.net">Gtk#</a> and the Web edition
  26. uses Mono's ASP.NET implementation.
  27. <img src="images/Screenshot-Monodoc.png">
  28. ** Get Involved
  29. Help us develop Mono's documentation tools! Subscribe to
  30. <a href="http://lists.ximian.com/mailman/listinfo/mono-docs-list">mono-docs-list</a>
  31. and wade right in.
  32. Monodoc today also supports a GUI-based collaborative editing
  33. system. You can now edit the documentation from the MonoDoc
  34. Browser and upload your contributions directly to the Mono site.