logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mdoc validate - Validate XML documents against a schema

Description

mdocvalidate validates the specified PATHS against a specified format schema.

Examples

       To validate the mdoc-update(1) output stored within  a  directory  (and  all  documentation  within  that
       directory, recursively), use:

           mdoc validate /path/to/ecma/docs

Formats

       The following documentation formats are supported:

   ecma
       The  MonoECMADocumentationFormat  validates  all  output generated by mdoc-update(1) against an XML
       schema, including the index.xml, ns-*.xml, and NamespaceName/TypeName.xml files.

       See mdoc(5) for details about this file format.

Mailing Lists

Name

       mdoc validate - Validate XML documents against a schema

Options

--format=FORMAT
              The documentation format to validate PATHS against.  Supported formats include: ecma.

              See the FORMATS section below for more information about these formats.

              The default format (if none is specified) is ecma.

       -h, -?, --help
              Display a help message and exit.

Synopsis

mdocvalidate [OPTIONS]* PATHS+

Web Site

       Visit http://www.mono-project.com/docs/tools+libraries/tools/mdoc/ for details

                                                                                                mdoc-validate(1)

See Also