Ticket #5578 (new enhancement)

Opened 6 months ago

Last modified 3 weeks ago

PHPdoc effort for comment.php

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

Description

PHPdoc effort for completing wp-includes/comment.php based off of #2648 patch.

Adds short and long descriptions, @since versions, parameter and return type information.

Attachments

comment.phpdoc.r6544.diff (21.6 kB) - added by darkdragon on 01/04/08 05:13:22.
Incomplete documentation for comment.php based off or r6544
comment.phpdoc.diff (6.1 kB) - added by darkdragon on 01/11/08 02:51:09.
fixes and more documentation
comment.phpdoc.r8088.diff (13.9 kB) - added by jacobsantos on 06/15/08 06:13:44.
More phpdoc inline documentation based on r8088

Change History

01/04/08 05:13:22 changed by darkdragon

  • attachment comment.phpdoc.r6544.diff added.

Incomplete documentation for comment.php based off or r6544

01/04/08 05:15:22 changed by darkdragon

Patch also fixes coding standard violations.

01/04/08 20:03:43 changed by ryan

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

(In [6553]) phpdoc for comment.php from darkdragon. fixes #5578

01/11/08 02:51:09 changed by darkdragon

  • attachment comment.phpdoc.diff added.

fixes and more documentation

01/11/08 02:51:40 changed by darkdragon

  • status changed from closed to reopened.
  • resolution deleted.

01/11/08 02:52:20 changed by darkdragon

Hmm. Perhaps it was a mistake to fix one mistake. What I thought was a coding violation was not.

01/20/08 21:17:14 changed by darkdragon

  • keywords changed from phpdoc has-patch to phpdoc needs-patch.
  • milestone changed from 2.5 to 2.6.

06/15/08 06:13:44 changed by jacobsantos

  • attachment comment.phpdoc.r8088.diff added.

More phpdoc inline documentation based on r8088

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

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

06/15/08 09:34:01 changed by westi

(In [8091]) PHPDoc updates for comment.php. See #5578 props jacobsantos.