The drush_invoke() code comments have several issues that need fixed to make it clear and precise, to display properly on the API site, and to conform to Drupal's Doxygen and comment formatting conventions. Most importantly...
- It's missing
@paramand@returndirectives. - The
@seedirective is malformed. - Function references are missing parentheses and so don't get hyperlinked on the API site.
- Comments don't always wrap at 80 characters.
- Inline comments don't always terminate with punctuation.
- There are a few small typos.
Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drush-drush_invoke-docs-1885572-1.patch | 2.6 KB | traviscarden |
Comments
Comment #1
traviscarden commentedComment #2
greg.1.anderson commentedFixed; thanks.
Comment #3
traviscarden commentedThank you! Shall we backport it?
Comment #4
greg.1.anderson commentedCherry-picked 461dc47a on the 7.x-5.x branch.