Ticket #5632 (closed enhancement: fixed)

Opened 11 months ago

Last modified 2 months ago

Inline Documentation for capabilities.php

Reported by: darkdragon Assigned to: anonymous
Priority: low Milestone: 2.7
Component: Optimization Version:
Severity: trivial Keywords: phpdoc has-patch commit
Cc:

Description

PHPdoc effort for wp-includes/capabilities.php with phpdoc style inline documentation.

Needed to complete:

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

Attachments

capabilities.phpdoc.diff (2.8 kB) - added by darkdragon on 01/11/08 02:44:06.
incomplete documentation
5632.r8902.diff (16.5 kB) - added by jacobsantos on 09/16/08 05:46:59.
Almost complete inline documentation for capabilities.php based off of r8902
5632.r8903.diff (16.8 kB) - added by jacobsantos on 09/16/08 12:30:23.
Complete inline documentation for capabilities.php based off of r8903

Change History

01/11/08 02:44:06 changed by darkdragon

  • attachment capabilities.phpdoc.diff added.

incomplete documentation

09/16/08 05:45:20 changed by jacobsantos

  • milestone changed from 2.9 to 2.7.

Almost done with file inline documentation.

09/16/08 05:46:59 changed by jacobsantos

  • attachment 5632.r8902.diff added.

Almost complete inline documentation for capabilities.php based off of r8902

09/16/08 12:30:23 changed by jacobsantos

  • attachment 5632.r8903.diff added.

Complete inline documentation for capabilities.php based off of r8903

09/16/08 19:20:38 changed by jacobsantos

  • keywords changed from phpdoc has-patch to phpdoc has-patch commit.
  • summary changed from PHPdoc effort for capabilities.php to Inline Documentation for capabilities.php.

Patch completes inline documentation, please commit.

09/16/08 21:51:36 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [8904]) phpdoc for capabilities.php. Props jacobsantos. fixes #5632