SublimeText / NaturalDocs

NaturalDocs package for SublimeText 2
NaturalDocs
21 stars 3 forks source link

Variable name missing from "natural_docs_insert_block" php #9

Closed saiori closed 11 years ago

saiori commented 11 years ago

When I use my shortcut for natural_docs_insert_block on something like:

private $id;

I get:

/**
* Variable:
* 
* [$id description]
*/
private $id

But then the variable doesn't actually show up in my natural docs. If I add the variable name to it, it will, like this:

/**
* Variable: $id
* 
* [$id description]
*/
private $id 
njlg commented 11 years ago

Sorry about the long delay. After an update left me know if you still have any problems. (Thanks for using the plugin)

saiori commented 11 years ago

No worries at all. I appreciate the plugin very much. It is fixed now.