1
General Board / Wrong parameter comment in functions dialog
« on: October 02, 2012, 07:31:51 pm »
When i create a comment for a function like
/**
* Testcomment
*
* @param string test
*/
the parameter line (@param...) will be added to my comment in the operations dialog. After regenerating the sources the complete comment will be generated + the parameter itself. So i have a generated code like
/**
* Testcomment
*
* @param string test
* @param string test
*/
/**
* Testcomment
*
* @param string test
*/
the parameter line (@param...) will be added to my comment in the operations dialog. After regenerating the sources the complete comment will be generated + the parameter itself. So i have a generated code like
/**
* Testcomment
*
* @param string test
* @param string test
*/