ELEC2645 (2016/17) / Mbed 2 deprecated Bomb_WeixiTao_el16wt

Dependencies:   mbed

Revision:
4:402c27b212c1
Parent:
3:dd4678a85a1a
--- a/Main/main.cpp	Thu May 04 13:56:12 2017 +0000
+++ b/Main/main.cpp	Fri May 05 12:53:09 2017 +0000
@@ -63,8 +63,8 @@
 
         int four = ((rand())%4)+1; //produce a number between 1 to 4
         printf("%i\n", four);
-        /*@x - the width of human
-         *@y - the length of human*/
+        /*@param x - the width of human
+         *@param y - the length of human*/
         x = person.humanX();
         //printf("Pass one ");
         y = person.humanY();