diff options
author | wen <wen@FreeBSD.org> | 2009-10-31 20:49:47 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-10-31 20:49:47 +0800 |
commit | fef3ff6dd3bd59de4a346d043814fcecbba92790 (patch) | |
tree | 5357dc23c3bb1966ca23cbb5ded33b2f8f8d6eb5 /textproc/Makefile | |
parent | d0bdf40deb8644135c6fc0cc9abdd2dc6d66e9f7 (diff) | |
download | freebsd-ports-graphics-fef3ff6dd3bd59de4a346d043814fcecbba92790.tar.gz freebsd-ports-graphics-fef3ff6dd3bd59de4a346d043814fcecbba92790.tar.zst freebsd-ports-graphics-fef3ff6dd3bd59de4a346d043814fcecbba92790.zip |
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)
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 ce5ae8b0657..a2126ced36f 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 |