diff options
Diffstat (limited to 'ocamldoc/odoc_types.mli')
-rw-r--r-- | ocamldoc/odoc_types.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ocamldoc/odoc_types.mli b/ocamldoc/odoc_types.mli index 7050d42e3..639697f59 100644 --- a/ocamldoc/odoc_types.mli +++ b/ocamldoc/odoc_types.mli @@ -81,6 +81,7 @@ type info = { i_version : string option; (** The string in the \@version tag. *) i_sees : see list; (** The list of \@see tags. *) i_since : string option; (** The string in the \@since tag. *) + i_before : (string * text) list; (** the version number and text in \@before tag *) i_deprecated : text option; (** The of the \@deprecated tag. *) i_params : param list; (** The list of parameter descriptions. *) i_raised_exceptions : raised_exception list; (** The list of raised exceptions. *) |