Am Dienstag, 20. Januar 2004 22:17 schrieb Stas Bekman:
> So my idea was to list all Apache::RequestRec methods in the
> Apache::RequestRec manpage, but have the bodies of most of them spread
> across Apache::RequestIO, etc, just like it is now. That's if you use the
> web interface. It won't quite work for 'perldoc'.
>
> So now that you know what the problem is, please tell us your ideas on how
> to approach that.

Like perl does it already. for example:

perldoc perl gives this list:
  ....
          perltrap            Perl traps for the unwary
           perldebtut          Perl debugging tutorial

           perlfaq             Perl frequently asked questions
             perlfaq1          General Questions About Perl
             perlfaq2          Obtaining and Learning about Perl
             perlfaq3          Programming Tools
             perlfaq4          Data Manipulation
             perlfaq5          Files and Formats
             perlfaq6          Regexes
             perlfaq7          Perl Language Issues
             perlfaq8          System Interaction
             perlfaq9          Networking

translated to mp2 this may look like

        Apache::Request(Rec|Handle) request record accessors
          Apache::RequestIO Discription of IO methods of Apache::RequestRec
          Apache::Request::* bla bla bla

I hope the spaces are correct in your mailers. Just to be sure 
Apache::RequestIO and Apache::Request::* are indented.



-- 
Boris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to