Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

Revision:
7:471901a04573
Parent:
6:a8c83a2e6fa4
--- a/Utilities/SafeBool.hpp	Wed Jan 23 13:11:04 2019 -0600
+++ b/Utilities/SafeBool.hpp	Mon Mar 04 08:10:00 2019 -0600
@@ -49,6 +49,8 @@
 
 } // namespace detail
 
+/// @brief Type definition for SafeBool.
+/// @details
 /// SafeBool is a boolean type that eliminates many error-prone implicit
 /// conversions allowed by the fundamental bool type.
 /// @note