ME910 support
Dependents: 5_Dragonfly_Cayenne_Sprint_IKS01A1
Fork of Cayenne-MQTT-mbed-MTSAS by
Diff: src/CayenneMQTTClient/FP.h
- Revision:
- 2:c0419dbecfbd
- Parent:
- 0:09ef59d2d0f7
- Child:
- 4:421366004b5d
--- a/src/CayenneMQTTClient/FP.h Fri Oct 07 22:24:51 2016 +0000 +++ b/src/CayenneMQTTClient/FP.h Fri Oct 07 22:38:26 2016 +0000 @@ -19,7 +19,10 @@ #ifndef FP_H #define FP_H -/** Example using the FP Class with global functions +/** + * @class FP + * @brief API for managing Function Pointers + * Example using the FP Class with global functions * @code * #include "mbed.h" * #include "FP.h" @@ -122,11 +125,6 @@ * } * @endcode */ - -/** - * @class FP - * @brief API for managing Function Pointers - */ template<class retT, class argT> class FP {