Bug #37346
Dummy text in phpDocs...
| Status: | New | Start date: | 2012-05-20 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 6.0 | Complexity: | easy | |
| PHP Version: | ||||
| Votes: | 0 |
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 )