Opened 18 years ago
Closed 17 years ago
#5635 closed enhancement (fixed)
PHPdoc effort for classes.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | low |
Severity: | trivial | Version: | |
Component: | Optimization | Keywords: | phpdoc has-patch |
Focuses: | Cc: |
Description
PHPdoc effort seeks to complete phpdoc style inline documentation for wp-includes/classes.php
.
Needed to complete:
- Short and Long Descriptions.
@since
version info- parameter type and description.
- return type and description.
Attachments (2)
Change History (7)
#1
@
18 years ago
- Milestone changed from 2.6 to 2.7
Eh. Probably complete this during the summer. Patch is available for anyone who wants to take ownership of this file. Template covers everything that needs to be completed.
#2
@
18 years ago
Remember, the revision has to match before you can apply the patch, unless there weren't too many changes. Checkout r6597, apply patch, and then update repository.
Note: See
TracTickets for help on using
tickets.
Incomplete documentation for classes.php based off of r6597