Posted by mfb on May 1, 2008 at 1:51am
5 followers
Jump to:
| Project: | API |
| Version: | master |
| Component: | Code |
| Category: | feature request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
API module should support documentation for classes and class methods. Right now it looks like both are ignored, see http://api.drupal.org/api/file/modules/simpletest/drupal_reporter.php/7
For classes a path like api/class could be added. Methods could perhaps use the existing function path, api/function/SimpleTest::ignore
Comments
#1
With SimpleTest in core, and a new OO DB layer on the way, I'd say this is critical.
#2
I'd just like to second this as something that'd be really useful, as until it goes in, neither Panels nor Views can be effectively documented by api.module. At the moment, we're reliant on running our own straight doxygen documentation pages, which do handle classes but are inferior in a number of other ways.
#3
subscribe/+1/might do if I get a chance
#4
This will be fixed with http://drupal.org/node/300031.