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>2008-10-17 22:20:53 +0400
committerJonathan Pryor <jpryor@novell.com>2008-10-17 22:20:53 +0400
commit38a98b16f1a130df22683688a4df641062f4e91a (patch)
treede0007f475409843dc07c2086239a5c3d96efcaa /man/mdcs2ecma.1
parent6d7519ac7a1ced0655dacaebd2c3cbeef197d0e6 (diff)
Migrating from monodoc/man to mono/man...
svn path=/trunk/mono/; revision=116270
Diffstat (limited to 'man/mdcs2ecma.1')
-rw-r--r--man/mdcs2ecma.141
1 files changed, 41 insertions, 0 deletions
diff --git a/man/mdcs2ecma.1 b/man/mdcs2ecma.1
new file mode 100644
index 00000000000..fc9ed8c9f3f
--- /dev/null
+++ b/man/mdcs2ecma.1
@@ -0,0 +1,41 @@
+.\"
+.\" mdcs2ecma manual page.
+.\" (C) 2006 Jonathan Pryor
+.\" Author:
+.\" Jonathan Pryor (jonpryor@vt.edu)
+.\"
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.TH "mdcs2ecma" 1
+.SH NAME
+mdcs2ecma \- Convert CSC /doc Documentation Into ECMA documentation.
+.SH SYNOPSIS
+.B mdcs2ecma
+.I SLASHDOC-FILE
+.I ASSEMBLY
+.I OUTPUT
+.I LIBRARY-TYPE
+.SH DESCRIPTION
+.I mdcs2ecma
+is a program that converts
+.I CSC /doc
+generated XML documentation into single-file ECMA documentation.
+.PP
+Note that single-file ECMA documentation is the format used by the ECMA
+standard,
+.I NOT
+the one-file-per-type ECMA format typically used by Mono.
+.PP
+This program is unmaintained. Use
+.B monodocer -importslashdoc:SLASHDOC-FILE -assembly:ASSEMBLY -path:OUTPUT
+instead.
+.PP
+.SH MAILING LISTS
+.TP
+Visit http://lists.ximian.com/mailman/listinfo/mono-docs-list for details.
+.SH WEB SITE
+Visit http://www.mono-project.com for details
+.SH SEE ALSO
+.BR monodocer(1)