[mdoc] Add "internal" 'mdoc x-msitomsx' command.
authorJonathan Pryor <jonpryor@vt.edu>
Thu, 2 Sep 2010 03:12:03 +0000 (23:12 -0400)
committerJonathan Pryor <jonpryor@vt.edu>
Thu, 2 Sep 2010 22:26:59 +0000 (18:26 -0400)
commit59e6e461dfb788f8e79d5808e8116164c409d7be
tree81bcd4bd7978c742bc6953b6953a3c813cf46a18
parentef782c2adb9bbd85b9e56bc89b6233d7825ddb95
[mdoc] Add "internal" 'mdoc x-msitomsx' command.

The 'mdoc x-msitomsx' command converts a Microsoft internal XML dialect into
Microsoft XML Documentation format (e.g. what 'mdoc export-msxdoc' generates).

The 'mdoc x-msitomsx' command is internal, i.e. 'mdoc help' won't list it,
as this format is completely internal to Microsoft (and likely subject to
change without notice); this command only exists to help facilitate the ECMA
standardization process, converting Microsoft's existing (internal)
documentation into a format usable by the ECMA committee.
mcs/tools/mdoc/Makefile
mcs/tools/mdoc/Mono.Documentation/mdoc.cs
mcs/tools/mdoc/Mono.Documentation/msitomsx.cs [new file with mode: 0644]
mcs/tools/mdoc/Resources/msitomsx.xsl [new file with mode: 0644]
mcs/tools/mdoc/mdoc.exe.sources