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

    r270 r300  
    1 # Module for the preferences dialog
    2 
    3 #------------------------------------------------------------------------------
    41
    52from common import *
     
    107
    118import urlparse
     9
     10#------------------------------------------------------------------------------
     11
     12## @package mlx.gui.prefs
     13#
     14# The preferences dialog.
     15#
     16# This module implements the preferences dialog, allowing the editing of the
     17# configuration of the program. The preferences are grouped into tabs, each
     18# containing the necessary controls to set the various options.
    1219
    1320#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.