I'm trying to document my header files and I really like the concept of alt+click documentation helper.
Using code below I can set keywords like @param
or @return
or @see
but unforunately @availability
is not being displayed in the proper way.
/**
* Super method for super feature
*
* @param someParameter super cool method parameter
*
* @availability Version 3.0 (and later)
*
* @return void
*/
The question is: how to set availability parameter in documentation helper?