On 10/14/10 2:52 AM, Henning Hraban Ramm wrote: > Is there a reason that some classes aren't in the API docs (e.g. dPref)? > Can you change it to include all dabo classes?
They are quto-generated and include all dabo classes it can find. Here's the reason why dPref isn't found: class dPref(object): ... If a class doesn't ultimately inherit from dObject, it won't have properties, events, and methods in an expected convention from which to auto-generate the docs. If I changed it to auto-generate every class found, I think there'd be a lot of noise in the api docs. I'm open to suggestions... > Or are there other API docs than http://paul.dabodev.com/doc/api/dabodoc/ Not that I know of. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
