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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/classlib-doc')
-rw-r--r--web/classlib-doc16
1 files changed, 8 insertions, 8 deletions
diff --git a/web/classlib-doc b/web/classlib-doc
index 49735af98b1..14fdc9e7191 100644
--- a/web/classlib-doc
+++ b/web/classlib-doc
@@ -29,7 +29,7 @@
** XML Documentation Files and Formats
- *** Monodoc XML
+*** Monodoc XML
This XML is similar to the XML documentation described in the
C# standard, with added tags for internationalization and a
slightly different structure. Documentation and a DTD/Schema
@@ -41,7 +41,7 @@
This XML could be generated by hand, by monostub, or by monodoc.
- *** Assembly XML
+*** Assembly XML
This XML is generated by combining runtime type information for
an Assembly with a collection of Monodoc XML files. The resultant
XML (in the best of cases) contains both complete type and
@@ -56,28 +56,28 @@
** Documentation Tools
- *** <a name="docstub">docstub</a>
+*** <a name="docstub">docstub</a>
Given a type name and an assembly, generates stub Monodoc XML
documentation for the type. Optionally, docstub can attempt to
populate initial documentation from an XML file in the format
published along with the ECMA standard.
- *** <a name="docverify">docverify</a>
+*** <a name="docverify">docverify</a>
Given a Monodoc XML file and an assembly, verifies that the
documentation matches the compiled type. Checks signatures,
parameters, et cetera.
- *** <a name="docconv">docconv</a>
+*** <a name="docconv">docconv</a>
Converts from Monodoc XML to the standard C# compiler-emitted
XML format and vice versa.
- *** <a name="docgen">docgen</a>
+*** <a name="docgen">docgen</a>
Given an assembly and a collection of Monodoc XML files, creates
an Assembly XML file containing all documentation and type information
available. This output is suitable for transforming into user
documentation.
- *** <a name="monodoc">monodoc</a>
+*** <a name="monodoc">monodoc</a>
A GUI tool for documentation and translation, this encapsulates
the capabilities of docstub, docverify, docconv, and docgen in
a friendly user interface. In addition, monodoc provides features
@@ -102,4 +102,4 @@
Help us define Mono's documentation structure! Subscribe to
<a href="http://lists.ximian.com/mailman/listinfo/mono-docs-list">mono-docs-list</a>
- and wade right in. \ No newline at end of file
+ and wade right in.