| c2man An automatic extraction tool by Graham Stoney . c2man extracts comments from source code to generate functional interface documentation in the same format as sections 2 and 3 of the Programmer's Manual. It looks for comments near the objects they document, rather than imposing a rigid or requiring that the programmer use a typesetting language. Acceptable documentation can often be generated from existing code with no modifications. It supports both {K&R} and / coding styles. Output can be in -man, or format. It documents parameter and return values, it handles both (/* */) and {C++} (//) style comments, but not C++ grammar (yet). It requires , or for syntax analysis; or for and , , or to format the output. It runs under , and . Version 2.0 patchlevel 25 (1995-10-25). {Washington FTP (ftp://ftp.wustl.edu/usenet/comp.sources.reviewed/volume03/)}. {Stuttgart FTP (ftp://ftp.informatik.uni-stuttgart.de/pub/archive/comp.sources/reviewed/)}. {Patches (ftp://lth.se/pub/netnews/sources.bugs/volume93/sep/)}. Mailing list: ("subscribe c2man " in the message body). Patches posted to newsgroups {news:comp.sources.bugs} and {news:comp.sources.reviewed}. (1994-02-21) |