diff options
| author | filliatr | 1999-08-19 08:17:17 +0000 |
|---|---|---|
| committer | filliatr | 1999-08-19 08:17:17 +0000 |
| commit | 10f4e87cca4f83700c9b6a8acffc081de66dc164 (patch) | |
| tree | 71d963bff3495ecd124abc9466890f83d42577f0 /lib | |
| parent | 2178b546a941803548bd2699a860086ad8f5f1d5 (diff) | |
mise en place programmation literaire (generation de doc/coq.tex)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pp.mli | 4 | ||||
| -rw-r--r-- | lib/util.mli | 2 |
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 *) |
