/*
 * test the verbatim output feature.
 * This is a test for the verbatim output feature. Consecutive lines of
 * comments beginning with an tabulator character should be formated in
 * a verbatim style for nroff, latex and html.
 *
 * This is best demonstrated by the including of formated source code
 * examples in the documented source code, like this:
 *	int verbatim_feature(void) {
 *	    // mind of C style comments not possible in comments
 *	    return true;
 *	}
 * Now I hope this example keeps its formated style in the various output
 * formats. 
 * And as I hope that I have not added any side effects this is
 * a test of tabulator characters in the middle of the text like
 * here (-->	<--).
 */
int verbatim_feature(char *text /* A little test for the behavior of
                                 * c2man for very long function 
                                 * parameter descriptions */);


syntax highlighted by Code2HTML, v. 0.9.1