File: lexattr.mli

package info (click to toggle)
hevea 2.38-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,824 kB
  • sloc: ml: 19,525; sh: 505; makefile: 311; ansic: 132
file content (19 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(************************************************************************)
(*                                                                      *)
(*                          HEVEA                                       *)
(*                                                                      *)
(*  Luc Maranget, Thibault Suzanne, projet MOSCOVA, INRIA Rocquencourt  *)
(*                                                                      *)
(*  Copyright 1998 Institut National de Recherche en Informatique et    *)
(*  Automatique.  Distributed only by permission.                       *)
(*                                                                      *)
(************************************************************************)


(* 
   add_style "name:val" attributes return the attributes with the
   "name" style having the value "val". The "style=" attribute is
   added if needed
*)

val add_style : string -> string -> string