From fabae66b541378df3ff0c1e941b38759c19f6129 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Thu, 24 Nov 2011 14:18:19 +0000 Subject: Added a DEPRECATED flag in declaration of options. For now only two options are declared as such, but I suspect Coq to contain some more. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14724 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/goptions.mli | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'library/goptions.mli') diff --git a/library/goptions.mli b/library/goptions.mli index 1a89961ac..37c03f1bf 100644 --- a/library/goptions.mli +++ b/library/goptions.mli @@ -117,8 +117,13 @@ module MakeRefTable : type 'a option_sig = { optsync : bool; + (** whether the option is synchronous w.r.t to the section/module system. *) + optdepr : bool; + (** whether the option is DEPRECATED *) optname : string; + (** a short string describing the option *) optkey : option_name; + (** the low-level name of this option *) optread : unit -> 'a; optwrite : 'a -> unit } -- cgit v1.2.3