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/gui.py

    r281 r300  
    1 # The main file for the GUI
    21# -*- coding: utf-8 -*-
    32
     
    3231import datetime
    3332import webbrowser
     33
     34#------------------------------------------------------------------------------
     35
     36## @package mlx.gui.gui
     37#
     38# The main GUI class.
     39#
     40# The \ref GUI class is the main class of the GUI. It is a connection listener,
     41# and aggregates all the windows, the menu, etc. It maintains the connection to
     42# the simulator as well as the flight object.
    3443
    3544#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.