Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / mdoc-export-msxdoc.1
1 .\" 
2 .\" mdoc-export-msxdoc manual page.
3 .\" (C) 2008 Novell, Inc.
4 .\" Author:
5 .\"   Jonathan Pryor (jpryor@novell.com)
6 .\"
7 .de Sp \" Vertical space (when we can't use .PP)
8 .if t .sp .5v
9 .if n .sp
10 ..
11 .TH "mdoc-export-msxdoc" 1
12 .SH NAME
13 mdoc export-msxdoc \- Convert \fBmdoc\fR(5) XML to Microsoft XML Documentation
14 .SH SYNOPSIS
15 \fBmdoc export-msxdoc\fR [OPTION]* DIRECTORIES
16 .SH DESCRIPTION
17 \fBmdoc export-msxdoc\fR creates \fIMicrosoft XML Documentation\fR 
18 (as produced by \fIcsc /doc\fR) from the 
19 \fBmdoc\fR(5)-formatted documentation XML files within \fIDIRECTORIES\fR.
20 .SH OPTIONS
21 .TP
22 \fB\-o\fR, \fB\-\-out\fR=\fIFILE\fR
23 The XML file to generate.
24 .Sp
25 If not specified, a set of files matching the
26 \fI//AssemblyInfo/AssemblyName\fR values within the documentation will be
27 used.
28 .Sp
29 Use \fB-\fR to write to standard output.
30 .TP
31 \fB\-h\fR, \fB\-?\fR, \fB\-\-help\fR
32 Display a help message and exit.
33 .SH MAILING LISTS
34 .TP
35 Visit http://lists.ximian.com/mailman/listinfo/mono-docs-list for details.
36 .SH WEB SITE
37 Visit http://www.mono-project.com/docs/tools+libraries/tools/mdoc/ for details