We discussed the structuring of the source code in order to create more easily readable documentation. There were two different approaches to this structuring.
dpman(1).
A drawback is, however, that the documentation for each method
occurs in different places, which may render the maintenance of
the code somewhat more laborious.
.cpp-file).
The advantage of this approach is that the documentation, however
detailed, occurs in one place and may be more easily updated when
implementational details change. There is unfortunately no simple
tool which will display the documentation like
dpman(1), but we can create a parser (for instance in
Perl) if we come up with good markers for logic
within the comments/documentation.
Please, send any comments by email to: Bård Skaflestad <bardsk@math.ntnu.no>
Last modified: 2000-05-10 16:05+0100