From 435e51d502aefdb61c9e8ec3fe6ec2b9aee95093 Mon Sep 17 00:00:00 2001 From: Kazuho Oku Date: Fri, 9 Oct 2009 12:56:17 +0900 Subject: [PATCH] use raquo instead of :: --- cppref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppref b/cppref index f1ae372..bcd7056 100755 --- a/cppref +++ b/cppref @@ -60,7 +60,7 @@ EOT my $name = $cand; $name =~ s{$doc_dir/}{}; $name =~ s{(/start|)\.html$}{}; - $name =~ s{/}{::}g; + $name =~ s{/}{ » }g; printf $wfh qq{
  • %s
  • \n}, $cand, $name; } print $wfh <<"EOT";