1[comment {-*- tcl -*- doctools manpage}]
2[manpage_begin doctools::html::cssdefaults n 0.1]
3[copyright {2009 Andreas Kupries <andreas_kupries@users.sourceforge.net>}]
4[moddesc   {Documentation tools}]
5[titledesc {Default CSS style for HTML export plugins}]
6[category  {Documentation tools}]
7[require Tcl 8.4]
8[require doctools::html::cssdefaults [opt 0.1]]
9[keywords doctools export plugin HTML CSS style]
10[description]
11
12This package provides a single command providing access to the text of
13the default CSS style to use for HTML markup generated by the various
14HTML export plugins.
15
16[para]
17
18This is an internal package of doctools, for use by [term export] plugins,
19i.e. the packages converting doctools related documented into other
20formats, most notably [term HTML].
21
22[section API]
23
24[list_begin definitions]
25
26[call [cmd ::doctools::html::cssdefaults::contents]]
27
28This command returns the text of the default CSS style to use for HTML
29markup generated by the various HTML export plugins.
30
31[list_end]
32
33
34[vset CATEGORY doctools]
35[include include/feedback.inc]
36[manpage_end]
37