فهرست منبع

Regenerated doxygen api docs.

setaylor 13 سال پیش
والد
کامیت
5be95323ed
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;