Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / mdcs2ecma.1
1 .\" 
2 .\" mdcs2ecma manual page.
3 .\" (C) 2006 Jonathan Pryor
4 .\" Author:
5 .\"   Jonathan Pryor (jonpryor@vt.edu)
6 .\"
7 .de Sp \" Vertical space (when we can't use .PP)
8 .if t .sp .5v
9 .if n .sp
10 ..
11 .TH "mdcs2ecma" 1
12 .SH NAME
13 mdcs2ecma \- Convert CSC /doc Documentation Into ECMA documentation.
14 .SH SYNOPSIS
15 .B mdcs2ecma
16 .I SLASHDOC-FILE
17 .I ASSEMBLY
18 .I OUTPUT
19 .I LIBRARY-TYPE
20 .SH DESCRIPTION
21 .I mdcs2ecma
22 is a program that converts 
23 .I CSC /doc
24 generated XML documentation into single-file ECMA documentation.
25 .PP
26 Note that single-file ECMA documentation is the format used by the ECMA
27 standard,
28 .I NOT
29 the one-file-per-type ECMA format typically used by Mono.
30 .PP
31 This program is unmaintained.  Use
32 .B monodocer -importslashdoc:SLASHDOC-FILE -assembly:ASSEMBLY -path:OUTPUT
33 instead.
34 .PP
35 .SH MAILING LISTS
36 .TP
37 Visit http://lists.ximian.com/mailman/listinfo/mono-docs-list for details.
38 .SH WEB SITE
39 Visit http://www.mono-project.com for details
40 .SH SEE ALSO
41 .BR monodocer(1)