#include #include #include "robodoc.h" #include "headers.h" /****v* ROBODoc/header_markers [3.0h] * NAME * header_markers -- strings that mark the begin of a header. * FUNCTION * These specify what robodoc recognizes as the beginning * of a header. * SOURCE */ char *header_markers[] = { "/****", /* C, C++ */ "//****", /* C++ */ "(****", /* Pascal, Modula-2, B52 */ "{****", /* Pascal */ ";****", /* M68K assembler */ "****", /* M68K assembler */ "C ****", /* Fortran */ "REM ****", /* BASIC */ "%****", /* LaTeX, TeX, Postscript */ "#****", /* Tcl/Tk */ " ****", /* COBOL */ "--****", /* Occam */ "