From 371e57e0a4cf61e98f480c41a1c7b46229b285de Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 3 Jun 2003 14:46:10 +0000 Subject: [PATCH] make the /* */ comment look right (and test lists:) --- tools/qfcc/doc/qcc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/doc/qcc.txt b/tools/qfcc/doc/qcc.txt index 3d3a62535..0f7fbab90 100644 --- a/tools/qfcc/doc/qcc.txt +++ b/tools/qfcc/doc/qcc.txt @@ -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)