Ticket #5443 (closed enhancement: fixed)

Opened 7 months ago

Last modified 7 months ago

File Level PHPdoc for third party libraries

Reported by: darkdragon Assigned to: anonymous
Priority: low Milestone: 2.5
Component: Optimization Version: 2.5
Severity: trivial Keywords: phpdoc documentation has-patch
Cc:

Description

When creating a WordPress phpDocumentor site, external libraries are included in with WordPress. The third party libraries should not be included in with WordPress, since they don't belong to WordPress.

The patch places file level PHPdoc comments to exclude the libraries from phpDocumentor sites.

Attachments

phpdoc.thirdparty.diff (4.4 kB) - added by darkdragon on 12/09/07 20:27:31.
Based off r6367, adds file level documentation

Change History

12/09/07 20:27:31 changed by darkdragon

  • attachment phpdoc.thirdparty.diff added.

Based off r6367, adds file level documentation

12/20/07 22:28:54 changed by westi

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

(In [6440]) Add file level phpdoc to external libraries we use. Fixes #5443 props darkdragon.