From: Andre Noll Date: Wed, 11 Jun 2025 13:04:34 +0000 (+0200) Subject: doc-site X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=dba2016dee28ebab60ae64df2fe75a67c0a100bf;p=paraslash.git doc-site --- diff --git a/web/documentation.in.html b/web/documentation.in.html index 95fcbb85..d9bb5932 100644 --- a/web/documentation.in.html +++ b/web/documentation.in.html @@ -30,9 +30,10 @@

Source code documentation

-

All public functions and variables are documented, but static functions -and variables are not, Most source files contain additional comments not -shown here which describe particular implementation details.

+

Only the C API is documented here. Not shown are files related to the +build system (makefiles and autoconf related files) and the lopsub suite files +which contain the descriptions of the command line options. Only non-static +functions and variables are documented.

Subsystems

diff --git a/web/para.css b/web/para.css index 3e12d5cc..2d349a7d 100644 --- a/web/para.css +++ b/web/para.css @@ -12,7 +12,7 @@ td { vertical-align: top; } -h2.groupheader { +h2 { color: #ffffff; }