Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: documentation generator? web-enabled perldoc?

by Arrowhead (Monk)
on Aug 07, 2004 at 19:49 UTC ( [id://380945]=note: print w/replies, xml ) Need Help??


in reply to documentation generator? web-enabled perldoc?

I wrote a filter for doxygen so it could be used on perl code with suitable comments.

See http://smop.org/computing/perl/doxygen.html

It really helps if you know C++ when using it, because the comments you have to place in front of your code are basically a translation from perl to C++ function prototypes.

Take a look at the generated demo docs, at the source perl code and decide whether it's sufficiently "better" for you than POD.

For most perl code, I think POD wins, but DoxyGen::Filter could be useful if you program in a heavy OO, java-like style.

  • Comment on Re: documentation generator? web-enabled perldoc?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-16 07:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found