Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for Drupal-style Doxygen comments #288

Open
joachim-n opened this issue Sep 20, 2017 · 0 comments
Open

support for Drupal-style Doxygen comments #288

joachim-n opened this issue Sep 20, 2017 · 0 comments

Comments

@joachim-n
Copy link

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.
 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants