<h2> Source code documentation </h2>
-<p> All public functions and variables are documented, but static functions,
-structures and macros defined in .c files are not. Most source files contain
-additional comments not shown here which describe particular implementation
-details. </p>
+<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>
<h3> Subsystems </h3>
<p> To get started in a particular subsystem, follow one of the links
-below. Each link points to a header file which defines the public API of a
-paraslash subsystem. This selection is not exhaustive, though. </p>
+below, each of which describes the public API of a particular paraslash
+subsystem. This selection is not exhaustive, though. </p>
<p>
[<a href="doxygen/html/sched_8h.html">Scheduler</a>]
<h3> Executables </h3>
<p> The detailed description of each executable usually mentions relevant
-other object files which are linked into the executable. The comment of the
-main function talks about public functions defined elsewhere and called from
-this file. The comment also describes which tasks are created and registered
-to the paraslash scheduler. </p>
+other object files which are linked into the executable. The comment of
+the main function talks about public functions defined elsewhere and called
+from this file. The comment also describes the tasks which are created and
+registered to the paraslash scheduler. </p>
<p>
[<a href="doxygen/html/server_8c.html">para_server</a>]