Suga koubou / Mbed 2 deprecated doxygen_test
Revision:
2:a3cc2c4406a7
Parent:
1:cbdf4b99e9d3
--- a/main.cpp	Fri Aug 19 19:47:46 2011 +0000
+++ b/main.cpp	Fri Aug 19 19:49:17 2011 +0000
@@ -7,7 +7,7 @@
  * My program.
  */
 
-/** @bref hogehage class
+/** hogehage class
  *
  * This is the class.
  */
@@ -18,16 +18,16 @@
      * @retval 0 Success
      * @retval -1 Failure
      */
-    int init ();
+    int init () { return 0 };
 
     /** Run
      *
      * @param val Number
      */
-    void run (int val);
+    void run (int val) { return };
 };
 
-/** @bref hehehe function
+/** hehehe function
  *
  * @param num Number
  * @param buf Pointer of buffer