[runtime] Disable some tests in full-aot mode which cannot be AOTed because of type...
[mono.git] / mcs / tools / mdoc / Mono.Documentation / index.cs
index c797e549d5c3da346ac197ae8732121189ac3786..0b85085ea20aeb15ef4befb5228dcd86533894f3 100644 (file)
@@ -54,13 +54,13 @@ namespace Mono.Documentation {
                        foreach (var action in extra) {
                                switch (action) {
                                case "tree":
-                                       RootTree.MakeIndex (root);
+                                       root.GenerateIndex ();
                                        break;
                                case "search":
-                                       RootTree.MakeSearchIndex (root);
+                                       root.GenerateSearchIndex ();
                                        break;
                                }
                        }
                }
        }
-}
\ No newline at end of file
+}