doxygen comments
[aspt.git] / playertab.h
index f09a6f4..c31efd0 100755 (executable)
@@ -19,6 +19,7 @@ extern void parse(const QString &);
 extern int playerCnt;
 extern Player pls[];
 
+/// Container for players with same possition (GK, LB..)
 class PlayerCont: public QWidget {
        Q_OBJECT
        QTabWidget *tabWidget;
@@ -28,6 +29,7 @@ public:
        ~PlayerCont();
 };
 
+/// Widget with player possition Tabs.
 class PlayerTab: public QWidget {
        Q_OBJECT
        QTabWidget *tabWidget;