table of contents
File::Comments::Plugin::C(3) | User Contributed Perl Documentation | File::Comments::Plugin::C(3) |
NAME¶
File::Comments::Plugin::C - Plugin to detect comments in C/C++ source code
SYNOPSIS¶
use File::Comments::Plugin::C;
DESCRIPTION¶
File::Comments::Plugin::C 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>
2020-10-28 | perl v5.40.0 |