module Search: sig
.. end
Support for search.
val generate_data : string -> Odoc_html.Generator.html -> unit
Generates the JavaScript data file in the passed directory.
val generate_html : string -> unit
Generates the HTML file for search page in the passed directory.
val link : string
HTML link to search page.
val css : string list
The piece of CSS used for search results.