]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
doc-site
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 11 Jun 2025 13:04:34 +0000 (15:04 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 11 Jun 2025 13:04:34 +0000 (15:04 +0200)
web/documentation.in.html
web/para.css

index 95fcbb855ec77ab2f7fe2ec628c72a9cc5dc80f5..d9bb59323ca60716182ff2d1487e748d5ad820cb 100644 (file)
 
 <h2> Source code documentation </h2>
 
-<p> 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. </p>
+<p> 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. </p>
 
 <h3> Subsystems </h3>
 
index 3e12d5cc7399eefa3ecd6efd829344a22166ea54..2d349a7dcc14e2a1474d987a3f84ff39f96d82e2 100644 (file)
@@ -12,7 +12,7 @@ td {
        vertical-align: top;
 }
 
-h2.groupheader {
+h2 {
        color: #ffffff;
 }