home *** CD-ROM | disk | FTP | other *** search
-
- ; extracts the test doc
-
- echo "extracting t:test.doc from test.c"
-
- /makedoc test.c AUTODOC t:test.doc BEGIN "/**LL******" END "******" SKIPSTRING "**" TOC VERBOSE NOFORMFEED LANGUAGE english
-
- ; extracts the menu doc
-
- echo "extracting t:menu.doc from test.c"
-
- /makedoc test.c AUTODOC t:menu.doc BEGIN "/**LL**M**" END "******" SKIPSTRING "**" TOC VERBOSE NOFORMFEED LANGUAGE english
-
-
-