You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have support for Drupal-style doxygen comments, or have the ability to configure this package to do that.
The format has more line breaks than what this package outputs, eg:
/**
* Determines the type of marker to be displayed for a given node.
*
* @param int $nid
* Node ID whose history supplies the "last viewed" timestamp.
* @param int $timestamp
* Time which is compared against node's "last viewed" timestamp.
*
* @return int
* One of the MARK constants.
*/
The text was updated successfully, but these errors were encountered:
It would be great to have support for Drupal-style doxygen comments, or have the ability to configure this package to do that.
The format has more line breaks than what this package outputs, eg:
The text was updated successfully, but these errors were encountered: