diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2011-08-04 14:59:13 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2011-08-04 14:59:13 +0000 |
commit | d9eb848d869e656988d6159a3594e4c0fa4def21 (patch) | |
tree | cadec2615dd2c128fd2f5d5228c4cb27fc3e7a86 /ocamldoc/ocamldoc.hva | |
parent | 9058296d2f647257aadeb59d7eb859546cf207c9 (diff) |
PR#5238, PR#5277: Sys_error when getting error location
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11166 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
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}} |