Matt Sergeant wrote: > On Fri, 23 Nov 2001, Stas Bekman wrote: > > >>It took me a few minutes to setup the docset for p5ee, check out the >>auto-generated HTML: >>http://www.apache.org/~stas/p5ee/dst_html/ >> > > It's all very pretty, but it doesn't cover the docs issues we have been > discussing here - method parameters, class interactions, automatic > inter-module links, etc. > > Or did I miss something?
You didn't miss anything. It's not there yet. Currently it's just a framework for processing a set of documents and sequentially linking them together. All the juicy stuff is not there, yet. There are two major things to do: - render nicely API (which requires the definitions of how it should be written, so it can be parsed) - make the API elements linked between themselves (ala lxr or doxygen) (again requires some knowledge of the existing elements to be able to xref them) _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
