From dba2016dee28ebab60ae64df2fe75a67c0a100bf Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 11 Jun 2025 15:04:34 +0200 Subject: [PATCH] doc-site --- web/documentation.in.html | 7 ++++--- web/para.css | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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; } -- 2.39.5