summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_dag2html.mli
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2010-01-22 12:48:24 +0000
committerDamien Doligez <damien.doligez-inria.fr>2010-01-22 12:48:24 +0000
commit04b1656222698bd7e92f213e9a718b7a4185643a (patch)
tree6186d1ba1e00adb1232908f95cb92c299902a943 /ocamldoc/odoc_dag2html.mli
parentbdc0fadee2dc9669818955486b4c3497016edda5 (diff)
downloadocaml-04b1656222698bd7e92f213e9a718b7a4185643a.tar.gz
clean up spaces and tabs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9547 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/odoc_dag2html.mli')
-rw-r--r--ocamldoc/odoc_dag2html.mli8
1 files changed, 3 insertions, 5 deletions
diff --git a/ocamldoc/odoc_dag2html.mli b/ocamldoc/odoc_dag2html.mli
index 0f21e745d2..d377bce2ee 100644
--- a/ocamldoc/odoc_dag2html.mli
+++ b/ocamldoc/odoc_dag2html.mli
@@ -11,7 +11,7 @@
(* $Id$ *)
-(** The types and functions to create a html table representing a dag.
+(** The types and functions to create a html table representing a dag.
Thanks to Daniel de Rauglaudre. *)
type 'a dag = { mutable dag : 'a node array }
@@ -24,8 +24,6 @@ val html_of_dag : string dag -> string
(** This function takes a list of classes and a list of class types and creates the associate dag. *)
val create_class_dag :
- Odoc_info.Class.t_class list ->
- Odoc_info.Class.t_class_type list ->
+ Odoc_info.Class.t_class list ->
+ Odoc_info.Class.t_class_type list ->
(Odoc_info.Name.t * Odoc_info.Class.cct option) dag
-
-