diff options
| author | letouzey | 2010-04-29 16:06:42 +0000 |
|---|---|---|
| committer | letouzey | 2010-04-29 16:06:42 +0000 |
| commit | ccba6c718af6a5a15f278fc9365b6ad27108e98f (patch) | |
| tree | f0229aa4d08eb12db1fb1e76f227076c117d59bf /toplevel/lemmas.mli | |
| parent | 06456c76b7fa2f0c69380faf27a6ca403b1e6f3f (diff) | |
Various minor improvements of comments in mli for ocamldoc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12976 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/lemmas.mli')
| -rw-r--r-- | toplevel/lemmas.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/lemmas.mli b/toplevel/lemmas.mli index 55d7dcf2ee..6bc449d5b1 100644 --- a/toplevel/lemmas.mli +++ b/toplevel/lemmas.mli @@ -34,7 +34,7 @@ val start_proof_with_initialization : (** A hook the next three functions pass to cook_proof *) val set_save_hook : (Proof.proof -> unit) -> unit -(** {6 Sect } *) +(** {6 ... } *) (** [save_named b] saves the current completed proof under the name it was started; boolean [b] tells if the theorem is declared opaque; it fails if the proof is not completed *) |
