summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_analyse.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ocamldoc/odoc_analyse.ml')
-rw-r--r--ocamldoc/odoc_analyse.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ocamldoc/odoc_analyse.ml b/ocamldoc/odoc_analyse.ml
index e7f276549d..0ef95ee9b2 100644
--- a/ocamldoc/odoc_analyse.ml
+++ b/ocamldoc/odoc_analyse.ml
@@ -9,6 +9,7 @@
(* *)
(***********************************************************************)
+(* $Id$ *)
(** Analysis of source files. This module is strongly inspired from driver/main.ml :-) *)
@@ -444,3 +445,4 @@ let load_modules file =
raise (Failure s)
+(* eof $Id$ *)