i have this code
string getError(){return mysql_error(&dbconn);}
i set cursor to this line and pressed "DoxyBlocks -> Block comment" and have this result
/** @brief * * @param &dbconn * @return string getError(){return * */
Log in to post a comment.