summaryrefslogtreecommitdiffstats
path: root/docs/proto
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-05 17:52:37 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-05 17:52:37 +0800
commit6f1f6cff95aced193cf52c1324e4d485ce83498c (patch)
tree94e668042ceb6150baf5b83c7f7dd4f0d16a2287 /docs/proto
parent6ca800ae0a303124ffd12ca4a712b6cdb01e69e7 (diff)
downloadpttbbs-6f1f6cff95aced193cf52c1324e4d485ce83498c.tar
pttbbs-6f1f6cff95aced193cf52c1324e4d485ce83498c.tar.gz
pttbbs-6f1f6cff95aced193cf52c1324e4d485ce83498c.tar.bz2
pttbbs-6f1f6cff95aced193cf52c1324e4d485ce83498c.tar.lz
pttbbs-6f1f6cff95aced193cf52c1324e4d485ce83498c.tar.xz
pttbbs-6f1f6cff95aced193cf52c1324e4d485ce83498c.tar.zst
pttbbs-6f1f6cff95aced193cf52c1324e4d485ce83498c.zip
remove branch victor.solarisvictor.edit
add a new branch victor.edit (already lots of work in it) * refactoring, refactoring, and refactoring * documentation, documentation, and documentation * bug hunting 1.undelete_line segfault 2.string shifting segfault * behavior changing 1.cursor_to_prev_word (more user friendly) 2.disable Ctrl('_') feature, which is expensive (513 bytes per vedit) but not well-known. (I'm still observe people's behavior, but hopefully it's going to be removed.) * less memory usage, and fixing possible memory leak. git-svn-id: http://opensvn.csie.org/pttbbs/branches/victor.edit@2466 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'docs/proto')
-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) {