Alarm library for use with mbed.

Revision:
1:f4c7f13e5553
Parent:
0:33dddd0644c5
Child:
2:23e65cacea5a
diff -r 33dddd0644c5 -r f4c7f13e5553 AlarmTimeDate.h
--- a/AlarmTimeDate.h	Sat Oct 30 23:41:22 2010 +0000
+++ b/AlarmTimeDate.h	Sun Oct 31 08:13:17 2010 +0000
@@ -42,6 +42,7 @@
  * does take a SleepFn function pointer which can be used to to sleep the device 
  * the class will generate an RTC interrupt when an alarm goes off
  * Example usage:
+ * \code
  * #include "mbed.h"
  * #include "AlarmTimeDate.h"
  *
@@ -81,6 +82,7 @@
  *            a1.Set(seconds);
  *    } while(1);
  * }
+ * \endcode
  **/
 
  class AlarmTimeDate {