importing messaging-2008 branch to trunk.
[mono.git] / mcs / tools / mdoc / Mono.Documentation / mdoc.cs
index b3518422b944b6cab3f97ebb7a62bd3baded5886..14e45fd97e02bf2e2e49b96b17979907e779a232 100644 (file)
@@ -36,6 +36,7 @@ namespace Mono.Documentation {
                {
                        subcommands = new Dictionary<string, MDocCommand> () {
                                { "assemble",         new MDocAssembler () },
+                               { "dump-tree",        new MDocTreeDumper () },
                                { "export-html",      new MDocToHtmlConverter () },
                                { "export-msxdoc",    new MDocToMSXDocConverter () },
                                { "help",             new MDocHelpCommand (this) },