Ticket #5634 (closed enhancement: fixed)

Opened 11 months ago

Last modified 2 months ago

Inline Documentation for category-template.php

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

Description

PHPdoc effort for wp-includes/category-template.php seeks to complete 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

category-template.phpdoc.r6597.diff (8.4 kB) - added by darkdragon on 01/11/08 02:57:59.
Incomplete documentation for category-template.php based off of r6597
5634.r8786.diff (10.7 kB) - added by jacobsantos on 08/31/08 22:35:14.
Updated patch for r8786.
5634.r8947.diff (10.7 kB) - added by jacobsantos on 09/21/08 23:52:24.
category-template.php skeleton inline documentation based off of r8947
5634.r8970.diff (19.1 kB) - added by jacobsantos on 09/24/08 22:58:15.
Complete inline documentation for category-template.php based off of r8970

Change History

01/11/08 02:57:59 changed by darkdragon

  • attachment category-template.phpdoc.r6597.diff added.

Incomplete documentation for category-template.php based off of r6597

07/15/08 21:19:49 changed by santosj

  • owner changed from anonymous to jacobsantos.
  • milestone changed from 2.9 to 2.7.

I have a patch for this, which starts and completes a lot of the documentation. I should have this completed before 2.7 is released.

08/31/08 22:35:14 changed by jacobsantos

  • attachment 5634.r8786.diff added.

Updated patch for r8786.

09/04/08 18:28:12 changed by jacobsantos

  • priority changed from normal to low.
  • severity changed from normal to trivial.

09/04/08 18:29:03 changed by jacobsantos

  • summary changed from PHPdoc effort for category-template.php to Inline Documentation for category-template.php.

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

  • attachment 5634.r8947.diff added.

category-template.php skeleton inline documentation based off of r8947

09/21/08 23:56:29 changed by jacobsantos

Skeleton inline documentation for category-template.php. The patch is based off of r8947.

09/24/08 22:58:15 changed by jacobsantos

  • attachment 5634.r8970.diff added.

Complete inline documentation for category-template.php based off of r8970

09/24/08 22:58:49 changed by jacobsantos

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

Has complete inline documentation.

09/25/08 14:16:27 changed by azaozz

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

(In [8975]) Complete inline documentation for category-template.php, props jacobsantos, fixes #5634