Ticket #5512 (closed enhancement: fixed)

Opened 1 year ago

Last modified 2 months ago

Inline Documentation for user.php

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

Description

Adds PHPdoc inline documentation for wp-includes/user.php. Documents the common attributes of functions short/long descriptions, parameter, @since, and return values.

Attachments

user.phpdoc.r6473.diff (7.1 kB) - added by darkdragon on 12/23/07 09:01:33.
Incomplete documentation for user.php based off of r6473
5512.r8841.diff (11.7 kB) - added by jacobsantos on 09/08/08 01:09:10.
Complete inline documentation for user.php based off of r8841

Change History

12/23/07 09:01:33 changed by darkdragon

  • attachment user.phpdoc.r6473.diff added.

Incomplete documentation for user.php based off of r6473

12/23/07 09:08:06 changed by westi

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

12/24/07 07:19:56 changed by westi

Good work . Won't commit until we have more info

09/04/08 18:21:14 changed by jacobsantos

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

09/04/08 18:25:37 changed by jacobsantos

  • milestone changed from 2.9 to 2.7.

Will finish up soon.

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

  • summary changed from PHPdoc effort for user.php to Inline Documentation for user.php.

09/08/08 01:09:10 changed by jacobsantos

  • attachment 5512.r8841.diff added.

Complete inline documentation for user.php based off of r8841

09/08/08 01:09:56 changed by jacobsantos

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

Patch completes user.php with inline documentation for all functions.

09/09/08 22:58:14 changed by jacobsantos

The patch has complete inline documentation.

09/12/08 04:29:09 changed by azaozz

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

(In [8873]) Inline Documentation for user.php, props jacobsantos, fixes #5512