Modify ↓
Opened 2 years ago
Closed 2 years ago
#690 closed enhancement (fixed)
Support DocBlox
| Reported by: | Drak <drak@…> | Owned by: | mrook |
|---|---|---|---|
| Priority: | major | Milestone: | 2.4.6 |
| Component: | phing-core | Version: | 2.4.5 |
| Keywords: | Cc: |
Description
DocBlox is fast becoming preferred over phpDocumentor because it is not only faster, and uses less memory, but supports PHP 5.3 namespaces and new tag conventions like @api to denote stable public APIs.
http://www.docblox-project.org/
It should be possible to simply copy the phing phpDocumentor handler for the most part and add the docblox pear project to the phing PEAR dependency list.
Attachments (0)
Change History (6)
comment:1 Changed 2 years ago by mrook
- Milestone changed from TBD to 2.4.6
comment:2 Changed 2 years ago by mrook
- Status changed from new to assigned
comment:3 Changed 2 years ago by mrook
comment:4 Changed 2 years ago by mrook
comment:5 Changed 2 years ago by mrook
comment:6 Changed 2 years ago by mrook
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

(In [1103]) Refs #690 - add initial DocBlox integration