Go to the documentation of this file.00001 package Doxygen::Perl::Item;
00002
00003 =head1 NAME
00004
00005 Doxygen::Perl::Item - Perl extension for generating Doxygen documentation
00006
00007 =head1 SYNOPSIS
00008
00009 my $item = new Doxygen::Perl::Item($path);
00010
00011 =head1 ABSTRACT
00012
00013 Represents a Perl item as required.
00014
00015 =head1 DESCRIPTION
00016
00017 =head1 METHODS
00018
00019 =over
00020
00021 =cut
00022
00023 use 5.005; # just to pick something, but not really tested
00024 use strict;
00025 use warnings;
00026
00027 our $VERSION = '0.01';
00028
00029 ###########################################################################
00030 ###########################################################################
00031
00032 ###########################################################################
00033 ###########################################################################
00034
00035 1
00036
00037 __END__
00038
00039 =back
00040
00041 =head1 SEE ALSO
00042
00043 DoxyFilt.pl Doxygen::Filter
00044
00045 =head1 AUTHOR
00046
00047 Marc M. Adkins, L<mailTo:Perl@Doorways.org>
00048
00049 =head1 COPYRIGHT AND LICENSE
00050
00051 Copyright 2004-2010 by Marc M. Adkins
00052
00053 This library is free software; you can redistribute it and/or modify
00054 it under the same terms as Perl itself.
00055
00056 =cut