[runtime] Disable some tests in full-aot mode which cannot be AOTed because of type...
[mono.git] / mcs / tools / mdoc / Mono.Documentation / preserver.cs
index 54bb7ffdb51d9be60191ea4a70d3becbe24db516..8d1488a5ac87b2523b9d8ed925dc51db92bb7d2e 100644 (file)
@@ -7,6 +7,7 @@ using Mono.Options;
 
 namespace Mono.Documentation
 {
+       [Obsolete ("This functionality is no longer supported.")]
        public class MDocPreserve : MDocCommand
        {
                MDocUpdater updater;
@@ -18,6 +19,8 @@ namespace Mono.Documentation
 
                public override void Run (IEnumerable<string> args)
                {
+                       Message (System.Diagnostics.TraceLevel.Warning, "This functionality is no longer supported, and will be removed in a future release.");
+
                        string preserveName = string.Empty;
                        var p = new OptionSet () { { "name=",
                                        "Root {DIRECTORY} to generate/update documentation.",