make the /* */ comment look right (and test lists:)

This commit is contained in:
Bill Currie 2003-06-03 14:46:10 +00:00
parent 5808d08858
commit 371e57e0a4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $Id$
comments
--------
// comments discard text until the end of line
/ * * / comments discard all enclosed text (spaced out on this line
/* */ comments discard all enclosed text (spaced out on this line
because this documentation is in a regular C comment block, and typing
them in normally causes a parse error)