obstacles for the map

Files at this revision

API Documentation at this revision

Comitter:
el15lm
Date:
Thu May 04 08:58:34 2017 +0000
Parent:
0:0c1bbee29dfe
Commit message:
added Doxygen code commenting

Changed in this revision

Column.h Show annotated file Show diff for this revision Revisions of this file
Wall.h Show annotated file Show diff for this revision Revisions of this file
diff -r 0c1bbee29dfe -r d55b0553a29a Column.h
--- a/Column.h	Thu May 04 08:35:52 2017 +0000
+++ b/Column.h	Thu May 04 08:58:34 2017 +0000
@@ -5,7 +5,9 @@
 #include "N5110.h"
 #include "Gamepad.h"
 
-
+/** Column.h
+@brief This library handles a circular type of obstacle.
+*/
 class Column
 {
 private:
diff -r 0c1bbee29dfe -r d55b0553a29a Wall.h
--- a/Wall.h	Thu May 04 08:35:52 2017 +0000
+++ b/Wall.h	Thu May 04 08:58:34 2017 +0000
@@ -5,6 +5,9 @@
 #include "N5110.h"
 #include "Gamepad.h"
 
+/** Column.h
+@brief This library handles a rectangular type of obstacle.
+*/
 
 class Wall
 {