diff options
Diffstat (limited to 'ocamldoc/odoc_exception.ml')
-rw-r--r-- | ocamldoc/odoc_exception.ml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ocamldoc/odoc_exception.ml b/ocamldoc/odoc_exception.ml index 4d81f8120..74a2fb5a2 100644 --- a/ocamldoc/odoc_exception.ml +++ b/ocamldoc/odoc_exception.ml @@ -18,7 +18,7 @@ module Name = Odoc_name type exception_alias = { ea_name : Name.t ; mutable ea_ex : t_exception option ; - } + } and t_exception = { ex_name : Name.t ; @@ -27,6 +27,4 @@ and t_exception = { ex_alias : exception_alias option ; mutable ex_loc : Odoc_types.location ; mutable ex_code : string option ; - } - - + } |