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:
authorJonathan Pryor <jpryor@novell.com>2009-09-21 18:31:43 +0400
committerJonathan Pryor <jpryor@novell.com>2009-09-21 18:31:43 +0400
commitf9a82239b1ef007677a982bb24317cac1c5fca90 (patch)
tree5bc0317f16cb66aa9dd3f3bdde946fb130012858 /man/mdoc-export-html.1
parentf18ac8a6ab257bde88473aade31c0dd1415b0c5d (diff)
* man/mdoc-export-html.1: Document --with-profile, --with-version.
svn path=/trunk/mono/; revision=142330
Diffstat (limited to 'man/mdoc-export-html.1')
-rw-r--r--man/mdoc-export-html.124
1 files changed, 24 insertions, 0 deletions
diff --git a/man/mdoc-export-html.1 b/man/mdoc-export-html.1
index c7597fe8728..130381c1c7e 100644
--- a/man/mdoc-export-html.1
+++ b/man/mdoc-export-html.1
@@ -41,6 +41,30 @@ If not specified, uses the template produced by \fI\-\-dump\-template\fR.
.Sp
See the \fITEMPLATE FORMAT\fR section below for more information.
.TP
+\fB\-\-with\-profile\fR=\fIPROFILE\fR
+Only process types and members within the .NET profile \fIPROFILE\fR.
+May be specified multiple times. If not specified, all types and members,
+regardless of version, are processed.
+.Sp
+Valid profiles are:
+.nf
+ monotouch
+ net_1_0
+ net_1_1
+ net_2_0
+ net_3_0
+ net_3_5
+ net_4_0
+ silverlight
+.fi
+.TP
+\fB\-\-with\-version\fR=\fIVERSION\fR
+Only process types and members within the assembly version \fIVERSION\fR.
+May be specified multiple times. If not specified, all types and members,
+regardless of version, are processed.
+.Sp
+\fIVERSION\fR is an assembly version, e.g. 2.0.5.0.
+.TP
\fB\-h\fR, \fB\-?\fR, \fB\-\-help\fR
Display a help message and exit.
.SH TEMPLATE FORMAT