mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
make the /* */ comment look right (and test lists:)
This commit is contained in:
parent
5808d08858
commit
371e57e0a4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue