Opened 5 years ago
Closed 5 years ago
#5635 closed enhancement (fixed)
PHPdoc effort for classes.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.7 |
| Component: | Optimization | Version: | |
| Severity: | trivial | Keywords: | phpdoc has-patch |
| 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)
darkdragon
— 5 years ago
comment:1
darkdragon
— 5 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.
comment:2
darkdragon
— 5 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.
comment:3
santosj
— 5 years ago
- Milestone changed from 2.7 to 2.9
Yeah. There are a lot of places where inline documentation is needed and it isn't as quick as some other files. I won't be doing this until the end, because the file has difficult to understand sections of code which need more thought.
comment:4
jacobsantos
— 5 years ago
- Milestone changed from 2.9 to 2.7
Incomplete documentation for classes.php based off of r6597