From 2ada0f2d94034a9716f0061ba7760e82f90f268b Mon Sep 17 00:00:00 2001 From: kcwu Date: Thu, 10 Feb 2005 07:49:44 +0000 Subject: merge from branches/victor.edit git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2488 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- docs/proto/cdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/proto/cdoc b/docs/proto/cdoc index 6759e84c..60f29a50 100755 --- a/docs/proto/cdoc +++ b/docs/proto/cdoc @@ -64,7 +64,7 @@ sub grep_desc $out = $2; $out =~ s#^/\*\*##; $out =~ s#\s*\*/$##; - $out =~ s/^\s*\* / /mg; + $out =~ s/^\s*\* ?/ /mg; push @buffer, { type => 'comment', data => $out }; } elsif ($3) { -- cgit v1.2.3