Ignore:
Timestamp:
07/22/12 17:28:25 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added the module comments for the GUI

File:
1 edited

Legend:

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

    r238 r300  
    1 # Module for the detailed PIREP viewer
    2 
    3 #------------------------------------------------------------------------------
    41
    52from common import *
     
    96
    107import time
     8
     9#------------------------------------------------------------------------------
     10
     11## @package mlx.gui.pirep
     12#
     13# The detailed PIREP viewer.
     14#
     15# The \ref PIREPViewer class is a dialog displaying all information found in a
     16# PIREP. It consists of three tabs. The Data tab displays the simple,
     17# itemizable data. The Comments & defects tab contains the flight comments and
     18# defects, while the Log tab contains the flight log collected by the
     19# \ref mlx.logger.Logger "logger".
    1120
    1221#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.