Actions
Bug #37346
closedDummy text in phpDocs...
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-05-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Running the following command to find dummy text within phpDocs will find 118 occurances in the Core.
They should be cleaned up.
grep -R "\t* \[Describe" * | wc -l
Valid transformation would be to remove the dummy text and update the parameter list according to the CGLs ( http://typo3.org/documentation/document-library/core-documentation/doc_core_cgl/4.5.1/view/1/3/#id1007051 )
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35548
Updated by Wouter Wolters almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 31ad5d90a909e22dcf582920eb181a81a519c651.
Actions