summaryrefslogtreecommitdiffstats
path: root/ocamldoc/odoc_exception.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ocamldoc/odoc_exception.ml')
-rw-r--r--ocamldoc/odoc_exception.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ocamldoc/odoc_exception.ml b/ocamldoc/odoc_exception.ml
index a62cb7b7d..c65f384e5 100644
--- a/ocamldoc/odoc_exception.ml
+++ b/ocamldoc/odoc_exception.ml
@@ -22,7 +22,8 @@ type exception_alias = {
and t_exception = {
ex_name : Name.t ;
mutable ex_info : Odoc_types.info option ; (** optional user information *)
- ex_args : Types.type_expr list ; (** the types of the parameters *)
+ ex_args : Odoc_type.constructor_args ; (** the types of the parameters *)
+ ex_ret: Types.type_expr option ; (** the optional return type *)
ex_alias : exception_alias option ;
mutable ex_loc : Odoc_types.location ;
mutable ex_code : string option ;