Ticket #5633 (closed enhancement: fixed)

Opened 9 months ago

Last modified 4 months ago

PHPdoc effort for category.php

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

Description

PHPdoc effort for wp-includes/category.php which 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.phpdoc.diff (2.0 kB) - added by darkdragon on 01/11/08 02:47:05.
incomplete documentation
category.phpdoc.r8088.diff (10.0 kB) - added by jacobsantos on 06/14/08 23:40:05.
Still with complete phpdoc comments but with fixed removed new lineds for r8088

Change History

01/11/08 02:47:05 changed by darkdragon

  • attachment category.phpdoc.diff added.

incomplete documentation

06/14/08 22:36:39 changed by jacobsantos

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

File is complete.

06/14/08 23:40:05 changed by jacobsantos

  • attachment category.phpdoc.r8088.diff added.

Still with complete phpdoc comments but with fixed removed new lineds for r8088

06/14/08 23:40:42 changed by jacobsantos

New patch corrects problems in last patch.

06/15/08 09:24:18 changed by westi

  • owner changed from anonymous to westi.
  • status changed from new to assigned.

06/15/08 09:32:20 changed by westi

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

(In [8090]) PHPDoc updates for category.php. Fixes #5633 props jacobsantos.