Runing the tool on this you get some really fancy documentation. (Check out http://www.naturaldocs.org/documenting.html)# Function: myFunc # # Arguments: # 1. - This object. # 2. - Path to file. sub myFunc { my ($self, $path) = @_; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Natural Doc - Create fancy documentation for your Perl code.
by zentara (Cardinal) on Oct 17, 2006 at 12:51 UTC | |
by Ace128 (Hermit) on Oct 17, 2006 at 14:07 UTC | |
|
Re: Natural Doc - Create fancy documentation for your Perl code.
by MidLifeXis (Monsignor) on Oct 17, 2006 at 17:49 UTC | |
by Ace128 (Hermit) on Oct 17, 2006 at 21:21 UTC | |
by MidLifeXis (Monsignor) on Oct 18, 2006 at 16:48 UTC | |
|
Re: Natural Doc - Create fancy documentation for your Perl code.
by planetscape (Chancellor) on Oct 20, 2006 at 02:23 UTC |