aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/pp.mli4
-rw-r--r--lib/util.mli2
2 files changed, 5 insertions, 1 deletions
diff --git a/lib/pp.mli b/lib/pp.mli
index 72bbde1b92..62f402a9b2 100644
--- a/lib/pp.mli
+++ b/lib/pp.mli
@@ -1,7 +1,9 @@
(* $Id$ *)
+(*i*)
open Pp_control
+(*i*)
type 'a ppcmd_token
@@ -57,7 +59,7 @@ val mSG_with : Format.formatter -> std_ppcmds -> unit
val mSGNL_with : Format.formatter -> std_ppcmds -> unit
-(* These are instances of the previous ones on std_ft and err_ft *)
+(* These are instances of the previous ones on [std_ft] and [err_ft] *)
(* pretty printing functions WITHOUT FLUSH on stdout and stderr *)
val pP : std_ppcmds -> unit
diff --git a/lib/util.mli b/lib/util.mli
index 73a33dbadb..f02a205296 100644
--- a/lib/util.mli
+++ b/lib/util.mli
@@ -1,7 +1,9 @@
(* $Id$ *)
+(*i*)
open Pp
+(*i*)
(* Errors *)