jacques has asked for the wisdom of the Perl Monks concerning the following question:
What I would like to do is create pages containing outlines of the software architecture and explanations of subroutines, variables, etc. It seems like a big job, but I think having those pages would be very useful and help me learn the various applications as well.
I prefer that the doc pages be viewable via a web browser. But this isn't a requirement. Perhaps some of docs would contain graphics (for diagrams and other things). Of course, my first thought is to investigate the various POD tools. But I have never attempted to create so much documentation and I am hoping to get some pointers before proceeding.
The code itself needs to be cleaned up and further commented. The code lives on Linux and is spread over different cgi scripts and custom modules. Another concern I have is whether to put all of the documentation on the same Linux machine (our production server). I also have a Windows server which is generally used for backup, but doesn't have the Perl code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Large-scale code documentation
by tachyon (Chancellor) on Nov 04, 2004 at 23:55 UTC | |
|
Re: Large-scale code documentation
by perlcapt (Pilgrim) on Nov 04, 2004 at 23:43 UTC | |
by jacques (Priest) on Nov 05, 2004 at 15:13 UTC | |
by perlcapt (Pilgrim) on Nov 05, 2004 at 21:21 UTC | |
|
Re: Large-scale code documentation
by YuckFoo (Abbot) on Nov 05, 2004 at 04:12 UTC | |
|
Re: Large-scale code documentation
by ggg (Scribe) on Nov 05, 2004 at 15:21 UTC | |
by deprecated (Priest) on Aug 13, 2007 at 16:41 UTC |