Add wiki some comments.

This commit is contained in:
Mark de Wever 2008-04-29 19:50:29 +00:00
parent 2c1c222021
commit ab422521fc

View file

@ -184,7 +184,9 @@ tline::tline(const config& cfg) :
* @page = GUICanvasWML
*
* == Line ==
* Definition of a line.
* Definition of a line. When drawing a line it doesn't get blended on the
* surface but replaces the pixels instead. A blitting flag might be added later
* if needed.
*
* Keys:
* @start_table = config
@ -372,7 +374,10 @@ trectangle::trectangle(const config& cfg) :
* @page = GUICanvasWML
*
* == Rectangle ==
* Definition of a rectangle.
*
* Definition of a rectangle. When drawing a rectangle it doesn't get blended on
* the surface but replaces the pixels instead. A blitting flag might be added
* later if needed.
*
* Keys:
* @start_table = config