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

PDV Doc Blocks not fully populating #45

Open
salcode opened this issue May 14, 2014 · 1 comment
Open

PDV Doc Blocks not fully populating #45

salcode opened this issue May 14, 2014 · 1 comment
Labels

Comments

@salcode
Copy link
Contributor

salcode commented May 14, 2014

PDV Doc Block ( <leader>d ) is generating documentation like the following. It seems like it should be walking me through the marked variable areas to complete this documentation but it doesn't.

/**
 * ${1:bsg_modify_classes_based_on_template}
 *
 * @param ${2:mixed} $classes_to_add${3}
 * @param ${4:mixed} $context${5}
 * @param ${6:mixed} $attr${7}
 */

Here is the function being documented for reference.

function bsg_modify_classes_based_on_template( $classes_to_add, $context, $attr ) {
...
   return $classes_to_add;
}
@curtismchale
Copy link
Owner

Yup I've been seeing the same thing and just not added an issue or dug in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants