ELEC2645 (2018/19) / Mbed 2 deprecated el17cd

Dependencies:   mbed

Revision:
37:524b91130885
Parent:
36:6fbafc8bed80
Child:
46:824ec81ff578
--- a/Renderer/Renderer.h	Mon Apr 29 14:58:59 2019 +0000
+++ b/Renderer/Renderer.h	Mon Apr 29 15:15:16 2019 +0000
@@ -10,7 +10,8 @@
 #endif
 
 /** Face class
-*@brief A class used to instantiate a renderer object, this class provides an interface from the game to the display
+*@brief A class used to instantiate a Renderer object, this class provides an interface from the game to the display. Each Face of all the Cube objects will be passed to the Renderer
+ for it to be rasterised and its outlines drawn.
 *@author Christopher Doel
 *@date April, 2019
 */