ELEC2645 (2018/19) / Mbed 2 deprecated el17cd

Dependencies:   mbed

Revision:
39:41dcf1604fdf
Parent:
37:524b91130885
--- a/Face/Face.h	Mon Apr 29 15:23:07 2019 +0000
+++ b/Face/Face.h	Tue May 07 16:57:26 2019 +0000
@@ -23,19 +23,19 @@
     */
     float getVertexValue(int vertex, int axis);
     /** An accessor method which returns whether the face is visible or not
-    @returns The boolean value of the attribute 'visible'
+    *@returns The boolean value of the attribute 'visible'
     */
     bool getVisible();
     /** A mutator method which sets whether the face is visible or not
-    @param A boolean which determines whether the visible attribute will be true or false
+    *@param A boolean which determines whether the visible attribute will be true or false
     */
     void setVisible(bool v);
      /** A mutator method which sets the verticies of the face
-    @param A memory address of a two dimentional array containing each vertex and the values of the x, y and z coordinates
+    *@param A memory address of a two dimentional array containing each vertex and the values of the x, y and z coordinates
     */
     void setVerticies(float (&PointArray)[4][3]);
     /** An accessor method which returns the average z axis value of the faces verticies
-    @returns A float representing the average z axis value of the face
+    *@returns A float representing the average z axis value of the face
     */
     float getAvgZ();
 };
\ No newline at end of file