mono/man/mdvalidater.1

57 строки
1.2 KiB
Groff

.\"
.\" mdvalidator 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 "mdvalidator" 1
.SH NAME
mdvalidator \- Validate XML Documents against the ECMA Documentation Schema
.SH SYNOPSIS
.B mdvalidator
PROVIDER
[FILES]+
.SH DESCRIPTION
\fImdvalidator\fR has been obsoleted by \fBmdoc\fR(1). See the
\fBmdoc-validate\fR(1) man page.
.PP
.I mdvalidator
is a program that validates the specified
.I FILES
against the ECMA Documentation Schema.
.PP
The Schema also supports the
.I index.xml
and
.I namespace-name.xml
files generated by
.I monodocer
, so all output produced by
.I monodocer
can be validated.
.PP
.SH PROVIDER
The following providers are supported:
.TP
.I ecma
Validate the input files against the ECMA Documentation Schema.
.PP
.SH EXAMPLES
To validate the
.I monodocer
output stored within a directory (and all ECMA documentation within all
sub-directories, recursively), use:
.nf
mdvalidator ecma /path/to/ecma/docs
.fi
.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