Ticket #5637 (closed enhancement: fixed)

Opened 11 months ago

Last modified 3 months ago

Inline Documentation for cron.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/cron.php.

Needed to complete:

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

Attachments

cron.phpdoc.r6597.diff (5.0 kB) - added by darkdragon on 01/11/08 03:11:32.
Incomplete documentation for cron.php based off of r6597
cron.phpdoc.r6603.diff (6.1 kB) - added by hansengel on 01/13/08 03:57:49.
Almost-finished documentation of cron.php
5637.r8803.diff (7.1 kB) - added by jacobsantos on 09/04/08 14:02:06.
Completes inline documentation with hansengel patch. Based off of r8803.

Change History

01/11/08 03:11:32 changed by darkdragon

  • attachment cron.phpdoc.r6597.diff added.

Incomplete documentation for cron.php based off of r6597

01/11/08 03:12:43 changed by darkdragon

One of tickets looking to complete before Monday 14th.

01/13/08 03:57:49 changed by hansengel

  • attachment cron.phpdoc.r6603.diff added.

Almost-finished documentation of cron.php

09/04/08 14:02:06 changed by jacobsantos

  • attachment 5637.r8803.diff added.

Completes inline documentation with hansengel patch. Based off of r8803.

09/04/08 14:03:12 changed by jacobsantos

  • keywords changed from phpdoc has-patch to phpdoc has-patch commit.
  • milestone changed from 2.9 to 2.7.

Inline documentation is complete, thanks to hansengel. Finished with his patch and the few functions that were left.

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

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

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

Can the latest patch go in? It has complete inline documentation.

09/04/08 19:12:42 changed by ryan

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

(In [8806]) phpdoc for cron.php. Props jacobsantos and hansengel. fixes #5637