]> git.ipfire.org Git - thirdparty/sarg.git/blame - documentation/css.txt
Rename configure.in as configure.ac
[thirdparty/sarg.git] / documentation / css.txt
CommitLineData
d183fb7f
FM
1/*!\file css.c
2\brief Write the Content Style Sheet of the HTML reports.
3*/
4
5
6/*! \fn void css_content(FILE *fp_css)
7Write the content of the CSS in the file.
8
9\param fp_css The file to write the CSS to.
10*/
11
12
13
14
15/*! \fn void css(FILE *fp_css)
16Write the CSS in the file either as a link to an external file whose name is in
17::ExternalCSSFile or as an inline text.
18
19\param fp_css The file to write the CSS to.
20*/