diff options
Diffstat (limited to 'ocamldoc/odoc_exception.ml')
-rw-r--r-- | ocamldoc/odoc_exception.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ocamldoc/odoc_exception.ml b/ocamldoc/odoc_exception.ml index b9e9428ce..4d81f8120 100644 --- a/ocamldoc/odoc_exception.ml +++ b/ocamldoc/odoc_exception.ml @@ -9,6 +9,7 @@ (* *) (***********************************************************************) +(* $Id$ *) (** Representation and manipulation of exceptions. *) @@ -28,3 +29,4 @@ and t_exception = { mutable ex_code : string option ; } + |