Преглед изворни кода

Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier

Steve Grenier пре 13 година
родитељ
комит
3eca8d534e
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      gameplay/src/FlowLayout.h

+ 3 - 0
gameplay/src/FlowLayout.h

@@ -6,6 +6,9 @@
 namespace gameplay
 namespace gameplay
 {
 {
 
 
+/**
+ *  Defines a layout that arranges components in a left-to-right or right-to-left flow. 
+ */
 class FlowLayout : public Layout
 class FlowLayout : public Layout
 {
 {
     friend class Form;
     friend class Form;