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

Merge pull request #84 from blackberry-gaming/next

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

+ 3 - 0
gameplay/src/FlowLayout.h

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