- πΊπΈUnited States nicxvan
I think this will go in the opposite direction:
π [PP-2] Remove Implements comments once the api can pickup hook implementations from classes. Active
Instead of
/**
* Implements hook_help().
*/
we could have
/**
* @implements hook_help()
*/
@implements is actually a standard Doxygen command: http://www.stack.nl/~dimitri/doxygen/commands.html#cmdimplements
api.drupal.org could then list all the implementations of each hook.
Needs work
Documentation
Primarily changes documentation, not code. For Drupal core issues, select the Documentation component instead of using this tag. In general, component selection is preferred over tag selection.
It involves compliance with, or the content of coding standards. Requires broad community agreement.
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I think this will go in the opposite direction:
π
[PP-2] Remove Implements comments once the api can pickup hook implementations from classes.
Active