Content here is by:
Michael Still
mikal@stillhq.com

All my Open Source projects
Extracted view of CVS
Home
Site map

See recent comments. RSS feed of all comments. Raw dump of all comments for research purposes.

ImageMagick book
MythTV book








code2html is a kick arse perl script that takes code files from various languages including C, perl, and awk and turns them into context highlighted HTML pages. There is output produced by this script scattered throughout this site. There were, however, some comments that I had to make about it. These comments are below.


Sun, 05 Nov 2000



C and Java documentation comment handling

    This patch will make code2html recognise C / Java /** ... */ style comments, which are normally used for package documentation used to create manuals.

posted at: 04:00 | path: /code2html | permanent link to this entry


A small AWK bug fix

    This patch fixes a typo in the awk language handling.

posted at: 04:00 | path: /code2html | permanent link to this entry