Monday, April 07, 2003
Here's one good use for that scr2html thing. I used to work wth a guy who would run THEDRAW on his C and Pascal sources to draw nifty little boxes around his comments. Like this:
You get the idea.
/* ┌───────────────────────────────────┐
│ │
│ This is a really cool comment, │
│ eh? I can do this because I know │
│ that nobody will ever need to │
│ edit my source code on any OS │
│ other than MS-DOS. │
│ │
└───────────────────────────────────┘
*/
You get the idea.