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

View file

@ -22,7 +22,7 @@ $Id$
comments comments
-------- --------
// comments discard text until the end of line // 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 because this documentation is in a regular C comment block, and typing
them in normally causes a parse error) them in normally causes a parse error)