Ticket #5635 (closed enhancement: fixed)

Opened 4 years ago

Last modified 3 years ago

PHPdoc effort for classes.php

Reported by: darkdragon Owned by: anonymous
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:

  1. Short and Long Descriptions.
  2. @since version info
  3. parameter type and description.
  4. return type and description.

Attachments

classes.phpdoc.r6597.diff Download (18.8 KB) - added by darkdragon 4 years ago.
Incomplete documentation for classes.php based off of r6597
5635.r8889.diff Download (24.8 KB) - added by jacobsantos 3 years ago.
Complete inline documentation for classes.php based off of r8889

Change History

Incomplete documentation for classes.php based off of r6597

  • 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.

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.

  • 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.

  • Milestone changed from 2.9 to 2.7

Complete inline documentation for classes.php based off of r8889

comment:5   ryan3 years ago

  • Status changed from new to closed
  • Resolution set to fixed

(In [8900]) phpdoc for classes.php from jacobsantos. fixes #5635

Note: See TracTickets for help on using tickets.