Ignore:
Timestamp:
07/22/12 17:28:25 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added the module comments for the GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/gates.py

    r121 r300  
    1 # Module to display the status of the planes and the gates
    2 
    3 #----------------------------------------------------------------------------
    41
    52from mlx.gui.common import *
     
    74from mlx.i18n import xstr
    85import mlx.const as const
     6
     7#-------------------------------------------------------------------------------
     8
     9## @package mlx.gui.gates
     10#
     11# The gate status display.
     12#
     13# This module contains the \ref FleetGateStatus widget, which is the tab
     14# displaying the status of the MAVA Fleet and the gates at LHBP. The left side
     15# of the widget is the table with the list of the planes and their states. The
     16# right side displays the numbers of the gates and their occupation status.
    917
    1018#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.