aboutsummaryrefslogtreecommitdiff
path: root/contrib/xml/xmlcommand.mli
diff options
context:
space:
mode:
authorherbelin2001-09-20 15:44:31 +0000
committerherbelin2001-09-20 15:44:31 +0000
commit24c0e99bbe0ad4249df41f784ff4051599dd44cd (patch)
tree0918b5ab71fa957f425f837fd7de7342c4b4032e /contrib/xml/xmlcommand.mli
parent9c5ea6376c22187e1185e187e140d5c1765305c2 (diff)
Report des modifs de Claudio
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2024 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/xml/xmlcommand.mli')
-rw-r--r--contrib/xml/xmlcommand.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/xml/xmlcommand.mli b/contrib/xml/xmlcommand.mli
index 0ddc01c9a4..6d8250ef76 100644
--- a/contrib/xml/xmlcommand.mli
+++ b/contrib/xml/xmlcommand.mli
@@ -40,13 +40,13 @@ val show : string option -> unit
val printAll : unit -> unit
(* printModule identifier directory_name *)
-(* where identifier is the name of a module d *)
+(* where identifier is the qualified name of a module 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 module d *)
(* 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
+val printModule : Nametab.qualid -> string option -> unit
(* printSection identifier directory_name *)
(* where identifier is the name of a closed section d *)