1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
(***********************************************************************)
(* *)
(* HEVEA *)
(* *)
(* Luc Maranget, projet Moscova, INRIA Rocquencourt *)
(* *)
(* Copyright 2001 Institut National de Recherche en Informatique et *)
(* Automatique. Distributed only by permission. *)
(* *)
(* $Id: pp.mli,v 1.5 2005-06-24 08:32:21 maranget Exp $ *)
(***********************************************************************)
val ppattrs : Lexeme.attr list -> string
val ptree : out_channel -> Lexeme.style Tree.t -> unit
val ptrees : out_channel -> Lexeme.style Tree.t list -> unit
val tree : out_channel -> Htmltext.style Tree.t -> unit
val trees : out_channel -> Htmltext.style Tree.t list -> unit
val styles : out_channel -> Css.id list -> unit
|