Просмотр исходного кода

Merge pull request #348 from blackberry-gaming/next-setaylor

Regenerated doxygen api docs.
Sean Paul Taylor 13 лет назад
Родитель
Сommit
08ed64f73e
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;