Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

Revision:
7:471901a04573
Parent:
6:a8c83a2e6fa4
--- a/Utilities/optional.hpp	Wed Jan 23 13:11:04 2019 -0600
+++ b/Utilities/optional.hpp	Mon Mar 04 08:10:00 2019 -0600
@@ -47,7 +47,7 @@
 
 static const nullopt_t nullopt(0);
 
-/// Optional value container similar to std::optional.
+/// @brief Optional value container similar to std::optional.
 /// @details
 /// To prevent the need for aligned storage, this implementation imposes that
 /// types must be DefaultConstructible, CopyConstructible, and CopyAssignable.