Ajout d'une ligne dans l'output pour dire que le fichier est genere.
git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@9824 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
ddbf9a5f0c
commit
e399c105f4
|
@ -53,6 +53,8 @@ int main(argc, argv)
|
|||
incaml = 0;
|
||||
inquote = 0;
|
||||
|
||||
puts ("% THIS FILE IS GENERATED.\n");
|
||||
|
||||
while(fgets(line, LINE_LENGTH, stdin) != NULL) {
|
||||
if (inverbatim) {
|
||||
fputs(line, stdout);
|
||||
|
|
Loading…
Reference in New Issue