mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
0c926073ff
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
12 lines
494 B
Plaintext
12 lines
494 B
Plaintext
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 cannot 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: https://metacpan.org/release/Pod-Autopod
|