Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: documentation generator? web-enabled perldoc?

by sgifford (Prior)
on Aug 06, 2004 at 21:46 UTC ( [id://380739]=note: print w/replies, xml ) Need Help??


in reply to documentation generator? web-enabled perldoc?

The standard for Perl is POD, Plain Old Documentation. See the perlpod manpage that came with Perl. You can use pod2html to turn it into HTML, or various other pod2x programs to turn it into something else.
  • Comment on Re: documentation generator? web-enabled perldoc?

Replies are listed 'Best First'.
Re^2: documentation generator? web-enabled perldoc?
by geektron (Curate) on Aug 06, 2004 at 21:51 UTC
    yes, i'm aware that the standard is POD. there is more to documentation, or *can* be more to documentation, than POD.

      Perhaps you can describe what features POD is missing that you need, for those of us who aren't familiar with doxygen and friends?

        well, a few things that are missing:
        1. function references.
        2. lists of calling functions
        3. better context around functions ( line numbers, etc )

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://380739]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 09:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found