[libhttpseverywhere: 8/8] context: minor doc fixes



commit 1fdce30e2180d4844c7a659a9fe6ffd4bf99bc9d
Author: grindhold <grindhold gmx net>
Date:   Sat Sep 23 14:26:39 2017 +0200

    context: minor doc fixes

 src/context.vala |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/context.vala b/src/context.vala
index 1267b08..afb0f33 100644
--- a/src/context.vala
+++ b/src/context.vala
@@ -219,20 +219,20 @@ namespace HTTPSEverywhere {
         /**
          * Tells once told the context to ignore the ruleset with the given id
          *
-         * Ruleset IDs are not a valid concept anymore. Do not use this method
+         * Ruleset IDs are not a valid concept anymore. Do not use this method.
          * It will have no effect.
          * @since 0.4
-         * @deprecated
+         * @deprecated 0.6
          */
         public void ignore_ruleset(uint id) {}
 
         /**
          * Tells this context to check for a previously ignored ruleset again
          *
-         * Ruleset IDs are not a valid concept anymore. Do not use this method
+         * Ruleset IDs are not a valid concept anymore. Do not use this method.
          * It will have no effect.
          * @since 0.4
-         * @deprecated
+         * @deprecated 0.6
          */
         public void unignore_ruleset(uint id) {
         }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]