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

Documented the non-GUI modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/config.py

    r273 r298  
    1 # Configuration and related stuff
    21# -*- encoding: utf-8 -*-
    3 
    4 #-------------------------------------------------------------------------------
    52
    63import const
     
    96import sys
    107import ConfigParser
     8
     9## @package mlx.config
     10#
     11# The handling of the configuration.
     12#
     13# The \ref Config class contains the main configuration and is capable of
     14# loading and saving the configuration. It contains getters and setters for the
     15# configuration options.
     16#
     17# Some parts of the configuration are not simple data items, like strings or
     18# booleans, but more complicated data. These have their own class, like \ref
     19# ApproachCallouts or \ref Checklist.
    1120
    1221#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.