Posted by TravisCarden on January 10, 2013 at 9:06pm
3 followers
| Project: | Drush |
| Version: | 7.x-5.x-dev |
| Component: | Documentation |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | documentation, Novice |
Issue Summary
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.
Comments
#1
#2
Fixed; thanks.
#3
Thank you! Shall we backport it?
#4
Cherry-picked 461dc47a on the 7.x-5.x branch.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.