docgen is a document extractor for C++ code written by Mark Stupar for aips++ in April 1992. It is a simple filter which reads from standard in and writes document lines to standard out. The intention is to have another program read the extracted doc file and write a man page or texinfo file. The program assumes the following: any line of code beginning with "//." is considered a document line and will be written to standard out. The maximum line size is assumed to be 125 bytes. sort code name order 0 //.*n 1 //.*l 2 //.*s 3 //.*t