1
Suggestions and Requests / Reverseengineering: Doxygenstyle
« on: March 26, 2012, 09:56:00 pm »
Please make EA able to parse the Doxygen-style comments, I guess we are not the only ones programming using this particular style.
example:
/** This function returns the last error information and should be called if an API
* function does not return RETURN_OK.
*
* @note
* funktionnotes
*
* @param[out] pErrorInfo ErrorInformation blabla
*
*/
void getLastErrorInfo(ErrorInfo *const pErrorInfo);
@param[kind] marks the parameter notes, and should be added as the parameters notes -- and the kind should also modify the parameterkind in the EA-model.
see: http://www.stack.nl/~dimitri/doxygen/commands.html
Thank you
example:
/** This function returns the last error information and should be called if an API
* function does not return RETURN_OK.
*
* @note
* funktionnotes
*
* @param[out] pErrorInfo ErrorInformation blabla
*
*/
void getLastErrorInfo(ErrorInfo *const pErrorInfo);
@param[kind] marks the parameter notes, and should be added as the parameters notes -- and the kind should also modify the parameterkind in the EA-model.
see: http://www.stack.nl/~dimitri/doxygen/commands.html
Thank you