Welcome to mirror list, hosted at ThFree Co, Russian Federation.

classlib-doc « web - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d86969ed119a07fdfea700ee2ed059cf1a477d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
* Class Library Documentation

** Summary

	While using inline XML tags to document classes is certainly
	convenient, properly verbose documentation quickly overwhelms
	the code, making the source quite difficult to read.  Furthermore,
	multilingual documentation makes for significant additional text.
	
	With these considerations in mind, Mono is using external XML files
	for class documentation, rather than documenting the source
	inline.  The XML file format used is inspired by the XML format used
	to document the ECMA APIs.  

	Several tools exist for managing, verifying, generating,
	and updating class library documentation.

	The documentation infrastructure is part of the `Monodoc'
	module.  Monodoc includes a graphical GUI browser and tools to
	generate the initial stubbed XML document out of an assembly.
	
	Download `monodoc' to start producing documentation for your
	application. 

	For instructions, read the monodoc/README file.

** Documentation Tools

*** <a name="monodoc">MonoDoc</a>

	The MonoDoc system offers both a GUI client as well as a <a
	href="http://www.go-mono.com:8080">Web-based interface</a> to
	the documentation.

	The GUI edition uses <a
	href="http://gtk-sharp.sf.net">Gtk#</a> and the Web edition
	uses Mono's ASP.NET implementation. 

	<img src="images/Screenshot-Monodoc.png">

** Get Involved

	Help us develop Mono's documentation tools!  Subscribe to
	<a href="http://lists.ximian.com/mailman/listinfo/mono-docs-list">mono-docs-list</a>
	and wade right in.

	Monodoc today also supports a GUI-based collaborative editing
	system.  You can now edit the documentation from the MonoDoc
	Browser and upload your contributions directly to the Mono site.