diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-10-31 12:49:47 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-10-31 12:49:47 +0000 |
commit | 10e3edfe53f96f44b1b93d88b457b026e97e97fd (patch) | |
tree | 29ee75875650af1b624b5b5c136c35ea809b0ce6 /textproc/Makefile | |
parent | 6de63569ce38da0ea351e9333a3d6be5037a9d0d (diff) |
Pod::Autopod is designed to generate pod documentation of a perl
class by analysing its code. The idea is to have something similar
like javadoc. So it uses also comments written directly obove the
method definitions. It is designed to asumes a pm file which
represents a class.
Of course it can not understand every kind of syntax, parameters,
etc. But the plan is to improve this library in the future to
understand more and more automatically.
WWW: http://search.cpan.org/dist/Pod-Autopod/
Approved by: miwi,jadawin(mentors,implicit)
Notes
Notes:
svn path=/head/; revision=243576
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ce5ae8b06579..a2126ced36f5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -537,6 +537,7 @@ SUBDIR += p5-Plucene-Plugin-Analyzer-SnowballAnalyzer SUBDIR += p5-Plucene-Simple SUBDIR += p5-Pod-Abstract + SUBDIR += p5-Pod-Autopod SUBDIR += p5-Pod-Constants SUBDIR += p5-Pod-DocBook SUBDIR += p5-Pod-Escapes |