summaryrefslogtreecommitdiffstats
path: root/docs/proto/cdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/proto/cdoc')
-rwxr-xr-xdocs/proto/cdoc2
1 files changed, 1 insertions, 1 deletions
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) {