diff options
| author | sacerdot | 2000-11-03 11:56:35 +0000 |
|---|---|---|
| committer | sacerdot | 2000-11-03 11:56:35 +0000 |
| commit | 2ee3db6e70ad47bf128163f0aa1570f7316c540a (patch) | |
| tree | d5803e68f82bca699e92da3b7868c8e4d5daa5c4 /contrib/xml/xmlcommand.mli | |
| parent | fd106c270ac00994275898a77e48c311b554636a (diff) | |
URI problem addressed, but not resolved yet
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@796 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/xml/xmlcommand.mli')
| -rw-r--r-- | contrib/xml/xmlcommand.mli | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/xml/xmlcommand.mli b/contrib/xml/xmlcommand.mli index 96d01b27f6..df1a9f8b42 100644 --- a/contrib/xml/xmlcommand.mli +++ b/contrib/xml/xmlcommand.mli @@ -38,3 +38,12 @@ val printAll : unit -> unit (* Note: the terms are printed in their uncooked form plus the informations *) (* on the parameters of their most cooked form *) val printModule : Names.identifier -> string option -> unit + +(* printSection identifier directory_name *) +(* where identifier is the name of a closed section d *) +(* and directory_name is the directory in which to root all the xml files *) +(* prints all the xml files and directories corresponding to the subsections *) +(* and terms of the closed section d *) +(* Note: the terms are printed in their uncooked form plus the informations *) +(* on the parameters of their most cooked form *) +val printSection : Names.identifier -> string option -> unit |
