File::Comments::Plugin::Java.3pm

Langue: en

Version: 2005-05-01 (fedora - 04/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

File::Comments::Plugin::Java - Plugin to detect comments in Java source code

SYNOPSIS

     use File::Comments::Plugin::Java;
 
 

DESCRIPTION

File::Comments::Plugin::Java is a plugin for the File::Comments framework.

Both /* ... */ and // style comments are recognized.

This is not a full-blown C parser/preprocessor yet, so it gets easily confused (e.g. if c strings contain comment sequences).

LEGALESE

Copyright 2005 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

2005, Mike Schilli <cpan@perlmeister.com>