Subject: | Add JavaDoc to Regexp::Common::comment |
Here's a tiny patch to recognize JavaDoc comments in Regexp::Common::comment. The patch is against Regexp::Common v2.120, which uses comment.pm v2.116.
-- Chris
--- comment.pm-orig 2005-06-09 12:02:08.000000000 -0500
+++ comment.pm 2005-06-09 12:03:21.000000000 -0500
@@ -50,6 +50,9 @@
to_eol => ['//'],
from_to => [[qw {/* */}]]},
+ {languages => [qw /JavaDoc/],
+ from_to => [[qw {/** */}]]},
+
{languages => [qw /CLU LaTeX slrn TeX/],
to_eol => ['%']},