Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

Revision:
7:471901a04573
Parent:
6:a8c83a2e6fa4
--- a/Utilities/Error.hpp	Wed Jan 23 13:11:04 2019 -0600
+++ b/Utilities/Error.hpp	Mon Mar 04 08:10:00 2019 -0600
@@ -37,8 +37,8 @@
 
 namespace MaximInterface {
 
-/// Get the default error message associated with a condition. Typically used
-/// by an error_category when the condition is unknown.
+/// @brief Get the default error message associated with a condition.
+/// @details Typically used by an error_category when the condition is unknown.
 MaximInterface_EXPORT const char * defaultErrorMessage(int condition);
 
 }