1File::Comments::Plugin:U:sCe(r3)Contributed Perl DocumenFtialtei:o:nComments::Plugin::C(3)
2
3
4
6 File::Comments::Plugin::C - Plugin to detect comments in C/C++ source
7 code
8
10 use File::Comments::Plugin::C;
11
13 File::Comments::Plugin::C is a plugin for the File::Comments framework.
14
15 Both /* ... */ and // style comments are recognized.
16
17 This is not a full-blown C parser/preprocessor yet, so it gets easily
18 confused (e.g. if c strings contain comment sequences).
19
21 Copyright 2005 by Mike Schilli, all rights reserved. This program is
22 free software, you can redistribute it and/or modify it under the same
23 terms as Perl itself.
24
26 2005, Mike Schilli <cpan@perlmeister.com>
27
28
29
30perl v5.38.0 2023-07-20 File::Comments::Plugin::C(3)