php-doc-modded
php-doc-modded copied to clipboard
Added option to disable the function/variable name in phpDoc
You can now use
g:pdv_cfg_InsertFuncName = 0
and
g:pdv_cfg_InsertVarName = 0
to disable inserting the function|variable name at the top of a function docblock.
For me this is just noise, so I needed a way to disable it.