[monkeydoc] Add back several legacy members in their own class for maximum compatibility
[mono.git] / mcs / tools / monkeydoc / MonkeyDoc / RootTree.cs
index 972565523cac22d76668e951de4a8240916c6ee4..620c2258fd12f49d24eb40d8a0e6f654fe9fe377 100644 (file)
@@ -15,7 +15,11 @@ using Lucene.Net.Index;
 
 namespace MonkeyDoc
 {
-       public class RootTree : Tree
+       public
+#if LEGACY_MODE
+       partial
+#endif
+       class RootTree : Tree
        {
                public const int MonodocVersion = 2;
                const string RootNamespace = "root:/";