#5640 closed enhancement (fixed)
Inline Documentation for general-template.php
Reported by: | darkdragon | Owned by: | westi |
---|---|---|---|
Milestone: | 2.7 | Priority: | low |
Severity: | trivial | Version: | |
Component: | Optimization | Keywords: | phpdoc has-patch commit |
Focuses: | Cc: |
Description
PHPdoc effort seeks to complete phpdoc style inline documentation for wp-includes/general-template.php
.
Needed to complete:
- Short and Long Descriptions.
@since
version info- parameter type and description.
- return type and description.
Attachments (7)
Change History (20)
#2
@
16 years ago
- Summary changed from PHPdoc effort for general-template.php to Inline Documentation for general-template.php
#4
@
16 years ago
- Owner changed from anonymous to westi
- Status changed from new to assigned
Updating these now myself.
#5
@
16 years ago
Do you mean documenting the entire file, or do you mean just the patches? I'm working on the easy functions and will be submitting a patch. I don't think I've done any more general-template.php functions. The *-template.php
functions are pretty easy now that I think about it, I can't figure why I haven't done them sooner.
#8
@
16 years ago
That gets the file 80% complete.
Patches for the remaining functions and corrections of what I have already done welcome.
#9
@
16 years ago
- Keywords needs-patch added; has-patch removed
Corrections incoming tonight, going to seriously conflict with what I have now.
I use "Display" instead of "Outputs" or "Echos". I use "Retrieve" instead of "Returns".
Awesome so far!
#11
@
16 years ago
- Keywords has-patch commit added; needs-patch removed
Latest patch completes inline documentation.
Incomplete documentation for general-template.php based off of r6597