Graham Bloice / EAQVGAOLED
Revision:
2:4babceb1bfc2
Parent:
1:b23bfa1be0d9
Child:
3:ebd9cdd757a2
--- a/EAQVGAOLED.h	Sun Feb 13 19:17:00 2011 +0000
+++ b/EAQVGAOLED.h	Tue Feb 15 20:31:03 2011 +0000
@@ -96,6 +96,7 @@
     
     /** Set a pixel to the specified colour
      *
+     * @ingroup API
      * @param x Pixel x position
      * @param y Pixel y position
      * @param colour Pixel colour
@@ -115,6 +116,8 @@
     virtual int height(void) { return 320; }
 
     /** Clear the screen
+     *
+     * @ingroup API
      */           
     virtual void cls() { fillRectangle(0, 0, width(), height(), _background); }