Add warning

This commit is contained in:
Liam Minopulos 2019-02-28 08:59:47 +01:00
parent 6b3951ae17
commit 928b66a3b6

View File

@ -23,6 +23,7 @@ typedef struct {
* @brief Creates an ErrorConfg struct. * @brief Creates an ErrorConfg struct.
* @param c ErrorConfg struct. * @param c ErrorConfg struct.
* @note Sets the following fields: majorCode = 2000, minorCode = 0, customText = false, shortDescription = "", detailedDescription = "". * @note Sets the following fields: majorCode = 2000, minorCode = 0, customText = false, shortDescription = "", detailedDescription = "".
* @warning This applet creates an error report that is logged in the system. Proceed at your own risk!
*/ */
void errorCreate(ErrorConfig* c); void errorCreate(ErrorConfig* c);