diff options
Diffstat (limited to 'ocamldoc/ocamldoc.hva')
-rw-r--r-- | ocamldoc/ocamldoc.hva | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ocamldoc/ocamldoc.hva b/ocamldoc/ocamldoc.hva index 454cee9e7..1d0eb60d4 100644 --- a/ocamldoc/ocamldoc.hva +++ b/ocamldoc/ocamldoc.hva @@ -1,3 +1,14 @@ +%(***********************************************************************) +%(* OCamldoc *) +%(* *) +%(* Maxence Guesdon, projet Cristal, INRIA Rocquencourt *) +%(* *) +%(* Copyright 2001 Institut National de Recherche en Informatique et *) +%(* en Automatique. All rights reserved. This file is distributed *) +%(* under the terms of the Q Public License version 1.0. *) +%(* *) +%(***********************************************************************) + \usepackage{alltt} \newenvironment{ocamldoccode}{\begin{alltt}}{\end{alltt}} \newenvironment{ocamldocdescription}{\begin{quote}}{\end{quote}} |