in reply to Re: Natural Doc - Create fancy documentation for your Perl code.
in thread Natural Doc - Create fancy documentation for your Perl code.

Well, accoring to the http://www.naturaldocs.org/documenting.html:
Perl users can use POD to do block comments. =begin nd Function: Multiply Multiplies two integers and returns the result. =cut =nd Function: Multiply Multiplies two integers and returns the result. =cut
  • Comment on Re^2: Natural Doc - Create fancy documentation for your Perl code.
  • Download Code

Replies are listed 'Best First'.
Re^3: Natural Doc - Create fancy documentation for your Perl code.
by MidLifeXis (Monsignor) on Oct 18, 2006 at 16:48 UTC

    But if I want to have it show up under perldoc, I still have to write it twice. =begin nd blocks do not get passed through to the default perldoc formatters, only to ND.

    --MidLifeXis