Revision:
1:cbdf4b99e9d3
Parent:
0:2ae46f3d034c
Child:
2:a3cc2c4406a7
--- a/main.cpp	Fri Aug 19 19:43:55 2011 +0000
+++ b/main.cpp	Fri Aug 19 19:47:46 2011 +0000
@@ -7,27 +7,27 @@
  * My program.
  */
 
-/** hogehage class
+/** @bref hogehage class
  *
  * This is the class.
  */
 class hogehage {
 public:
-	/** Initialize
-	 *
-	 * @retval 0 Success
-	 * @retval -1 Failure
-	 */
-	int init ();
+    /** Initialize
+     *
+     * @retval 0 Success
+     * @retval -1 Failure
+     */
+    int init ();
 
-	/** Run
-	 *
-	 * @param val Number
-	 */
-	void run (int val);
+    /** Run
+     *
+     * @param val Number
+     */
+    void run (int val);
 };
 
-/** hehehe function
+/** @bref hehehe function
  *
  * @param num Number
  * @param buf Pointer of buffer