Awesome. Thank you.
> I just wanted to know whether anyone's really attached to the nested
> list used for the object menu in the templates. Personally I don't
> think the nesting is useful (well, one level is fine for grouping
> classes into sections) and it means that classes such as the above
> can't be listed unless their containing namespace is declared. I've
> run into a bunch of situations writing libraries where everything
> lives in a namespace object and I don't want to document the namespace
> object because it has no useful methods or anything else worth
> mentioning.
>
> Any thoughts?
Have a look at Andrew's implementation for Prototype (on Github).
Have a look at Andrew's implementation for Prototype (on Github).
It's under sstephenson
Sent from my mobile phone.
On Mar 17, 2009, at 16:07, James Coglan <jco...@googlemail.com> wrote:
> Have a look at Andrew's implementation for Prototype (on Github).
Basically, the template included with PDoc should be customizable
enough (easy branding, simple color theme, automatic inclusion of
README file for index page, etc.) that users don't need to make their
own.
Andrew was planning on back-porting his custom Prototype template to
PDoc, maybe you want to discuss it directly with him (ideally through
the mailing list so that w can all benefit).