Ticket #5642 (closed enhancement: fixed)

Opened 11 months ago

Last modified 1 month ago

Inline Documentation for link-template.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 seeks to complete phpdoc style inline documentation for wp-includes/link-template.php.

Needed to complete:

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

Attachments

5642.r8786.diff (14.7 kB) - added by jacobsantos on 08/31/08 22:56:15.
Incomplete skeleton patch based off of r8786
5642.r8947.diff (19.6 kB) - added by jacobsantos on 09/21/08 23:58:24.
Inline documentation skeleton for link-template.php based off of r8947
5642.r8786.2.diff (14.7 kB) - added by jacobsantos on 10/19/08 18:44:27.
Completed link-template.php file based off of r9247
5642.r9247.diff (22.5 kB) - added by jacobsantos on 10/19/08 18:44:58.
Completed link-template.php file based off of r9247

Change History

08/31/08 22:56:15 changed by jacobsantos

  • attachment 5642.r8786.diff added.

Incomplete skeleton patch based off of r8786

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

  • summary changed from PHPdoc effort for link-template.php to Inline Documentation for link-template.php.
  • milestone changed from 2.9 to 2.7.

09/21/08 23:58:24 changed by jacobsantos

  • attachment 5642.r8947.diff added.

Inline documentation skeleton for link-template.php based off of r8947

10/13/08 22:00:10 changed by ryan

(In [9136]) doc skeleton for link-template. Props jacobsantos. see #5642

10/19/08 18:44:27 changed by jacobsantos

  • attachment 5642.r8786.2.diff added.

Completed link-template.php file based off of r9247

10/19/08 18:44:58 changed by jacobsantos

  • attachment 5642.r9247.diff added.

Completed link-template.php file based off of r9247

10/22/08 02:43:36 changed by DD32

  • keywords changed from phpdoc to phpdoc commit.

10/22/08 03:00:31 changed by jacobsantos

  • keywords changed from phpdoc commit to phpdoc has-patch commit.

10/22/08 03:08:33 changed by ryan

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

(In [9274]) link-template phpdoc from jacobsantos. fixes #5642