public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/layman:master commit in: src/, doc/, doc/html/
@ 2011-10-05 20:56 Brian Dolbec
  0 siblings, 0 replies; only message in thread
From: Brian Dolbec @ 2011-10-05 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f10d3965967d581676beb4c9e529b72dbfb4c672
Author:     Detlev Casanova <detlev.casanova <AT> gmail <DOT> com>
AuthorDate: Fri Aug  6 18:59:09 2010 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Fri Aug  6 18:59:09 2010 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=f10d3965

Add proper Doxygen documentation + it's generated HTML output.

---
 doc/Doxyfile                             | 1541 ++++++++++++++++++++++++++++++
 doc/html/annotated.html                  |   42 +
 doc/html/classes.html                    |   41 +
 doc/html/config_8c.html                  |   76 ++
 doc/html/config_8h-source.html           |   48 +
 doc/html/config_8h.html                  |   67 ++
 doc/html/dict_8c.html                    |  188 ++++
 doc/html/dict_8h-source.html             |   39 +
 doc/html/dict_8h.html                    |  158 +++
 doc/html/doxygen.css                     |  441 +++++++++
 doc/html/doxygen.png                     |  Bin 0 -> 1281 bytes
 doc/html/files.html                      |   47 +
 doc/html/functions.html                  |   87 ++
 doc/html/functions_vars.html             |   87 ++
 doc/html/globals.html                    |  252 +++++
 doc/html/globals_defs.html               |   45 +
 doc/html/globals_func.html               |  236 +++++
 doc/html/globals_type.html               |   55 ++
 doc/html/globals_vars.html               |   45 +
 doc/html/group__config.html              |  238 +++++
 doc/html/group__layman__api.html         |  670 +++++++++++++
 doc/html/group__layman__base.html        |   77 ++
 doc/html/group__message.html             |  449 +++++++++
 doc/html/group__string__list.html        |  247 +++++
 doc/html/index.html                      |   26 +
 doc/html/internal_8h-source.html         |   49 +
 doc/html/internal_8h.html                |  115 +++
 doc/html/interpreter_8c.html             |  248 +++++
 doc/html/interpreter_8h-source.html      |   35 +
 doc/html/interpreter_8h.html             |   40 +
 doc/html/layman_8h-source.html           |   39 +
 doc/html/layman_8h.html                  |   41 +
 doc/html/laymanapi_8c.html               |   74 ++
 doc/html/laymanapi_8h-source.html        |   73 ++
 doc/html/laymanapi_8h.html               |  126 +++
 doc/html/message_8c.html                 |   64 ++
 doc/html/message_8h-source.html          |   40 +
 doc/html/message_8h.html                 |   61 ++
 doc/html/modules.html                    |   31 +
 doc/html/stringlist_8c.html              |   57 ++
 doc/html/stringlist_8h-source.html       |   43 +
 doc/html/stringlist_8h.html              |   68 ++
 doc/html/struct_bare_config.html         |   57 ++
 doc/html/struct_dict.html                |   71 ++
 doc/html/struct_dict_elem.html           |   88 ++
 doc/html/struct_interpreter.html         |   54 +
 doc/html/struct_layman_a_p_i.html        |   58 ++
 doc/html/struct_message.html             |   58 ++
 doc/html/struct_overlay_info.html        |  244 +++++
 doc/html/struct_py_object_list.html      |   71 ++
 doc/html/struct_py_object_list_elem.html |   71 ++
 doc/html/struct_string_list.html         |   74 ++
 doc/html/tab_b.gif                       |  Bin 0 -> 35 bytes
 doc/html/tab_l.gif                       |  Bin 0 -> 706 bytes
 doc/html/tab_r.gif                       |  Bin 0 -> 2585 bytes
 doc/html/tabs.css                        |  105 ++
 doc/html/tester_8c.html                  |   71 ++
 src/config.c                             |   23 +-
 src/interpreter.c                        |   31 +-
 src/laymanapi.c                          |   34 +-
 src/laymanapi.h                          |   14 +-
 src/message.c                            |   25 +
 src/stringlist.c                         |   45 +-
 63 files changed, 7571 insertions(+), 29 deletions(-)

diff --git a/doc/Doxyfile b/doc/Doxyfile
new file mode 100644
index 0000000..5db8ca5
--- /dev/null
+++ b/doc/Doxyfile
@@ -0,0 +1,1541 @@
+# Doxyfile 1.5.8
+
+# This file describes the settings to be used by the documentation system
+# doxygen (www.doxygen.org) for a project
+#
+# All text after a hash (#) is considered a comment and will be ignored
+# The format is:
+#       TAG = value [value, ...]
+# For lists items can also be appended using:
+#       TAG += value [value, ...]
+# Values that contain spaces should be placed between quotes (" ")
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+
+# This tag specifies the encoding used for all characters in the config file 
+# that follow. The default is UTF-8 which is also the encoding used for all 
+# text before the first occurrence of this tag. Doxygen uses libiconv (or the 
+# iconv built into libc) for the transcoding. See 
+# http://www.gnu.org/software/libiconv for the list of possible encodings.
+
+DOXYFILE_ENCODING      = UTF-8
+
+# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
+# by quotes) that should identify the project.
+
+PROJECT_NAME           = C-Layman
+
+# The PROJECT_NUMBER tag can be used to enter a project or revision number. 
+# This could be handy for archiving the generated documentation or 
+# if some version control system is used.
+
+PROJECT_NUMBER         = 9999
+
+# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
+# base path where the generated documentation will be put. 
+# If a relative path is entered, it will be relative to the location 
+# where doxygen was started. If left blank the current directory will be used.
+
+OUTPUT_DIRECTORY       = /home/detlev/src/c-layman/doc
+
+# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 
+# 4096 sub-directories (in 2 levels) under the output directory of each output 
+# format and will distribute the generated files over these directories. 
+# Enabling this option can be useful when feeding doxygen a huge amount of 
+# source files, where putting all generated files in the same directory would 
+# otherwise cause performance problems for the file system.
+
+CREATE_SUBDIRS         = NO
+
+# The OUTPUT_LANGUAGE tag is used to specify the language in which all 
+# documentation generated by doxygen is written. Doxygen will use this 
+# information to generate all constant output in the proper language. 
+# The default language is English, other supported languages are: 
+# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, 
+# Croatian, Czech, Danish, Dutch, Farsi, Finnish, French, German, Greek, 
+# Hungarian, Italian, Japanese, Japanese-en (Japanese with English messages), 
+# Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, Polish, 
+# Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak, Slovene, 
+# Spanish, Swedish, and Ukrainian.
+
+OUTPUT_LANGUAGE        = English
+
+# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 
+# include brief member descriptions after the members that are listed in 
+# the file and class documentation (similar to JavaDoc). 
+# Set to NO to disable this.
+
+BRIEF_MEMBER_DESC      = YES
+
+# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 
+# the brief description of a member or function before the detailed description. 
+# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 
+# brief descriptions will be completely suppressed.
+
+REPEAT_BRIEF           = YES
+
+# This tag implements a quasi-intelligent brief description abbreviator 
+# that is used to form the text in various listings. Each string 
+# in this list, if found as the leading text of the brief description, will be 
+# stripped from the text and the result after processing the whole list, is 
+# used as the annotated text. Otherwise, the brief description is used as-is. 
+# If left blank, the following values are used ("$name" is automatically 
+# replaced with the name of the entity): "The $name class" "The $name widget" 
+# "The $name file" "is" "provides" "specifies" "contains" 
+# "represents" "a" "an" "the"
+
+ABBREVIATE_BRIEF       = "The $name class" \
+                         "The $name widget" \
+                         "The $name file" \
+                         is \
+                         provides \
+                         specifies \
+                         contains \
+                         represents \
+                         a \
+                         an \
+                         the
+
+# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 
+# Doxygen will generate a detailed section even if there is only a brief 
+# description.
+
+ALWAYS_DETAILED_SEC    = NO
+
+# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 
+# inherited members of a class in the documentation of that class as if those 
+# members were ordinary class members. Constructors, destructors and assignment 
+# operators of the base classes will not be shown.
+
+INLINE_INHERITED_MEMB  = NO
+
+# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 
+# path before files name in the file list and in the header files. If set 
+# to NO the shortest path that makes the file name unique will be used.
+
+FULL_PATH_NAMES        = YES
+
+# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 
+# can be used to strip a user-defined part of the path. Stripping is 
+# only done if one of the specified strings matches the left-hand part of 
+# the path. The tag can be used to show relative paths in the file list. 
+# If left blank the directory from which doxygen is run is used as the 
+# path to strip.
+
+STRIP_FROM_PATH        = /Users/dimitri/doxygen/mail/1.5.7/doxywizard/
+
+# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of 
+# the path mentioned in the documentation of a class, which tells 
+# the reader which header file to include in order to use a class. 
+# If left blank only the name of the header file containing the class 
+# definition is used. Otherwise one should specify the include paths that 
+# are normally passed to the compiler using the -I flag.
+
+STRIP_FROM_INC_PATH    = 
+
+# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 
+# (but less readable) file names. This can be useful is your file systems 
+# doesn't support long names like on DOS, Mac, or CD-ROM.
+
+SHORT_NAMES            = NO
+
+# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 
+# will interpret the first line (until the first dot) of a JavaDoc-style 
+# comment as the brief description. If set to NO, the JavaDoc 
+# comments will behave just like regular Qt-style comments 
+# (thus requiring an explicit @brief command for a brief description.)
+
+JAVADOC_AUTOBRIEF      = NO
+
+# If the QT_AUTOBRIEF tag is set to YES then Doxygen will 
+# interpret the first line (until the first dot) of a Qt-style 
+# comment as the brief description. If set to NO, the comments 
+# will behave just like regular Qt-style comments (thus requiring 
+# an explicit \brief command for a brief description.)
+
+QT_AUTOBRIEF           = NO
+
+# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
+# treat a multi-line C++ special comment block (i.e. a block of //! or /// 
+# comments) as a brief description. This used to be the default behaviour. 
+# The new default is to treat a multi-line C++ comment block as a detailed 
+# description. Set this tag to YES if you prefer the old behaviour instead.
+
+MULTILINE_CPP_IS_BRIEF = NO
+
+# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
+# member inherits the documentation from any documented member that it 
+# re-implements.
+
+INHERIT_DOCS           = YES
+
+# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 
+# a new page for each member. If set to NO, the documentation of a member will 
+# be part of the file/class/namespace that contains it.
+
+SEPARATE_MEMBER_PAGES  = NO
+
+# The TAB_SIZE tag can be used to set the number of spaces in a tab. 
+# Doxygen uses this value to replace tabs by spaces in code fragments.
+
+TAB_SIZE               = 8
+
+# This tag can be used to specify a number of aliases that acts 
+# as commands in the documentation. An alias has the form "name=value". 
+# For example adding "sideeffect=\par Side Effects:\n" will allow you to 
+# put the command \sideeffect (or @sideeffect) in the documentation, which 
+# will result in a user-defined paragraph with heading "Side Effects:". 
+# You can put \n's in the value part of an alias to insert newlines.
+
+ALIASES                = 
+
+# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C 
+# sources only. Doxygen will then generate output that is more tailored for C. 
+# For instance, some of the names that are used will be different. The list 
+# of all members will be omitted, etc.
+
+OPTIMIZE_OUTPUT_FOR_C  = YES
+
+# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java 
+# sources only. Doxygen will then generate output that is more tailored for 
+# Java. For instance, namespaces will be presented as packages, qualified 
+# scopes will look different, etc.
+
+OPTIMIZE_OUTPUT_JAVA   = NO
+
+# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran 
+# sources only. Doxygen will then generate output that is more tailored for 
+# Fortran.
+
+OPTIMIZE_FOR_FORTRAN   = NO
+
+# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL 
+# sources. Doxygen will then generate output that is tailored for 
+# VHDL.
+
+OPTIMIZE_OUTPUT_VHDL   = NO
+
+# Doxygen selects the parser to use depending on the extension of the files it parses. 
+# With this tag you can assign which parser to use for a given extension. 
+# Doxygen has a built-in mapping, but you can override or extend it using this tag. 
+# The format is ext=language, where ext is a file extension, and language is one of 
+# the parsers supported by doxygen: IDL, Java, Javascript, C#, C, C++, D, PHP, 
+# Objective-C, Python, Fortran, VHDL, C, C++. For instance to make doxygen treat 
+# .inc files as Fortran files (default is PHP), and .f files as C (default is Fortran), 
+# use: inc=Fortran f=C
+
+EXTENSION_MAPPING      = 
+
+# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 
+# to include (a tag file for) the STL sources as input, then you should 
+# set this tag to YES in order to let doxygen match functions declarations and 
+# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. 
+# func(std::string) {}). This also make the inheritance and collaboration 
+# diagrams that involve STL classes more complete and accurate.
+
+BUILTIN_STL_SUPPORT    = NO
+
+# If you use Microsoft's C++/CLI language, you should set this option to YES to 
+# enable parsing support.
+
+CPP_CLI_SUPPORT        = NO
+
+# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. 
+# Doxygen will parse them like normal C++ but will assume all classes use public 
+# instead of private inheritance when no explicit protection keyword is present.
+
+SIP_SUPPORT            = NO
+
+# For Microsoft's IDL there are propget and propput attributes to indicate getter 
+# and setter methods for a property. Setting this option to YES (the default) 
+# will make doxygen to replace the get and set methods by a property in the 
+# documentation. This will only work if the methods are indeed getting or 
+# setting a simple type. If this is not the case, or you want to show the 
+# methods anyway, you should set this option to NO.
+
+IDL_PROPERTY_SUPPORT   = YES
+
+# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 
+# tag is set to YES, then doxygen will reuse the documentation of the first 
+# member in the group (if any) for the other members of the group. By default 
+# all members of a group must be documented explicitly.
+
+DISTRIBUTE_GROUP_DOC   = NO
+
+# Set the SUBGROUPING tag to YES (the default) to allow class member groups of 
+# the same type (for instance a group of public functions) to be put as a 
+# subgroup of that type (e.g. under the Public Functions section). Set it to 
+# NO to prevent subgrouping. Alternatively, this can be done per class using 
+# the \nosubgrouping command.
+
+SUBGROUPING            = YES
+
+# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum 
+# is documented as struct, union, or enum with the name of the typedef. So 
+# typedef struct TypeS {} TypeT, will appear in the documentation as a struct 
+# with name TypeT. When disabled the typedef will appear as a member of a file, 
+# namespace, or class. And the struct will be named TypeS. This can typically 
+# be useful for C code in case the coding convention dictates that all compound 
+# types are typedef'ed and only the typedef is referenced, never the tag name.
+
+TYPEDEF_HIDES_STRUCT   = NO
+
+# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to 
+# determine which symbols to keep in memory and which to flush to disk. 
+# When the cache is full, less often used symbols will be written to disk. 
+# For small to medium size projects (<1000 input files) the default value is 
+# probably good enough. For larger projects a too small cache size can cause 
+# doxygen to be busy swapping symbols to and from disk most of the time 
+# causing a significant performance penality. 
+# If the system has enough physical memory increasing the cache will improve the 
+# performance by keeping more symbols in memory. Note that the value works on 
+# a logarithmic scale so increasing the size by one will rougly double the 
+# memory usage. The cache size is given by this formula: 
+# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, 
+# corresponding to a cache size of 2^16 = 65536 symbols
+
+SYMBOL_CACHE_SIZE      = 0
+
+#---------------------------------------------------------------------------
+# Build related configuration options
+#---------------------------------------------------------------------------
+
+# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in 
+# documentation are documented, even if no documentation was available. 
+# Private class members and static file members will be hidden unless 
+# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
+
+EXTRACT_ALL            = YES
+
+# If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
+# will be included in the documentation.
+
+EXTRACT_PRIVATE        = NO
+
+# If the EXTRACT_STATIC tag is set to YES all static members of a file 
+# will be included in the documentation.
+
+EXTRACT_STATIC         = NO
+
+# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 
+# defined locally in source files will be included in the documentation. 
+# If set to NO only classes defined in header files are included.
+
+EXTRACT_LOCAL_CLASSES  = YES
+
+# This flag is only useful for Objective-C code. When set to YES local 
+# methods, which are defined in the implementation section but not in 
+# the interface are included in the documentation. 
+# If set to NO (the default) only methods in the interface are included.
+
+EXTRACT_LOCAL_METHODS  = NO
+
+# If this flag is set to YES, the members of anonymous namespaces will be 
+# extracted and appear in the documentation as a namespace called 
+# 'anonymous_namespace{file}', where file will be replaced with the base 
+# name of the file that contains the anonymous namespace. By default 
+# anonymous namespace are hidden.
+
+EXTRACT_ANON_NSPACES   = NO
+
+# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all 
+# undocumented members of documented classes, files or namespaces. 
+# If set to NO (the default) these members will be included in the 
+# various overviews, but no documentation section is generated. 
+# This option has no effect if EXTRACT_ALL is enabled.
+
+HIDE_UNDOC_MEMBERS     = NO
+
+# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all 
+# undocumented classes that are normally visible in the class hierarchy. 
+# If set to NO (the default) these classes will be included in the various 
+# overviews. This option has no effect if EXTRACT_ALL is enabled.
+
+HIDE_UNDOC_CLASSES     = NO
+
+# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all 
+# friend (class|struct|union) declarations. 
+# If set to NO (the default) these declarations will be included in the 
+# documentation.
+
+HIDE_FRIEND_COMPOUNDS  = NO
+
+# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any 
+# documentation blocks found inside the body of a function. 
+# If set to NO (the default) these blocks will be appended to the 
+# function's detailed documentation block.
+
+HIDE_IN_BODY_DOCS      = NO
+
+# The INTERNAL_DOCS tag determines if documentation 
+# that is typed after a \internal command is included. If the tag is set 
+# to NO (the default) then the documentation will be excluded. 
+# Set it to YES to include the internal documentation.
+
+INTERNAL_DOCS          = NO
+
+# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate 
+# file names in lower-case letters. If set to YES upper-case letters are also 
+# allowed. This is useful if you have classes or files whose names only differ 
+# in case and if your file system supports case sensitive file names. Windows 
+# and Mac users are advised to set this option to NO.
+
+CASE_SENSE_NAMES       = NO
+
+# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen 
+# will show members with their full class and namespace scopes in the 
+# documentation. If set to YES the scope will be hidden.
+
+HIDE_SCOPE_NAMES       = YES
+
+# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen 
+# will put a list of the files that are included by a file in the documentation 
+# of that file.
+
+SHOW_INCLUDE_FILES     = YES
+
+# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] 
+# is inserted in the documentation for inline members.
+
+INLINE_INFO            = YES
+
+# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen 
+# will sort the (detailed) documentation of file and class members 
+# alphabetically by member name. If set to NO the members will appear in 
+# declaration order.
+
+SORT_MEMBER_DOCS       = YES
+
+# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 
+# brief documentation of file, namespace and class members alphabetically 
+# by member name. If set to NO (the default) the members will appear in 
+# declaration order.
+
+SORT_BRIEF_DOCS        = NO
+
+# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the 
+# hierarchy of group names into alphabetical order. If set to NO (the default) 
+# the group names will appear in their defined order.
+
+SORT_GROUP_NAMES       = NO
+
+# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be 
+# sorted by fully-qualified names, including namespaces. If set to 
+# NO (the default), the class list will be sorted only by class name, 
+# not including the namespace part. 
+# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. 
+# Note: This option applies only to the class list, not to the 
+# alphabetical list.
+
+SORT_BY_SCOPE_NAME     = NO
+
+# The GENERATE_TODOLIST tag can be used to enable (YES) or 
+# disable (NO) the todo list. This list is created by putting \todo 
+# commands in the documentation.
+
+GENERATE_TODOLIST      = YES
+
+# The GENERATE_TESTLIST tag can be used to enable (YES) or 
+# disable (NO) the test list. This list is created by putting \test 
+# commands in the documentation.
+
+GENERATE_TESTLIST      = YES
+
+# The GENERATE_BUGLIST tag can be used to enable (YES) or 
+# disable (NO) the bug list. This list is created by putting \bug 
+# commands in the documentation.
+
+GENERATE_BUGLIST       = YES
+
+# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or 
+# disable (NO) the deprecated list. This list is created by putting 
+# \deprecated commands in the documentation.
+
+GENERATE_DEPRECATEDLIST= YES
+
+# The ENABLED_SECTIONS tag can be used to enable conditional 
+# documentation sections, marked by \if sectionname ... \endif.
+
+ENABLED_SECTIONS       = 
+
+# The MAX_INITIALIZER_LINES tag determines the maximum number of lines 
+# the initial value of a variable or define consists of for it to appear in 
+# the documentation. If the initializer consists of more lines than specified 
+# here it will be hidden. Use a value of 0 to hide initializers completely. 
+# The appearance of the initializer of individual variables and defines in the 
+# documentation can be controlled using \showinitializer or \hideinitializer 
+# command in the documentation regardless of this setting.
+
+MAX_INITIALIZER_LINES  = 30
+
+# Set the SHOW_USED_FILES tag to NO to disable the list of files generated 
+# at the bottom of the documentation of classes and structs. If set to YES the 
+# list will mention the files that were used to generate the documentation.
+
+SHOW_USED_FILES        = YES
+
+# If the sources in your project are distributed over multiple directories 
+# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy 
+# in the documentation. The default is NO.
+
+SHOW_DIRECTORIES       = NO
+
+# Set the SHOW_FILES tag to NO to disable the generation of the Files page. 
+# This will remove the Files entry from the Quick Index and from the 
+# Folder Tree View (if specified). The default is YES.
+
+SHOW_FILES             = YES
+
+# Set the SHOW_NAMESPACES tag to NO to disable the generation of the 
+# Namespaces page.  This will remove the Namespaces entry from the Quick Index 
+# and from the Folder Tree View (if specified). The default is YES.
+
+SHOW_NAMESPACES        = YES
+
+# The FILE_VERSION_FILTER tag can be used to specify a program or script that 
+# doxygen should invoke to get the current version for each file (typically from 
+# the version control system). Doxygen will invoke the program by executing (via 
+# popen()) the command <command> <input-file>, where <command> is the value of 
+# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file 
+# provided by doxygen. Whatever the program writes to standard output 
+# is used as the file version. See the manual for examples.
+
+FILE_VERSION_FILTER    = 
+
+# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed by 
+# doxygen. The layout file controls the global structure of the generated output files 
+# in an output format independent way. The create the layout file that represents 
+# doxygen's defaults, run doxygen with the -l option. You can optionally specify a 
+# file name after the option, if omitted DoxygenLayout.xml will be used as the name 
+# of the layout file.
+
+LAYOUT_FILE            = 
+
+#---------------------------------------------------------------------------
+# configuration options related to warning and progress messages
+#---------------------------------------------------------------------------
+
+# The QUIET tag can be used to turn on/off the messages that are generated 
+# by doxygen. Possible values are YES and NO. If left blank NO is used.
+
+QUIET                  = NO
+
+# The WARNINGS tag can be used to turn on/off the warning messages that are 
+# generated by doxygen. Possible values are YES and NO. If left blank 
+# NO is used.
+
+WARNINGS               = YES
+
+# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 
+# for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
+# automatically be disabled.
+
+WARN_IF_UNDOCUMENTED   = YES
+
+# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 
+# potential errors in the documentation, such as not documenting some 
+# parameters in a documented function, or documenting parameters that 
+# don't exist or using markup commands wrongly.
+
+WARN_IF_DOC_ERROR      = YES
+
+# This WARN_NO_PARAMDOC option can be abled to get warnings for 
+# functions that are documented, but have no documentation for their parameters 
+# or return value. If set to NO (the default) doxygen will only warn about 
+# wrong or incomplete parameter documentation, but not about the absence of 
+# documentation.
+
+WARN_NO_PARAMDOC       = NO
+
+# The WARN_FORMAT tag determines the format of the warning messages that 
+# doxygen can produce. The string should contain the $file, $line, and $text 
+# tags, which will be replaced by the file and line number from which the 
+# warning originated and the warning text. Optionally the format may contain 
+# $version, which will be replaced by the version of the file (if it could 
+# be obtained via FILE_VERSION_FILTER)
+
+WARN_FORMAT            = "$file:$line: $text"
+
+# The WARN_LOGFILE tag can be used to specify a file to which warning 
+# and error messages should be written. If left blank the output is written 
+# to stderr.
+
+WARN_LOGFILE           = 
+
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+
+# The INPUT tag can be used to specify the files and/or directories that contain 
+# documented source files. You may enter file names like "myfile.cpp" or 
+# directories like "/usr/src/myproject". Separate the files or directories 
+# with spaces.
+
+INPUT                  = /home/detlev/src/c-layman/src
+
+# This tag can be used to specify the character encoding of the source files 
+# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 
+# also the default input encoding. Doxygen uses libiconv (or the iconv built 
+# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for 
+# the list of possible encodings.
+
+INPUT_ENCODING         = UTF-8
+
+# If the value of the INPUT tag contains directories, you can use the 
+# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
+# and *.h) to filter out the source-files in the directories. If left 
+# blank the following patterns are tested: 
+# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 
+# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
+
+FILE_PATTERNS          = *.c \
+                         *.cc \
+                         *.cxx \
+                         *.cpp \
+                         *.c++ \
+                         *.d \
+                         *.java \
+                         *.ii \
+                         *.ixx \
+                         *.ipp \
+                         *.i++ \
+                         *.inl \
+                         *.h \
+                         *.hh \
+                         *.hxx \
+                         *.hpp \
+                         *.h++ \
+                         *.idl \
+                         *.odl \
+                         *.cs \
+                         *.php \
+                         *.php3 \
+                         *.inc \
+                         *.m \
+                         *.mm \
+                         *.dox \
+                         *.py \
+                         *.f90 \
+                         *.f \
+                         *.vhd \
+                         *.vhdl
+
+# The RECURSIVE tag can be used to turn specify whether or not subdirectories 
+# should be searched for input files as well. Possible values are YES and NO. 
+# If left blank NO is used.
+
+RECURSIVE              = NO
+
+# The EXCLUDE tag can be used to specify files and/or directories that should 
+# excluded from the INPUT source files. This way you can easily exclude a 
+# subdirectory from a directory tree whose root is specified with the INPUT tag.
+
+EXCLUDE                = 
+
+# The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
+# directories that are symbolic links (a Unix filesystem feature) are excluded 
+# from the input.
+
+EXCLUDE_SYMLINKS       = NO
+
+# If the value of the INPUT tag contains directories, you can use the 
+# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 
+# certain files from those directories. Note that the wildcards are matched 
+# against the file with absolute path, so to exclude all test directories 
+# for example use the pattern */test/*
+
+EXCLUDE_PATTERNS       = 
+
+# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names 
+# (namespaces, classes, functions, etc.) that should be excluded from the 
+# output. The symbol name can be a fully qualified name, a word, or if the 
+# wildcard * is used, a substring. Examples: ANamespace, AClass, 
+# AClass::ANamespace, ANamespace::*Test
+
+EXCLUDE_SYMBOLS        = 
+
+# The EXAMPLE_PATH tag can be used to specify one or more files or 
+# directories that contain example code fragments that are included (see 
+# the \include command).
+
+EXAMPLE_PATH           = 
+
+# If the value of the EXAMPLE_PATH tag contains directories, you can use the 
+# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
+# and *.h) to filter out the source-files in the directories. If left 
+# blank all files are included.
+
+EXAMPLE_PATTERNS       = *
+
+# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be 
+# searched for input files to be used with the \include or \dontinclude 
+# commands irrespective of the value of the RECURSIVE tag. 
+# Possible values are YES and NO. If left blank NO is used.
+
+EXAMPLE_RECURSIVE      = NO
+
+# The IMAGE_PATH tag can be used to specify one or more files or 
+# directories that contain image that are included in the documentation (see 
+# the \image command).
+
+IMAGE_PATH             = 
+
+# The INPUT_FILTER tag can be used to specify a program that doxygen should 
+# invoke to filter for each input file. Doxygen will invoke the filter program 
+# by executing (via popen()) the command <filter> <input-file>, where <filter> 
+# is the value of the INPUT_FILTER tag, and <input-file> is the name of an 
+# input file. Doxygen will then use the output that the filter program writes 
+# to standard output.  If FILTER_PATTERNS is specified, this tag will be 
+# ignored.
+
+INPUT_FILTER           = 
+
+# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 
+# basis.  Doxygen will compare the file name with each pattern and apply the 
+# filter if there is a match.  The filters are a list of the form: 
+# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further 
+# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER 
+# is applied to all files.
+
+FILTER_PATTERNS        = 
+
+# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using 
+# INPUT_FILTER) will be used to filter the input files when producing source 
+# files to browse (i.e. when SOURCE_BROWSER is set to YES).
+
+FILTER_SOURCE_FILES    = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to source browsing
+#---------------------------------------------------------------------------
+
+# If the SOURCE_BROWSER tag is set to YES then a list of source files will 
+# be generated. Documented entities will be cross-referenced with these sources. 
+# Note: To get rid of all source code in the generated output, make sure also 
+# VERBATIM_HEADERS is set to NO.
+
+SOURCE_BROWSER         = NO
+
+# Setting the INLINE_SOURCES tag to YES will include the body 
+# of functions and classes directly in the documentation.
+
+INLINE_SOURCES         = NO
+
+# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct 
+# doxygen to hide any special comment blocks from generated source code 
+# fragments. Normal C and C++ comments will always remain visible.
+
+STRIP_CODE_COMMENTS    = YES
+
+# If the REFERENCED_BY_RELATION tag is set to YES 
+# then for each documented function all documented 
+# functions referencing it will be listed.
+
+REFERENCED_BY_RELATION = NO
+
+# If the REFERENCES_RELATION tag is set to YES 
+# then for each documented function all documented entities 
+# called/used by that function will be listed.
+
+REFERENCES_RELATION    = NO
+
+# If the REFERENCES_LINK_SOURCE tag is set to YES (the default) 
+# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from 
+# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will 
+# link to the source code.  Otherwise they will link to the documentation.
+
+REFERENCES_LINK_SOURCE = YES
+
+# If the USE_HTAGS tag is set to YES then the references to source code 
+# will point to the HTML generated by the htags(1) tool instead of doxygen 
+# built-in source browser. The htags tool is part of GNU's global source 
+# tagging system (see http://www.gnu.org/software/global/global.html). You 
+# will need version 4.8.6 or higher.
+
+USE_HTAGS              = NO
+
+# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 
+# will generate a verbatim copy of the header file for each class for 
+# which an include is specified. Set to NO to disable this.
+
+VERBATIM_HEADERS       = YES
+
+#---------------------------------------------------------------------------
+# configuration options related to the alphabetical class index
+#---------------------------------------------------------------------------
+
+# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index 
+# of all compounds will be generated. Enable this if the project 
+# contains a lot of classes, structs, unions or interfaces.
+
+ALPHABETICAL_INDEX     = NO
+
+# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 
+# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
+# in which this list will be split (can be a number in the range [1..20])
+
+COLS_IN_ALPHA_INDEX    = 5
+
+# In case all classes in a project start with a common prefix, all 
+# classes will be put under the same header in the alphabetical index. 
+# The IGNORE_PREFIX tag can be used to specify one or more prefixes that 
+# should be ignored while generating the index headers.
+
+IGNORE_PREFIX          = 
+
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_HTML tag is set to YES (the default) Doxygen will 
+# generate HTML output.
+
+GENERATE_HTML          = YES
+
+# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `html' will be used as the default path.
+
+HTML_OUTPUT            = html
+
+# The HTML_FILE_EXTENSION tag can be used to specify the file extension for 
+# each generated HTML page (for example: .htm,.php,.asp). If it is left blank 
+# doxygen will generate files with .html extension.
+
+HTML_FILE_EXTENSION    = .html
+
+# The HTML_HEADER tag can be used to specify a personal HTML header for 
+# each generated HTML page. If it is left blank doxygen will generate a 
+# standard header.
+
+HTML_HEADER            = 
+
+# The HTML_FOOTER tag can be used to specify a personal HTML footer for 
+# each generated HTML page. If it is left blank doxygen will generate a 
+# standard footer.
+
+HTML_FOOTER            = 
+
+# The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
+# style sheet that is used by each HTML page. It can be used to 
+# fine-tune the look of the HTML output. If the tag is left blank doxygen 
+# will generate a default style sheet. Note that doxygen will try to copy 
+# the style sheet file to the HTML output directory, so don't put your own 
+# stylesheet in the HTML output directory as well, or it will be erased!
+
+HTML_STYLESHEET        = 
+
+# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
+# files or namespaces will be aligned in HTML using tables. If set to 
+# NO a bullet list will be used.
+
+HTML_ALIGN_MEMBERS     = YES
+
+# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML 
+# documentation will contain sections that can be hidden and shown after the 
+# page has loaded. For this to work a browser that supports 
+# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox 
+# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
+
+HTML_DYNAMIC_SECTIONS  = NO
+
+# If the GENERATE_DOCSET tag is set to YES, additional index files 
+# will be generated that can be used as input for Apple's Xcode 3 
+# integrated development environment, introduced with OSX 10.5 (Leopard). 
+# To create a documentation set, doxygen will generate a Makefile in the 
+# HTML output directory. Running make will produce the docset in that 
+# directory and running "make install" will install the docset in 
+# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find 
+# it at startup. 
+# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html for more information.
+
+GENERATE_DOCSET        = NO
+
+# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the 
+# feed. A documentation feed provides an umbrella under which multiple 
+# documentation sets from a single provider (such as a company or product suite) 
+# can be grouped.
+
+DOCSET_FEEDNAME        = "Doxygen generated docs"
+
+# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that 
+# should uniquely identify the documentation set bundle. This should be a 
+# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen 
+# will append .docset to the name.
+
+DOCSET_BUNDLE_ID       = org.doxygen.Project
+
+# If the GENERATE_HTMLHELP tag is set to YES, additional index files 
+# will be generated that can be used as input for tools like the 
+# Microsoft HTML help workshop to generate a compiled HTML help file (.chm) 
+# of the generated HTML documentation.
+
+GENERATE_HTMLHELP      = NO
+
+# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can 
+# be used to specify the file name of the resulting .chm file. You 
+# can add a path in front of the file if the result should not be 
+# written to the html output directory.
+
+CHM_FILE               = 
+
+# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can 
+# be used to specify the location (absolute path including file name) of 
+# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run 
+# the HTML help compiler on the generated index.hhp.
+
+HHC_LOCATION           = 
+
+# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag 
+# controls if a separate .chi index file is generated (YES) or that 
+# it should be included in the master .chm file (NO).
+
+GENERATE_CHI           = NO
+
+# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING 
+# is used to encode HtmlHelp index (hhk), content (hhc) and project file 
+# content.
+
+CHM_INDEX_ENCODING     = 
+
+# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag 
+# controls whether a binary table of contents is generated (YES) or a 
+# normal table of contents (NO) in the .chm file.
+
+BINARY_TOC             = NO
+
+# The TOC_EXPAND flag can be set to YES to add extra items for group members 
+# to the contents of the HTML help documentation and to the tree view.
+
+TOC_EXPAND             = NO
+
+# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and QHP_VIRTUAL_FOLDER 
+# are set, an additional index file will be generated that can be used as input for 
+# Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated 
+# HTML documentation.
+
+GENERATE_QHP           = NO
+
+# If the QHG_LOCATION tag is specified, the QCH_FILE tag can 
+# be used to specify the file name of the resulting .qch file. 
+# The path specified is relative to the HTML output folder.
+
+QCH_FILE               = 
+
+# The QHP_NAMESPACE tag specifies the namespace to use when generating 
+# Qt Help Project output. For more information please see 
+# http://doc.trolltech.com/qthelpproject.html#namespace
+
+QHP_NAMESPACE          = 
+
+# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating 
+# Qt Help Project output. For more information please see 
+# http://doc.trolltech.com/qthelpproject.html#virtual-folders
+
+QHP_VIRTUAL_FOLDER     = doc
+
+# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to add. 
+# For more information please see 
+# http://doc.trolltech.com/qthelpproject.html#custom-filters
+
+QHP_CUST_FILTER_NAME   = 
+
+# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For more information please see 
+# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.
+
+QHP_CUST_FILTER_ATTRS  = 
+
+# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's 
+# filter section matches. 
+# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">Qt Help Project / Filter Attributes</a>.
+
+QHP_SECT_FILTER_ATTRS  = 
+
+# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can 
+# be used to specify the location of Qt's qhelpgenerator. 
+# If non-empty doxygen will try to run qhelpgenerator on the generated 
+# .qhp file.
+
+QHG_LOCATION           = 
+
+# The DISABLE_INDEX tag can be used to turn on/off the condensed index at 
+# top of each HTML page. The value NO (the default) enables the index and 
+# the value YES disables it.
+
+DISABLE_INDEX          = NO
+
+# This tag can be used to set the number of enum values (range [1..20]) 
+# that doxygen will group on one line in the generated HTML documentation.
+
+ENUM_VALUES_PER_LINE   = 4
+
+# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index 
+# structure should be generated to display hierarchical information. 
+# If the tag value is set to FRAME, a side panel will be generated 
+# containing a tree-like index structure (just like the one that 
+# is generated for HTML Help). For this to work a browser that supports 
+# JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, 
+# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are 
+# probably better off using the HTML help feature. Other possible values 
+# for this tag are: HIERARCHIES, which will generate the Groups, Directories, 
+# and Class Hierarchy pages using a tree view instead of an ordered list; 
+# ALL, which combines the behavior of FRAME and HIERARCHIES; and NONE, which 
+# disables this behavior completely. For backwards compatibility with previous 
+# releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE 
+# respectively.
+
+GENERATE_TREEVIEW      = NONE
+
+# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be 
+# used to set the initial width (in pixels) of the frame in which the tree 
+# is shown.
+
+TREEVIEW_WIDTH         = 250
+
+# Use this tag to change the font size of Latex formulas included 
+# as images in the HTML documentation. The default is 10. Note that 
+# when you change the font size after a successful doxygen run you need 
+# to manually remove any form_*.png images from the HTML output directory 
+# to force them to be regenerated.
+
+FORMULA_FONTSIZE       = 10
+
+#---------------------------------------------------------------------------
+# configuration options related to the LaTeX output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
+# generate Latex output.
+
+GENERATE_LATEX         = NO
+
+# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `latex' will be used as the default path.
+
+LATEX_OUTPUT           = latex
+
+# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be 
+# invoked. If left blank `latex' will be used as the default command name.
+
+LATEX_CMD_NAME         = latex
+
+# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to 
+# generate index for LaTeX. If left blank `makeindex' will be used as the 
+# default command name.
+
+MAKEINDEX_CMD_NAME     = makeindex
+
+# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact 
+# LaTeX documents. This may be useful for small projects and may help to 
+# save some trees in general.
+
+COMPACT_LATEX          = NO
+
+# The PAPER_TYPE tag can be used to set the paper type that is used 
+# by the printer. Possible values are: a4, a4wide, letter, legal and 
+# executive. If left blank a4wide will be used.
+
+PAPER_TYPE             = a4wide
+
+# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
+# packages that should be included in the LaTeX output.
+
+EXTRA_PACKAGES         = 
+
+# The LATEX_HEADER tag can be used to specify a personal LaTeX header for 
+# the generated latex document. The header should contain everything until 
+# the first chapter. If it is left blank doxygen will generate a 
+# standard header. Notice: only use this tag if you know what you are doing!
+
+LATEX_HEADER           = 
+
+# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated 
+# is prepared for conversion to pdf (using ps2pdf). The pdf file will 
+# contain links (just like the HTML output) instead of page references 
+# This makes the output suitable for online browsing using a pdf viewer.
+
+PDF_HYPERLINKS         = YES
+
+# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 
+# plain latex in the generated Makefile. Set this option to YES to get a 
+# higher quality PDF documentation.
+
+USE_PDFLATEX           = YES
+
+# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
+# command to the generated LaTeX files. This will instruct LaTeX to keep 
+# running if errors occur, instead of asking the user for help. 
+# This option is also used when generating formulas in HTML.
+
+LATEX_BATCHMODE        = NO
+
+# If LATEX_HIDE_INDICES is set to YES then doxygen will not 
+# include the index chapters (such as File Index, Compound Index, etc.) 
+# in the output.
+
+LATEX_HIDE_INDICES     = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the RTF output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output 
+# The RTF output is optimized for Word 97 and may not look very pretty with 
+# other RTF readers or editors.
+
+GENERATE_RTF           = NO
+
+# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `rtf' will be used as the default path.
+
+RTF_OUTPUT             = rtf
+
+# If the COMPACT_RTF tag is set to YES Doxygen generates more compact 
+# RTF documents. This may be useful for small projects and may help to 
+# save some trees in general.
+
+COMPACT_RTF            = NO
+
+# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated 
+# will contain hyperlink fields. The RTF file will 
+# contain links (just like the HTML output) instead of page references. 
+# This makes the output suitable for online browsing using WORD or other 
+# programs which support those fields. 
+# Note: wordpad (write) and others do not support links.
+
+RTF_HYPERLINKS         = NO
+
+# Load stylesheet definitions from file. Syntax is similar to doxygen's 
+# config file, i.e. a series of assignments. You only have to provide 
+# replacements, missing definitions are set to their default value.
+
+RTF_STYLESHEET_FILE    = 
+
+# Set optional variables used in the generation of an rtf document. 
+# Syntax is similar to doxygen's config file.
+
+RTF_EXTENSIONS_FILE    = 
+
+#---------------------------------------------------------------------------
+# configuration options related to the man page output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_MAN tag is set to YES (the default) Doxygen will 
+# generate man pages
+
+GENERATE_MAN           = NO
+
+# The MAN_OUTPUT tag is used to specify where the man pages will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `man' will be used as the default path.
+
+MAN_OUTPUT             = man
+
+# The MAN_EXTENSION tag determines the extension that is added to 
+# the generated man pages (default is the subroutine's section .3)
+
+MAN_EXTENSION          = .3
+
+# If the MAN_LINKS tag is set to YES and Doxygen generates man output, 
+# then it will generate one additional man file for each entity 
+# documented in the real man page(s). These additional files 
+# only source the real man page, but without them the man command 
+# would be unable to find the correct page. The default is NO.
+
+MAN_LINKS              = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the XML output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_XML tag is set to YES Doxygen will 
+# generate an XML file that captures the structure of 
+# the code including all documentation.
+
+GENERATE_XML           = NO
+
+# The XML_OUTPUT tag is used to specify where the XML pages will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `xml' will be used as the default path.
+
+XML_OUTPUT             = xml
+
+# The XML_SCHEMA tag can be used to specify an XML schema, 
+# which can be used by a validating XML parser to check the 
+# syntax of the XML files.
+
+XML_SCHEMA             = 
+
+# The XML_DTD tag can be used to specify an XML DTD, 
+# which can be used by a validating XML parser to check the 
+# syntax of the XML files.
+
+XML_DTD                = 
+
+# If the XML_PROGRAMLISTING tag is set to YES Doxygen will 
+# dump the program listings (including syntax highlighting 
+# and cross-referencing information) to the XML output. Note that 
+# enabling this will significantly increase the size of the XML output.
+
+XML_PROGRAMLISTING     = YES
+
+#---------------------------------------------------------------------------
+# configuration options for the AutoGen Definitions output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will 
+# generate an AutoGen Definitions (see autogen.sf.net) file 
+# that captures the structure of the code including all 
+# documentation. Note that this feature is still experimental 
+# and incomplete at the moment.
+
+GENERATE_AUTOGEN_DEF   = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the Perl module output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_PERLMOD tag is set to YES Doxygen will 
+# generate a Perl module file that captures the structure of 
+# the code including all documentation. Note that this 
+# feature is still experimental and incomplete at the 
+# moment.
+
+GENERATE_PERLMOD       = NO
+
+# If the PERLMOD_LATEX tag is set to YES Doxygen will generate 
+# the necessary Makefile rules, Perl scripts and LaTeX code to be able 
+# to generate PDF and DVI output from the Perl module output.
+
+PERLMOD_LATEX          = NO
+
+# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be 
+# nicely formatted so it can be parsed by a human reader.  This is useful 
+# if you want to understand what is going on.  On the other hand, if this 
+# tag is set to NO the size of the Perl module output will be much smaller 
+# and Perl will parse it just the same.
+
+PERLMOD_PRETTY         = YES
+
+# The names of the make variables in the generated doxyrules.make file 
+# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. 
+# This is useful so different doxyrules.make files included by the same 
+# Makefile don't overwrite each other's variables.
+
+PERLMOD_MAKEVAR_PREFIX = 
+
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor   
+#---------------------------------------------------------------------------
+
+# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will 
+# evaluate all C-preprocessor directives found in the sources and include 
+# files.
+
+ENABLE_PREPROCESSING   = YES
+
+# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro 
+# names in the source code. If set to NO (the default) only conditional 
+# compilation will be performed. Macro expansion can be done in a controlled 
+# way by setting EXPAND_ONLY_PREDEF to YES.
+
+MACRO_EXPANSION        = NO
+
+# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES 
+# then the macro expansion is limited to the macros specified with the 
+# PREDEFINED and EXPAND_AS_DEFINED tags.
+
+EXPAND_ONLY_PREDEF     = NO
+
+# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files 
+# in the INCLUDE_PATH (see below) will be search if a #include is found.
+
+SEARCH_INCLUDES        = YES
+
+# The INCLUDE_PATH tag can be used to specify one or more directories that 
+# contain include files that are not input files but should be processed by 
+# the preprocessor.
+
+INCLUDE_PATH           = 
+
+# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 
+# patterns (like *.h and *.hpp) to filter out the header-files in the 
+# directories. If left blank, the patterns specified with FILE_PATTERNS will 
+# be used.
+
+INCLUDE_FILE_PATTERNS  = 
+
+# The PREDEFINED tag can be used to specify one or more macro names that 
+# are defined before the preprocessor is started (similar to the -D option of 
+# gcc). The argument of the tag is a list of macros of the form: name 
+# or name=definition (no spaces). If the definition and the = are 
+# omitted =1 is assumed. To prevent a macro definition from being 
+# undefined via #undef or recursively expanded use the := operator 
+# instead of the = operator.
+
+PREDEFINED             = 
+
+# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
+# this tag can be used to specify a list of macro names that should be expanded. 
+# The macro definition that is found in the sources will be used. 
+# Use the PREDEFINED tag if you want to use a different macro definition.
+
+EXPAND_AS_DEFINED      = 
+
+# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then 
+# doxygen's preprocessor will remove all function-like macros that are alone 
+# on a line, have an all uppercase name, and do not end with a semicolon. Such 
+# function macros are typically used for boiler-plate code, and will confuse 
+# the parser if not removed.
+
+SKIP_FUNCTION_MACROS   = YES
+
+#---------------------------------------------------------------------------
+# Configuration::additions related to external references   
+#---------------------------------------------------------------------------
+
+# The TAGFILES option can be used to specify one or more tagfiles. 
+# Optionally an initial location of the external documentation 
+# can be added for each tagfile. The format of a tag file without 
+# this location is as follows: 
+#   TAGFILES = file1 file2 ... 
+# Adding location for the tag files is done as follows: 
+#   TAGFILES = file1=loc1 "file2 = loc2" ... 
+# where "loc1" and "loc2" can be relative or absolute paths or 
+# URLs. If a location is present for each tag, the installdox tool 
+# does not have to be run to correct the links. 
+# Note that each tag file must have a unique name 
+# (where the name does NOT include the path) 
+# If a tag file is not located in the directory in which doxygen 
+# is run, you must also specify the path to the tagfile here.
+
+TAGFILES               = 
+
+# When a file name is specified after GENERATE_TAGFILE, doxygen will create 
+# a tag file that is based on the input files it reads.
+
+GENERATE_TAGFILE       = 
+
+# If the ALLEXTERNALS tag is set to YES all external classes will be listed 
+# in the class index. If set to NO only the inherited external classes 
+# will be listed.
+
+ALLEXTERNALS           = NO
+
+# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed 
+# in the modules index. If set to NO, only the current project's groups will 
+# be listed.
+
+EXTERNAL_GROUPS        = YES
+
+# The PERL_PATH should be the absolute path and name of the perl script 
+# interpreter (i.e. the result of `which perl').
+
+PERL_PATH              = /usr/bin/perl
+
+#---------------------------------------------------------------------------
+# Configuration options related to the dot tool   
+#---------------------------------------------------------------------------
+
+# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will 
+# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base 
+# or super classes. Setting the tag to NO turns the diagrams off. Note that 
+# this option is superseded by the HAVE_DOT option below. This is only a 
+# fallback. It is recommended to install and use dot, since it yields more 
+# powerful graphs.
+
+CLASS_DIAGRAMS         = NO
+
+# You can define message sequence charts within doxygen comments using the \msc 
+# command. Doxygen will then run the mscgen tool (see 
+# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the 
+# documentation. The MSCGEN_PATH tag allows you to specify the directory where 
+# the mscgen tool resides. If left empty the tool is assumed to be found in the 
+# default search path.
+
+MSCGEN_PATH            = 
+
+# If set to YES, the inheritance and collaboration graphs will hide 
+# inheritance and usage relations if the target is undocumented 
+# or is not a class.
+
+HIDE_UNDOC_RELATIONS   = YES
+
+# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 
+# available from the path. This tool is part of Graphviz, a graph visualization 
+# toolkit from AT&T and Lucent Bell Labs. The other options in this section 
+# have no effect if this option is set to NO (the default)
+
+HAVE_DOT               = NO
+
+# By default doxygen will write a font called FreeSans.ttf to the output 
+# directory and reference it in all dot files that doxygen generates. This 
+# font does not include all possible unicode characters however, so when you need 
+# these (or just want a differently looking font) you can specify the font name 
+# using DOT_FONTNAME. You need need to make sure dot is able to find the font, 
+# which can be done by putting it in a standard location or by setting the 
+# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory 
+# containing the font.
+
+DOT_FONTNAME           = FreeSans
+
+# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. 
+# The default size is 10pt.
+
+DOT_FONTSIZE           = 10
+
+# By default doxygen will tell dot to use the output directory to look for the 
+# FreeSans.ttf font (which doxygen will put there itself). If you specify a 
+# different font using DOT_FONTNAME you can set the path where dot 
+# can find it using this tag.
+
+DOT_FONTPATH           = 
+
+# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 
+# will generate a graph for each documented class showing the direct and 
+# indirect inheritance relations. Setting this tag to YES will force the 
+# the CLASS_DIAGRAMS tag to NO.
+
+CLASS_GRAPH            = YES
+
+# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 
+# will generate a graph for each documented class showing the direct and 
+# indirect implementation dependencies (inheritance, containment, and 
+# class references variables) of the class with other documented classes.
+
+COLLABORATION_GRAPH    = YES
+
+# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen 
+# will generate a graph for groups, showing the direct groups dependencies
+
+GROUP_GRAPHS           = YES
+
+# If the UML_LOOK tag is set to YES doxygen will generate inheritance and 
+# collaboration diagrams in a style similar to the OMG's Unified Modeling 
+# Language.
+
+UML_LOOK               = NO
+
+# If set to YES, the inheritance and collaboration graphs will show the 
+# relations between templates and their instances.
+
+TEMPLATE_RELATIONS     = NO
+
+# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT 
+# tags are set to YES then doxygen will generate a graph for each documented 
+# file showing the direct and indirect include dependencies of the file with 
+# other documented files.
+
+INCLUDE_GRAPH          = YES
+
+# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
+# HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
+# documented header file showing the documented files that directly or 
+# indirectly include this file.
+
+INCLUDED_BY_GRAPH      = YES
+
+# If the CALL_GRAPH and HAVE_DOT options are set to YES then 
+# doxygen will generate a call dependency graph for every global function 
+# or class method. Note that enabling this option will significantly increase 
+# the time of a run. So in most cases it will be better to enable call graphs 
+# for selected functions only using the \callgraph command.
+
+CALL_GRAPH             = NO
+
+# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then 
+# doxygen will generate a caller dependency graph for every global function 
+# or class method. Note that enabling this option will significantly increase 
+# the time of a run. So in most cases it will be better to enable caller 
+# graphs for selected functions only using the \callergraph command.
+
+CALLER_GRAPH           = NO
+
+# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
+# will graphical hierarchy of all classes instead of a textual one.
+
+GRAPHICAL_HIERARCHY    = YES
+
+# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES 
+# then doxygen will show the dependencies a directory has on other directories 
+# in a graphical way. The dependency relations are determined by the #include 
+# relations between the files in the directories.
+
+DIRECTORY_GRAPH        = YES
+
+# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 
+# generated by dot. Possible values are png, jpg, or gif 
+# If left blank png will be used.
+
+DOT_IMAGE_FORMAT       = png
+
+# The tag DOT_PATH can be used to specify the path where the dot tool can be 
+# found. If left blank, it is assumed the dot tool can be found in the path.
+
+DOT_PATH               = 
+
+# The DOTFILE_DIRS tag can be used to specify one or more directories that 
+# contain dot files that are included in the documentation (see the 
+# \dotfile command).
+
+DOTFILE_DIRS           = 
+
+# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of 
+# nodes that will be shown in the graph. If the number of nodes in a graph 
+# becomes larger than this value, doxygen will truncate the graph, which is 
+# visualized by representing a node as a red box. Note that doxygen if the 
+# number of direct children of the root node in a graph is already larger than 
+# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note 
+# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
+
+DOT_GRAPH_MAX_NODES    = 50
+
+# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the 
+# graphs generated by dot. A depth value of 3 means that only nodes reachable 
+# from the root by following a path via at most 3 edges will be shown. Nodes 
+# that lay further from the root node will be omitted. Note that setting this 
+# option to 1 or 2 may greatly reduce the computation time needed for large 
+# code bases. Also note that the size of a graph can be further restricted by 
+# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
+
+MAX_DOT_GRAPH_DEPTH    = 0
+
+# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent 
+# background. This is disabled by default, because dot on Windows does not 
+# seem to support this out of the box. Warning: Depending on the platform used, 
+# enabling this option may lead to badly anti-aliased labels on the edges of 
+# a graph (i.e. they become hard to read).
+
+DOT_TRANSPARENT        = NO
+
+# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output 
+# files in one run (i.e. multiple -o and -T options on the command line). This 
+# makes dot run faster, but since only newer versions of dot (>1.8.10) 
+# support this, this feature is disabled by default.
+
+DOT_MULTI_TARGETS      = NO
+
+# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 
+# generate a legend page explaining the meaning of the various boxes and 
+# arrows in the dot generated graphs.
+
+GENERATE_LEGEND        = YES
+
+# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will 
+# remove the intermediate dot files that are used to generate 
+# the various graphs.
+
+DOT_CLEANUP            = YES
+
+#---------------------------------------------------------------------------
+# Options related to the search engine
+#---------------------------------------------------------------------------
+
+# The SEARCHENGINE tag specifies whether or not a search engine should be 
+# used. If set to NO the values of all tags below this one will be ignored.
+
+SEARCHENGINE           = NO

diff --git a/doc/html/annotated.html b/doc/html/annotated.html
new file mode 100644
index 0000000..aa1db86
--- /dev/null
+++ b/doc/html/annotated.html
@@ -0,0 +1,42 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Data Structures</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>Data Structures</h1>Here are the data structures with brief descriptions:<table>
+  <tr><td class="indexkey"><a class="el" href="struct_bare_config.html">BareConfig</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey"><a class="el" href="struct_dict.html">Dict</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey"><a class="el" href="struct_dict_elem.html">DictElem</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey"><a class="el" href="struct_interpreter.html">Interpreter</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey"><a class="el" href="struct_message.html">Message</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey"><a class="el" href="struct_overlay_info.html">OverlayInfo</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey"><a class="el" href="struct_py_object_list.html">PyObjectList</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey"><a class="el" href="struct_py_object_list_elem.html">PyObjectListElem</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey"><a class="el" href="struct_string_list.html">StringList</a></td><td class="indexvalue"></td></tr>
+</table>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/classes.html b/doc/html/classes.html
new file mode 100644
index 0000000..2edb889
--- /dev/null
+++ b/doc/html/classes.html
@@ -0,0 +1,41 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Alphabetical List</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>Data Structure Index</h1><p><div class="qindex"><a class="qindex" href="#letter_B">B</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_D">D</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_I">I</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_L">L</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_M">M</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_O">O</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_P">P</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_S">S</a></div><p>
+<table align="center" width="95%" border="0" cellspacing="0" cellpadding="0">
+<tr><td><a name="letter_B"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;B&nbsp;&nbsp;</div></td></tr></table>
+</td><td><a class="el" href="struct_dict_elem.html">DictElem</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="struct_overlay_info.html">OverlayInfo</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="struct_py_object_list_elem.html">PyObjectListElem</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="struct_bare_config.html">BareConfig</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_I"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;I&nbsp;&nbsp;</div></td></tr></table>
+</td><td><a name="letter_M"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;M&nbsp;&nbsp;</div></td></tr></table>
+</td><td><a name="letter_P"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;P&nbsp;&nbsp;</div></td></tr></table>
+</td><td><a name="letter_S"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;S&nbsp;&nbsp;</div></td></tr></table>
+</td></tr><tr><td><a name="letter_D"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;D&nbsp;&nbsp;</div></td></tr></table>
+</td><td><a class="el" href="struct_interpreter.html">Interpreter</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="struct_message.html">Message</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="struct_py_object_list.html">PyObjectList</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="struct_string_list.html">StringList</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="struct_dict.html">Dict</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_L"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;L&nbsp;&nbsp;</div></td></tr></table>
+</td><td><a name="letter_O"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;O&nbsp;&nbsp;</div></td></tr></table>
+</td></tr></table><p><div class="qindex"><a class="qindex" href="#letter_B">B</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_D">D</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_I">I</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_L">L</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_M">M</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_O">O</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_P">P</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_S">S</a></div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/config_8c.html b/doc/html/config_8c.html
new file mode 100644
index 0000000..dcd2e5b
--- /dev/null
+++ b/doc/html/config_8c.html
@@ -0,0 +1,76 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/config.c File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/config.c File Reference</h1><code>#include &lt;Python.h&gt;</code><br>
+<code>#include &quot;<a class="el" href="config_8h-source.html">config.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="internal_8h-source.html">internal.h</a>&quot;</code><br>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_bare_config.html">BareConfig</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="config_8c.html#1614f028c1fef258edfb81fb963609cb">debug</a>(x)&nbsp;&nbsp;&nbsp;printf(x)</td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#gb54f7fb79ed1ddc05112c1c2c43f7ca3">_bareConfigObject</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *c)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_bare_config.html">BareConfig</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g8838ddf22955bb74d47f38d241de2949">bareConfigCreate</a> (<a class="el" href="struct_message.html">Message</a> *m, FILE *outFd, FILE *inFd, FILE *errFd)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g80a5608968d88456a39a1fb0bb08db8b">bareConfigFree</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *cfg)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g4b100e2dcd1fb1f26810b264724dd5fb">bareConfigGetDefaultValue</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *cfg, const char *opt)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g6b3a73eb7ce5be378520d2b17abc1563">bareConfigGetOptionValue</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *cfg, const char *opt)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g034b7ef4be594a5807b41c50926edd71">bareConfigSetOptionValue</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *cfg, const char *opt, const char *val)</td></tr>
+
+</table>
+<hr><h2>Define Documentation</h2>
+<a class="anchor" name="1614f028c1fef258edfb81fb963609cb"></a><!-- doxytag: member="config.c::debug" ref="1614f028c1fef258edfb81fb963609cb" args="(x)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">#define debug          </td>
+          <td>(</td>
+          <td class="paramtype">x&nbsp;</td>
+          <td class="paramname">          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td>&nbsp;&nbsp;&nbsp;printf(x)</td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/config_8h-source.html b/doc/html/config_8h-source.html
new file mode 100644
index 0000000..1cab96f
--- /dev/null
+++ b/doc/html/config_8h-source.html
@@ -0,0 +1,48 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/config.h Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+<h1>/home/detlev/src/c-layman/src/config.h</h1><a href="config_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef CONFIG_H</span>
+<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define CONFIG_H</span>
+<a name="l00003"></a>00003 <span class="preprocessor"></span>
+<a name="l00004"></a>00004 <span class="preprocessor">#include "<a class="code" href="stringlist_8h.html">stringlist.h</a>"</span>
+<a name="l00005"></a>00005 <span class="preprocessor">#include "<a class="code" href="message_8h.html">message.h</a>"</span>
+<a name="l00006"></a>00006 
+<a name="l00007"></a><a class="code" href="config_8h.html#16d83a66bbdf67668141a627b35d1ce4">00007</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct_bare_config.html">BareConfig</a> <a class="code" href="struct_bare_config.html">BareConfig</a>;
+<a name="l00008"></a>00008 
+<a name="l00009"></a>00009 <a class="code" href="struct_bare_config.html">BareConfig</a>*     <a class="code" href="group__config.html#g8838ddf22955bb74d47f38d241de2949">bareConfigCreate</a>(<a class="code" href="struct_message.html">Message</a>* m, FILE* outFd, FILE* inFd, FILE* errFd);
+<a name="l00010"></a>00010 
+<a name="l00011"></a>00011 <span class="comment">/*</span>
+<a name="l00012"></a>00012 <span class="comment"> * FIXME : could the Python lib work the same way ?</span>
+<a name="l00013"></a>00013 <span class="comment"> */</span>
+<a name="l00014"></a>00014 
+<a name="l00015"></a>00015 <span class="keyword">const</span> <span class="keywordtype">char</span>*     <a class="code" href="group__config.html#g4b100e2dcd1fb1f26810b264724dd5fb">bareConfigGetDefaultValue</a>(<a class="code" href="struct_bare_config.html">BareConfig</a>* cfg, <span class="keyword">const</span> <span class="keywordtype">char</span>*);
+<a name="l00016"></a>00016 <span class="keyword">const</span> <span class="keywordtype">char</span>*     <a class="code" href="group__config.html#g6b3a73eb7ce5be378520d2b17abc1563">bareConfigGetOptionValue</a>(<a class="code" href="struct_bare_config.html">BareConfig</a>* cfg, <span class="keyword">const</span> <span class="keywordtype">char</span>* opt);
+<a name="l00017"></a>00017 <span class="keywordtype">int</span>             <a class="code" href="group__config.html#g034b7ef4be594a5807b41c50926edd71">bareConfigSetOptionValue</a>(<a class="code" href="struct_bare_config.html">BareConfig</a>* cfg, <span class="keyword">const</span> <span class="keywordtype">char</span>*, <span class="keyword">const</span> <span class="keywordtype">char</span>*);
+<a name="l00018"></a>00018 <span class="keywordtype">void</span>            <a class="code" href="group__config.html#g80a5608968d88456a39a1fb0bb08db8b">bareConfigFree</a>(<a class="code" href="struct_bare_config.html">BareConfig</a>*);
+<a name="l00019"></a>00019 
+<a name="l00020"></a>00020 <span class="preprocessor">#endif</span>
+</pre></div></div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/config_8h.html b/doc/html/config_8h.html
new file mode 100644
index 0000000..c3f014d
--- /dev/null
+++ b/doc/html/config_8h.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/config.h File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/config.h File Reference</h1><code>#include &quot;<a class="el" href="stringlist_8h-source.html">stringlist.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="message_8h-source.html">message.h</a>&quot;</code><br>
+
+<p>
+<a href="config_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="struct_bare_config.html">BareConfig</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="config_8h.html#16d83a66bbdf67668141a627b35d1ce4">BareConfig</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_bare_config.html">BareConfig</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g8838ddf22955bb74d47f38d241de2949">bareConfigCreate</a> (<a class="el" href="struct_message.html">Message</a> *m, FILE *outFd, FILE *inFd, FILE *errFd)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g4b100e2dcd1fb1f26810b264724dd5fb">bareConfigGetDefaultValue</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *cfg, const char *)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g6b3a73eb7ce5be378520d2b17abc1563">bareConfigGetOptionValue</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *cfg, const char *opt)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g034b7ef4be594a5807b41c50926edd71">bareConfigSetOptionValue</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *cfg, const char *, const char *)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g80a5608968d88456a39a1fb0bb08db8b">bareConfigFree</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *)</td></tr>
+
+</table>
+<hr><h2>Typedef Documentation</h2>
+<a class="anchor" name="16d83a66bbdf67668141a627b35d1ce4"></a><!-- doxytag: member="config.h::BareConfig" ref="16d83a66bbdf67668141a627b35d1ce4" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">typedef struct <a class="el" href="struct_bare_config.html">BareConfig</a> <a class="el" href="struct_bare_config.html">BareConfig</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/dict_8c.html b/doc/html/dict_8c.html
new file mode 100644
index 0000000..1123743
--- /dev/null
+++ b/doc/html/dict_8c.html
@@ -0,0 +1,188 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/dict.c File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/dict.c File Reference</h1><code>#include &lt;stdio.h&gt;</code><br>
+<code>#include &lt;stdlib.h&gt;</code><br>
+<code>#include &lt;string.h&gt;</code><br>
+<code>#include &quot;<a class="el" href="internal_8h-source.html">internal.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="dict_8h-source.html">dict.h</a>&quot;</code><br>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_dict_elem.html">DictElem</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_dict.html">Dict</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="struct_dict_elem.html">DictElem</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="dict_8c.html#6b30173c101c5f88e997d3c8fd874fcf">DictElem</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_dict.html">Dict</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="dict_8c.html#939c34510e169bfa12625b1033458e8f">dictCreate</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="dict_8c.html#be3f9a3a539fed1dae971ee782809106">dictInsert</a> (<a class="el" href="struct_dict.html">Dict</a> *list, const char *key, const char *value)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="dict_8c.html#a0daa5965a875a1651be67a05fa444b0">dictCount</a> (<a class="el" href="struct_dict.html">Dict</a> *list)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="dict_8c.html#c03cdcb80f33dd29f23c554887a7bf82">dictFree</a> (<a class="el" href="struct_dict.html">Dict</a> *list)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="dict_8c.html#36485c70c155d31dd0fca6a36f4ab324">dictToPyDict</a> (<a class="el" href="struct_dict.html">Dict</a> *dict)</td></tr>
+
+</table>
+<hr><h2>Typedef Documentation</h2>
+<a class="anchor" name="6b30173c101c5f88e997d3c8fd874fcf"></a><!-- doxytag: member="dict.c::DictElem" ref="6b30173c101c5f88e997d3c8fd874fcf" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">typedef struct <a class="el" href="struct_dict_elem.html">DictElem</a> <a class="el" href="struct_dict_elem.html">DictElem</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<hr><h2>Function Documentation</h2>
+<a class="anchor" name="a0daa5965a875a1651be67a05fa444b0"></a><!-- doxytag: member="dict.c::dictCount" ref="a0daa5965a875a1651be67a05fa444b0" args="(Dict *list)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">unsigned int dictCount           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_dict.html">Dict</a> *&nbsp;</td>
+          <td class="paramname"> <em>list</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="939c34510e169bfa12625b1033458e8f"></a><!-- doxytag: member="dict.c::dictCreate" ref="939c34510e169bfa12625b1033458e8f" args="()" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_dict.html">Dict</a>* dictCreate           </td>
+          <td>(</td>
+          <td class="paramname">          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="c03cdcb80f33dd29f23c554887a7bf82"></a><!-- doxytag: member="dict.c::dictFree" ref="c03cdcb80f33dd29f23c554887a7bf82" args="(Dict *list)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void dictFree           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_dict.html">Dict</a> *&nbsp;</td>
+          <td class="paramname"> <em>list</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="be3f9a3a539fed1dae971ee782809106"></a><!-- doxytag: member="dict.c::dictInsert" ref="be3f9a3a539fed1dae971ee782809106" args="(Dict *list, const char *key, const char *value)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void dictInsert           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_dict.html">Dict</a> *&nbsp;</td>
+          <td class="paramname"> <em>list</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>key</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>value</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="36485c70c155d31dd0fca6a36f4ab324"></a><!-- doxytag: member="dict.c::dictToPyDict" ref="36485c70c155d31dd0fca6a36f4ab324" args="(Dict *dict)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">PyObject* dictToPyDict           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_dict.html">Dict</a> *&nbsp;</td>
+          <td class="paramname"> <em>dict</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/dict_8h-source.html b/doc/html/dict_8h-source.html
new file mode 100644
index 0000000..00446db
--- /dev/null
+++ b/doc/html/dict_8h-source.html
@@ -0,0 +1,39 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/dict.h Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+<h1>/home/detlev/src/c-layman/src/dict.h</h1><a href="dict_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef DICT_H</span>
+<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define DICT_H</span>
+<a name="l00003"></a>00003 <span class="preprocessor"></span>
+<a name="l00004"></a><a class="code" href="dict_8h.html#e82418608c43b71909ac5ab13217fb2b">00004</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct_dict.html">Dict</a> <a class="code" href="struct_dict.html">Dict</a>;
+<a name="l00005"></a>00005 
+<a name="l00006"></a>00006 <a class="code" href="struct_dict.html">Dict</a>*           <a class="code" href="dict_8c.html#939c34510e169bfa12625b1033458e8f">dictCreate</a>();
+<a name="l00007"></a>00007 <span class="comment">//char*         tableFind(Dict *table, char* key);</span>
+<a name="l00008"></a>00008 <span class="keywordtype">void</span>            <a class="code" href="dict_8c.html#c03cdcb80f33dd29f23c554887a7bf82">dictFree</a>(<a class="code" href="struct_dict.html">Dict</a> *t);
+<a name="l00009"></a>00009 <span class="keywordtype">void</span>            <a class="code" href="dict_8c.html#be3f9a3a539fed1dae971ee782809106">dictInsert</a>(<a class="code" href="struct_dict.html">Dict</a>* list, <span class="keyword">const</span> <span class="keywordtype">char</span>* key, <span class="keyword">const</span> <span class="keywordtype">char</span>* value);
+<a name="l00010"></a>00010 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>    <a class="code" href="dict_8c.html#a0daa5965a875a1651be67a05fa444b0">dictCount</a>(<a class="code" href="struct_dict.html">Dict</a> *table);
+<a name="l00011"></a>00011 <span class="preprocessor">#endif</span>
+</pre></div></div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/dict_8h.html b/doc/html/dict_8h.html
new file mode 100644
index 0000000..8a7b994
--- /dev/null
+++ b/doc/html/dict_8h.html
@@ -0,0 +1,158 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/dict.h File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/dict.h File Reference</h1>
+<p>
+<a href="dict_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="struct_dict.html">Dict</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="dict_8h.html#e82418608c43b71909ac5ab13217fb2b">Dict</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_dict.html">Dict</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="dict_8h.html#939c34510e169bfa12625b1033458e8f">dictCreate</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="dict_8h.html#f212ad35eb1831462ff254fa0b151941">dictFree</a> (<a class="el" href="struct_dict.html">Dict</a> *t)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="dict_8h.html#be3f9a3a539fed1dae971ee782809106">dictInsert</a> (<a class="el" href="struct_dict.html">Dict</a> *list, const char *key, const char *value)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="dict_8h.html#3911648502288f54300dd9daa90c758d">dictCount</a> (<a class="el" href="struct_dict.html">Dict</a> *table)</td></tr>
+
+</table>
+<hr><h2>Typedef Documentation</h2>
+<a class="anchor" name="e82418608c43b71909ac5ab13217fb2b"></a><!-- doxytag: member="dict.h::Dict" ref="e82418608c43b71909ac5ab13217fb2b" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">typedef struct <a class="el" href="struct_dict.html">Dict</a> <a class="el" href="struct_dict.html">Dict</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<hr><h2>Function Documentation</h2>
+<a class="anchor" name="3911648502288f54300dd9daa90c758d"></a><!-- doxytag: member="dict.h::dictCount" ref="3911648502288f54300dd9daa90c758d" args="(Dict *table)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">unsigned int dictCount           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_dict.html">Dict</a> *&nbsp;</td>
+          <td class="paramname"> <em>table</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="939c34510e169bfa12625b1033458e8f"></a><!-- doxytag: member="dict.h::dictCreate" ref="939c34510e169bfa12625b1033458e8f" args="()" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_dict.html">Dict</a>* dictCreate           </td>
+          <td>(</td>
+          <td class="paramname">          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="f212ad35eb1831462ff254fa0b151941"></a><!-- doxytag: member="dict.h::dictFree" ref="f212ad35eb1831462ff254fa0b151941" args="(Dict *t)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void dictFree           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_dict.html">Dict</a> *&nbsp;</td>
+          <td class="paramname"> <em>t</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="be3f9a3a539fed1dae971ee782809106"></a><!-- doxytag: member="dict.h::dictInsert" ref="be3f9a3a539fed1dae971ee782809106" args="(Dict *list, const char *key, const char *value)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void dictInsert           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_dict.html">Dict</a> *&nbsp;</td>
+          <td class="paramname"> <em>list</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>key</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>value</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/doxygen.css b/doc/html/doxygen.css
new file mode 100644
index 0000000..3767dc9
--- /dev/null
+++ b/doc/html/doxygen.css
@@ -0,0 +1,441 @@
+body, table, div, p, dl {
+	font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
+	font-size: 12px;
+}
+
+/* @group Heading Levels */
+
+h1 {
+	text-align: center;
+	font-size: 150%;
+}
+
+h2 {
+	font-size: 120%;
+}
+
+h3 {
+	font-size: 100%;
+}
+
+/* @end */
+
+caption {
+	font-weight: bold;
+}
+
+div.qindex, div.navtab{
+	background-color: #e8eef2;
+	border: 1px solid #84b0c7;
+	text-align: center;
+	margin: 2px;
+	padding: 2px;
+}
+
+div.qindex, div.navpath {
+	width: 100%;
+	line-height: 140%;
+}
+
+div.navtab {
+	margin-right: 15px;
+}
+
+/* @group Link Styling */
+
+a {
+	color: #153788;
+	font-weight: normal;
+	text-decoration: none;
+}
+
+.contents a:visited {
+	color: #1b77c5;
+}
+
+a:hover {
+	text-decoration: underline;
+}
+
+a.qindex {
+	font-weight: bold;
+}
+
+a.qindexHL {
+	font-weight: bold;
+	background-color: #6666cc;
+	color: #ffffff;
+	border: 1px double #9295C2;
+}
+
+.contents a.qindexHL:visited {
+        color: #ffffff;
+}
+
+a.el {
+	font-weight: bold;
+}
+
+a.elRef {
+}
+
+a.code {
+}
+
+a.codeRef {
+}
+
+/* @end */
+
+dl.el {
+	margin-left: -1cm;
+}
+
+.fragment {
+	font-family: monospace, fixed;
+	font-size: 105%;
+}
+
+pre.fragment {
+	border: 1px solid #CCCCCC;
+	background-color: #f5f5f5;
+	padding: 4px 6px;
+	margin: 4px 8px 4px 2px;
+}
+
+div.ah {
+	background-color: black;
+	font-weight: bold;
+	color: #ffffff;
+	margin-bottom: 3px;
+	margin-top: 3px
+}
+
+div.groupHeader {
+	margin-left: 16px;
+	margin-top: 12px;
+	margin-bottom: 6px;
+	font-weight: bold;
+}
+
+div.groupText {
+	margin-left: 16px;
+	font-style: italic;
+}
+
+body {
+	background: white;
+	color: black;
+	margin-right: 20px;
+	margin-left: 20px;
+}
+
+td.indexkey {
+	background-color: #e8eef2;
+	font-weight: bold;
+	border: 1px solid #CCCCCC;
+	margin: 2px 0px 2px 0;
+	padding: 2px 10px;
+}
+
+td.indexvalue {
+	background-color: #e8eef2;
+	border: 1px solid #CCCCCC;
+	padding: 2px 10px;
+	margin: 2px 0px;
+}
+
+tr.memlist {
+	background-color: #f0f0f0;
+}
+
+p.formulaDsp {
+	text-align: center;
+}
+
+img.formulaDsp {
+	
+}
+
+img.formulaInl {
+	vertical-align: middle;
+}
+
+/* @group Code Colorization */
+
+span.keyword {
+	color: #008000
+}
+
+span.keywordtype {
+	color: #604020
+}
+
+span.keywordflow {
+	color: #e08000
+}
+
+span.comment {
+	color: #800000
+}
+
+span.preprocessor {
+	color: #806020
+}
+
+span.stringliteral {
+	color: #002080
+}
+
+span.charliteral {
+	color: #008080
+}
+
+span.vhdldigit { 
+	color: #ff00ff 
+}
+
+span.vhdlchar { 
+	color: #000000 
+}
+
+span.vhdlkeyword { 
+	color: #700070 
+}
+
+span.vhdllogic { 
+	color: #ff0000 
+}
+
+/* @end */
+
+.search {
+	color: #003399;
+	font-weight: bold;
+}
+
+form.search {
+	margin-bottom: 0px;
+	margin-top: 0px;
+}
+
+input.search {
+	font-size: 75%;
+	color: #000080;
+	font-weight: normal;
+	background-color: #e8eef2;
+}
+
+td.tiny {
+	font-size: 75%;
+}
+
+.dirtab {
+	padding: 4px;
+	border-collapse: collapse;
+	border: 1px solid #84b0c7;
+}
+
+th.dirtab {
+	background: #e8eef2;
+	font-weight: bold;
+}
+
+hr {
+	height: 0;
+	border: none;
+	border-top: 1px solid #666;
+}
+
+/* @group Member Descriptions */
+
+.mdescLeft, .mdescRight,
+.memItemLeft, .memItemRight,
+.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
+	background-color: #FAFAFA;
+	border: none;
+	margin: 4px;
+	padding: 1px 0 0 8px;
+}
+
+.mdescLeft, .mdescRight {
+	padding: 0px 8px 4px 8px;
+	color: #555;
+}
+
+.memItemLeft, .memItemRight, .memTemplParams {
+	border-top: 1px solid #ccc;
+}
+
+.memTemplParams {
+	color: #606060;
+}
+
+/* @end */
+
+/* @group Member Details */
+
+/* Styles for detailed member documentation */
+
+.memtemplate {
+	font-size: 80%;
+	color: #606060;
+	font-weight: normal;
+	margin-left: 3px;
+}
+
+.memnav {
+	background-color: #e8eef2;
+	border: 1px solid #84b0c7;
+	text-align: center;
+	margin: 2px;
+	margin-right: 15px;
+	padding: 2px;
+}
+
+.memitem {
+	padding: 0;
+}
+
+.memname {
+	white-space: nowrap;
+	font-weight: bold;
+}
+
+.memproto, .memdoc {
+	border: 1px solid #84b0c7;	
+}
+
+.memproto {
+	padding: 0;
+	background-color: #d5e1e8;
+	font-weight: bold;
+	-webkit-border-top-left-radius: 8px;
+	-webkit-border-top-right-radius: 8px;
+	-moz-border-radius-topleft: 8px;
+	-moz-border-radius-topright: 8px;
+}
+
+.memdoc {
+	padding: 2px 5px;
+	background-color: #eef3f5;
+	border-top-width: 0;
+	-webkit-border-bottom-left-radius: 8px;
+	-webkit-border-bottom-right-radius: 8px;
+	-moz-border-radius-bottomleft: 8px;
+	-moz-border-radius-bottomright: 8px;
+}
+
+.paramkey {
+	text-align: right;
+}
+
+.paramtype {
+	white-space: nowrap;
+}
+
+.paramname {
+	color: #602020;
+	white-space: nowrap;
+}
+.paramname em {
+	font-style: normal;
+}
+
+/* @end */
+
+/* @group Directory (tree) */
+
+/* for the tree view */
+
+.ftvtree {
+	font-family: sans-serif;
+	margin: 0.5em;
+}
+
+/* these are for tree view when used as main index */
+
+.directory {
+	font-size: 9pt;
+	font-weight: bold;
+}
+
+.directory h3 {
+	margin: 0px;
+	margin-top: 1em;
+	font-size: 11pt;
+}
+
+/*
+The following two styles can be used to replace the root node title
+with an image of your choice.  Simply uncomment the next two styles,
+specify the name of your image and be sure to set 'height' to the
+proper pixel height of your image.
+*/
+
+/*
+.directory h3.swap {
+	height: 61px;
+	background-repeat: no-repeat;
+	background-image: url("yourimage.gif");
+}
+.directory h3.swap span {
+	display: none;
+}
+*/
+
+.directory > h3 {
+	margin-top: 0;
+}
+
+.directory p {
+	margin: 0px;
+	white-space: nowrap;
+}
+
+.directory div {
+	display: none;
+	margin: 0px;
+}
+
+.directory img {
+	vertical-align: -30%;
+}
+
+/* these are for tree view when not used as main index */
+
+.directory-alt {
+	font-size: 100%;
+	font-weight: bold;
+}
+
+.directory-alt h3 {
+	margin: 0px;
+	margin-top: 1em;
+	font-size: 11pt;
+}
+
+.directory-alt > h3 {
+	margin-top: 0;
+}
+
+.directory-alt p {
+	margin: 0px;
+	white-space: nowrap;
+}
+
+.directory-alt div {
+	display: none;
+	margin: 0px;
+}
+
+.directory-alt img {
+	vertical-align: -30%;
+}
+
+/* @end */
+
+address {
+	font-style: normal;
+	color: #333;
+}

diff --git a/doc/html/doxygen.png b/doc/html/doxygen.png
new file mode 100644
index 0000000..f0a274b
Binary files /dev/null and b/doc/html/doxygen.png differ

diff --git a/doc/html/files.html b/doc/html/files.html
new file mode 100644
index 0000000..2ab1a64
--- /dev/null
+++ b/doc/html/files.html
@@ -0,0 +1,47 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: File Index</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li class="current"><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>File List</h1>Here is a list of all files with brief descriptions:<table>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="config_8c.html">config.c</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="config_8h.html">config.h</a> <a href="config_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="dict_8c.html">dict.c</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="dict_8h.html">dict.h</a> <a href="dict_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="internal_8h.html">internal.h</a> <a href="internal_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="interpreter_8c.html">interpreter.c</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="interpreter_8h.html">interpreter.h</a> <a href="interpreter_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="layman_8h.html">layman.h</a> <a href="layman_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="laymanapi_8c.html">laymanapi.c</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="laymanapi_8h.html">laymanapi.h</a> <a href="laymanapi_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="message_8c.html">message.c</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="message_8h.html">message.h</a> <a href="message_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="stringlist_8c.html">stringlist.c</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="stringlist_8h.html">stringlist.h</a> <a href="stringlist_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">/home/detlev/src/c-layman/src/<a class="el" href="tester_8c.html">tester.c</a></td><td class="indexvalue"></td></tr>
+</table>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/functions.html b/doc/html/functions.html
new file mode 100644
index 0000000..d5c94ef
--- /dev/null
+++ b/doc/html/functions.html
@@ -0,0 +1,87 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Data Fields</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li class="current"><a href="functions.html"><span>All</span></a></li>
+      <li><a href="functions_vars.html"><span>Variables</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+Here is a list of all struct and union fields with links to the structures/unions they belong to:
+<p>
+<ul>
+<li>count
+: <a class="el" href="struct_dict.html#d43c3812e6d13e0518d9f8b8f463ffcf">Dict</a>
+, <a class="el" href="struct_string_list.html#16ff2d8e15ade4948398b0aeb80124a8">StringList</a>
+, <a class="el" href="struct_py_object_list.html#d43c3812e6d13e0518d9f8b8f463ffcf">PyObjectList</a>
+<li>description
+: <a class="el" href="struct_overlay_info.html#8444d6e0dfe2bbab0b5e7b24308f1559">OverlayInfo</a>
+<li>homepage
+: <a class="el" href="struct_overlay_info.html#5bc3413dec9282bb700a1cf1a24235c2">OverlayInfo</a>
+<li>key
+: <a class="el" href="struct_dict_elem.html#cd3d88da3c0e0313c3645ff34f62f542">DictElem</a>
+<li>list
+: <a class="el" href="struct_string_list.html#c7532f926b69022dd1878cc2d3b2e113">StringList</a>
+<li>modules
+: <a class="el" href="struct_interpreter.html#54484552877f952edaa9238edc7174ec">Interpreter</a>
+<li>name
+: <a class="el" href="struct_overlay_info.html#5ac083a645d964373f022d03df4849c8">OverlayInfo</a>
+<li>next
+: <a class="el" href="struct_py_object_list_elem.html#8c80f1351a112162a90491278c0e89ac">PyObjectListElem</a>
+, <a class="el" href="struct_dict_elem.html#e283b528dd0b0463c2444296b4252e53">DictElem</a>
+<li>object
+: <a class="el" href="struct_bare_config.html#db7ba59fec8a5847f73c56fccee0f1a0">BareConfig</a>
+, <a class="el" href="struct_py_object_list_elem.html#db7ba59fec8a5847f73c56fccee0f1a0">PyObjectListElem</a>
+, <a class="el" href="struct_message.html#db7ba59fec8a5847f73c56fccee0f1a0">Message</a>
+, <a class="el" href="struct_layman_a_p_i.html#db7ba59fec8a5847f73c56fccee0f1a0">LaymanAPI</a>
+<li>official
+: <a class="el" href="struct_overlay_info.html#39ff61d5fdbc3c939eaaae94a1db6e3d">OverlayInfo</a>
+<li>ownerEmail
+: <a class="el" href="struct_overlay_info.html#b976d386d27f39e2fbfb07ab5a9a74f4">OverlayInfo</a>
+<li>ownerName
+: <a class="el" href="struct_overlay_info.html#4470dc7453f754e87738462bfede9feb">OverlayInfo</a>
+<li>priority
+: <a class="el" href="struct_overlay_info.html#cec9ce2df15222151ad66fcb1d74eb9f">OverlayInfo</a>
+<li>quality
+: <a class="el" href="struct_overlay_info.html#fdabd0073bd86d184b408f1ef57e5c4e">OverlayInfo</a>
+<li>root
+: <a class="el" href="struct_dict.html#952d143d222751c7308e0180b20ce6e1">Dict</a>
+, <a class="el" href="struct_py_object_list.html#a024c10304ef3a9c85e1927577a23a5c">PyObjectList</a>
+<li>srcType
+: <a class="el" href="struct_overlay_info.html#33d8b4b60c5f2e27c44e1fca9515d237">OverlayInfo</a>
+<li>srcUris
+: <a class="el" href="struct_overlay_info.html#31254fad8941223b74864ff72eeb5b30">OverlayInfo</a>
+<li>supported
+: <a class="el" href="struct_overlay_info.html#f7d846dfb6ed3e5f62cfddc7b1007228">OverlayInfo</a>
+<li>text
+: <a class="el" href="struct_overlay_info.html#5633b1433389cec21ade3811bbe9ca5b">OverlayInfo</a>
+<li>val
+: <a class="el" href="struct_dict_elem.html#0fc584151635e6718cb3052b5a5dce4d">DictElem</a>
+</ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/functions_vars.html b/doc/html/functions_vars.html
new file mode 100644
index 0000000..d3c99e8
--- /dev/null
+++ b/doc/html/functions_vars.html
@@ -0,0 +1,87 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Data Fields - Variables</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="functions.html"><span>All</span></a></li>
+      <li class="current"><a href="functions_vars.html"><span>Variables</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+&nbsp;
+<p>
+<ul>
+<li>count
+: <a class="el" href="struct_dict.html#d43c3812e6d13e0518d9f8b8f463ffcf">Dict</a>
+, <a class="el" href="struct_string_list.html#16ff2d8e15ade4948398b0aeb80124a8">StringList</a>
+, <a class="el" href="struct_py_object_list.html#d43c3812e6d13e0518d9f8b8f463ffcf">PyObjectList</a>
+<li>description
+: <a class="el" href="struct_overlay_info.html#8444d6e0dfe2bbab0b5e7b24308f1559">OverlayInfo</a>
+<li>homepage
+: <a class="el" href="struct_overlay_info.html#5bc3413dec9282bb700a1cf1a24235c2">OverlayInfo</a>
+<li>key
+: <a class="el" href="struct_dict_elem.html#cd3d88da3c0e0313c3645ff34f62f542">DictElem</a>
+<li>list
+: <a class="el" href="struct_string_list.html#c7532f926b69022dd1878cc2d3b2e113">StringList</a>
+<li>modules
+: <a class="el" href="struct_interpreter.html#54484552877f952edaa9238edc7174ec">Interpreter</a>
+<li>name
+: <a class="el" href="struct_overlay_info.html#5ac083a645d964373f022d03df4849c8">OverlayInfo</a>
+<li>next
+: <a class="el" href="struct_py_object_list_elem.html#8c80f1351a112162a90491278c0e89ac">PyObjectListElem</a>
+, <a class="el" href="struct_dict_elem.html#e283b528dd0b0463c2444296b4252e53">DictElem</a>
+<li>object
+: <a class="el" href="struct_bare_config.html#db7ba59fec8a5847f73c56fccee0f1a0">BareConfig</a>
+, <a class="el" href="struct_py_object_list_elem.html#db7ba59fec8a5847f73c56fccee0f1a0">PyObjectListElem</a>
+, <a class="el" href="struct_message.html#db7ba59fec8a5847f73c56fccee0f1a0">Message</a>
+, <a class="el" href="struct_layman_a_p_i.html#db7ba59fec8a5847f73c56fccee0f1a0">LaymanAPI</a>
+<li>official
+: <a class="el" href="struct_overlay_info.html#39ff61d5fdbc3c939eaaae94a1db6e3d">OverlayInfo</a>
+<li>ownerEmail
+: <a class="el" href="struct_overlay_info.html#b976d386d27f39e2fbfb07ab5a9a74f4">OverlayInfo</a>
+<li>ownerName
+: <a class="el" href="struct_overlay_info.html#4470dc7453f754e87738462bfede9feb">OverlayInfo</a>
+<li>priority
+: <a class="el" href="struct_overlay_info.html#cec9ce2df15222151ad66fcb1d74eb9f">OverlayInfo</a>
+<li>quality
+: <a class="el" href="struct_overlay_info.html#fdabd0073bd86d184b408f1ef57e5c4e">OverlayInfo</a>
+<li>root
+: <a class="el" href="struct_dict.html#952d143d222751c7308e0180b20ce6e1">Dict</a>
+, <a class="el" href="struct_py_object_list.html#a024c10304ef3a9c85e1927577a23a5c">PyObjectList</a>
+<li>srcType
+: <a class="el" href="struct_overlay_info.html#33d8b4b60c5f2e27c44e1fca9515d237">OverlayInfo</a>
+<li>srcUris
+: <a class="el" href="struct_overlay_info.html#31254fad8941223b74864ff72eeb5b30">OverlayInfo</a>
+<li>supported
+: <a class="el" href="struct_overlay_info.html#f7d846dfb6ed3e5f62cfddc7b1007228">OverlayInfo</a>
+<li>text
+: <a class="el" href="struct_overlay_info.html#5633b1433389cec21ade3811bbe9ca5b">OverlayInfo</a>
+<li>val
+: <a class="el" href="struct_dict_elem.html#0fc584151635e6718cb3052b5a5dce4d">DictElem</a>
+</ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/globals.html b/doc/html/globals.html
new file mode 100644
index 0000000..f7ac66f
--- /dev/null
+++ b/doc/html/globals.html
@@ -0,0 +1,252 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Data Fields</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li class="current"><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li class="current"><a href="globals.html"><span>All</span></a></li>
+      <li><a href="globals_func.html"><span>Functions</span></a></li>
+      <li><a href="globals_vars.html"><span>Variables</span></a></li>
+      <li><a href="globals_type.html"><span>Typedefs</span></a></li>
+      <li><a href="globals_defs.html"><span>Defines</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="#index__"><span>_</span></a></li>
+      <li><a href="#index_b"><span>b</span></a></li>
+      <li><a href="#index_c"><span>c</span></a></li>
+      <li><a href="#index_d"><span>d</span></a></li>
+      <li><a href="#index_e"><span>e</span></a></li>
+      <li><a href="#index_f"><span>f</span></a></li>
+      <li><a href="#index_i"><span>i</span></a></li>
+      <li><a href="#index_l"><span>l</span></a></li>
+      <li><a href="#index_m"><span>m</span></a></li>
+      <li><a href="#index_o"><span>o</span></a></li>
+      <li><a href="#index_s"><span>s</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
+<p>
+<h3><a class="anchor" name="index__">- _ -</a></h3><ul>
+<li>_bareConfigObject()
+: <a class="el" href="group__config.html#gb54f7fb79ed1ddc05112c1c2c43f7ca3">config.c</a>
+, <a class="el" href="group__config.html#gb54f7fb79ed1ddc05112c1c2c43f7ca3">internal.h</a>
+<li>_messageObject()
+: <a class="el" href="group__message.html#g2818a4e60e36b681acfa7a7f5ef39b2e">internal.h</a>
+, <a class="el" href="group__message.html#g2818a4e60e36b681acfa7a7f5ef39b2e">message.c</a>
+</ul>
+<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
+<li>BareConfig
+: <a class="el" href="config_8h.html#16d83a66bbdf67668141a627b35d1ce4">config.h</a>
+<li>bareConfigCreate()
+: <a class="el" href="group__config.html#g8838ddf22955bb74d47f38d241de2949">config.c</a>
+, <a class="el" href="group__config.html#g8838ddf22955bb74d47f38d241de2949">config.h</a>
+<li>bareConfigFree()
+: <a class="el" href="group__config.html#g80a5608968d88456a39a1fb0bb08db8b">config.c</a>
+, <a class="el" href="group__config.html#g80a5608968d88456a39a1fb0bb08db8b">config.h</a>
+<li>bareConfigGetDefaultValue()
+: <a class="el" href="group__config.html#g4b100e2dcd1fb1f26810b264724dd5fb">config.h</a>
+, <a class="el" href="group__config.html#g4b100e2dcd1fb1f26810b264724dd5fb">config.c</a>
+<li>bareConfigGetOptionValue()
+: <a class="el" href="group__config.html#g6b3a73eb7ce5be378520d2b17abc1563">config.h</a>
+, <a class="el" href="group__config.html#g6b3a73eb7ce5be378520d2b17abc1563">config.c</a>
+<li>bareConfigSetOptionValue()
+: <a class="el" href="group__config.html#g034b7ef4be594a5807b41c50926edd71">config.c</a>
+, <a class="el" href="group__config.html#g034b7ef4be594a5807b41c50926edd71">config.h</a>
+</ul>
+<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
+<li>cListToPyList()
+: <a class="el" href="group__string__list.html#g2433a3f25f9fd7950892807717b8e0bd">internal.h</a>
+, <a class="el" href="group__string__list.html#g2433a3f25f9fd7950892807717b8e0bd">stringlist.c</a>
+<li>createObjectList()
+: <a class="el" href="interpreter_8c.html#103af977889ad63e2c491ed390526ab8">interpreter.c</a>
+</ul>
+<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
+<li>debug
+: <a class="el" href="config_8c.html#1614f028c1fef258edfb81fb963609cb">config.c</a>
+<li>Dict
+: <a class="el" href="dict_8h.html#e82418608c43b71909ac5ab13217fb2b">dict.h</a>
+<li>dictCount()
+: <a class="el" href="dict_8h.html#3911648502288f54300dd9daa90c758d">dict.h</a>
+, <a class="el" href="dict_8c.html#a0daa5965a875a1651be67a05fa444b0">dict.c</a>
+<li>dictCreate()
+: <a class="el" href="dict_8c.html#939c34510e169bfa12625b1033458e8f">dict.c</a>
+, <a class="el" href="dict_8h.html#939c34510e169bfa12625b1033458e8f">dict.h</a>
+<li>DictElem
+: <a class="el" href="dict_8c.html#6b30173c101c5f88e997d3c8fd874fcf">dict.c</a>
+<li>dictFree()
+: <a class="el" href="dict_8c.html#c03cdcb80f33dd29f23c554887a7bf82">dict.c</a>
+, <a class="el" href="dict_8h.html#f212ad35eb1831462ff254fa0b151941">dict.h</a>
+<li>dictInsert()
+: <a class="el" href="dict_8c.html#be3f9a3a539fed1dae971ee782809106">dict.c</a>
+, <a class="el" href="dict_8h.html#be3f9a3a539fed1dae971ee782809106">dict.h</a>
+<li>dictToPyDict()
+: <a class="el" href="dict_8c.html#36485c70c155d31dd0fca6a36f4ab324">dict.c</a>
+, <a class="el" href="internal_8h.html#36485c70c155d31dd0fca6a36f4ab324">internal.h</a>
+</ul>
+<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
+<li>executeFunction()
+: <a class="el" href="internal_8h.html#9290c75e7cec9550e6d5de56e87d4efb">internal.h</a>
+, <a class="el" href="interpreter_8c.html#9290c75e7cec9550e6d5de56e87d4efb">interpreter.c</a>
+</ul>
+<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
+<li>freeList()
+: <a class="el" href="interpreter_8c.html#bbccff116c9a42b2ab7c0a684f1f38c8">interpreter.c</a>
+</ul>
+<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
+<li>in
+: <a class="el" href="interpreter_8c.html#b9a00f5a257480ac6e518f77efb10596">interpreter.c</a>
+<li>insert()
+: <a class="el" href="interpreter_8c.html#96970ed018f053438414d104e18a33bd">interpreter.c</a>
+</ul>
+<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
+<li>LaymanAPI
+: <a class="el" href="laymanapi_8h.html#849e611fede037e0249899e0999f2de4">laymanapi.h</a>
+<li>laymanAPIAddRepo()
+: <a class="el" href="group__layman__api.html#g8ea2f5e93d017bd0ac40a745d4dc2219">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#g8ea2f5e93d017bd0ac40a745d4dc2219">laymanapi.h</a>
+<li>laymanAPIAddRepoList()
+: <a class="el" href="group__layman__api.html#gb090e78aaf388d85ea79db19991c5e65">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#gb090e78aaf388d85ea79db19991c5e65">laymanapi.h</a>
+<li>laymanAPICreate()
+: <a class="el" href="group__layman__api.html#gc1ae8bdf47eca0cea7bb8e7f3147cded">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#gc1ae8bdf47eca0cea7bb8e7f3147cded">laymanapi.h</a>
+<li>laymanAPIDeleteRepo()
+: <a class="el" href="group__layman__api.html#ge5227c228a1c4a2a18a674bca298c331">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#ge5227c228a1c4a2a18a674bca298c331">laymanapi.h</a>
+<li>laymanAPIDeleteRepoList()
+: <a class="el" href="group__layman__api.html#g0cd008dbdec709f24a3b88fefdfe3796">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#g0cd008dbdec709f24a3b88fefdfe3796">laymanapi.h</a>
+<li>laymanAPIFetchRemoteList()
+: <a class="el" href="group__layman__api.html#g8fbe3095011d998bf0bfe8aab46f2009">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#g8fbe3095011d998bf0bfe8aab46f2009">laymanapi.h</a>
+<li>laymanAPIFree()
+: <a class="el" href="group__layman__api.html#g9babe72a16d6fd80b9f138ca6fb7a379">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#g9babe72a16d6fd80b9f138ca6fb7a379">laymanapi.h</a>
+<li>laymanAPIGetAllInfo()
+: <a class="el" href="group__layman__api.html#gf5e1d733f389f845e594c25b99706415">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#gf5e1d733f389f845e594c25b99706415">laymanapi.h</a>
+<li>laymanAPIGetAllInfoList()
+: <a class="el" href="group__layman__api.html#g2e04f8103171790be61f092078fea8ff">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#g2e04f8103171790be61f092078fea8ff">laymanapi.h</a>
+<li>laymanAPIGetAvailable()
+: <a class="el" href="group__layman__api.html#gb5def5ffed71eadc0b49a826905c30e4">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#gb5def5ffed71eadc0b49a826905c30e4">laymanapi.h</a>
+<li>laymanAPIGetInfo()
+: <a class="el" href="laymanapi_8h.html#6329b51a7a78bdb2981d463cb8d2f94a">laymanapi.h</a>
+<li>laymanAPIGetInfoStr()
+: <a class="el" href="group__layman__api.html#ge97d530a816f7da28be35eb20a8ab22d">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#ge97d530a816f7da28be35eb20a8ab22d">laymanapi.h</a>
+<li>laymanAPIGetInfoStrList()
+: <a class="el" href="group__layman__api.html#gcdc26d10e9faf847996c3ae3295c48b7">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#gcdc26d10e9faf847996c3ae3295c48b7">laymanapi.h</a>
+<li>laymanAPIGetInstalled()
+: <a class="el" href="group__layman__api.html#g87060319cb5448e8776f5b2b960c12eb">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#g87060319cb5448e8776f5b2b960c12eb">laymanapi.h</a>
+<li>laymanAPIIsInstalled()
+: <a class="el" href="group__layman__api.html#g9cc093b2c4e423cd16c2b0fb9b5ef3c6">laymanapi.h</a>
+, <a class="el" href="group__layman__api.html#g9cc093b2c4e423cd16c2b0fb9b5ef3c6">laymanapi.c</a>
+<li>laymanAPIIsRepo()
+: <a class="el" href="group__layman__api.html#g565dbbf32dcbaa175bb9d3038c079725">laymanapi.h</a>
+, <a class="el" href="group__layman__api.html#g565dbbf32dcbaa175bb9d3038c079725">laymanapi.c</a>
+<li>laymanAPISync()
+: <a class="el" href="group__layman__api.html#g23f91e7730d5cdd000a53debc6854b10">laymanapi.h</a>
+, <a class="el" href="group__layman__api.html#g23f91e7730d5cdd000a53debc6854b10">laymanapi.c</a>
+<li>laymanFinalize()
+: <a class="el" href="group__layman__base.html#g57bee932284700150df37b151c8bcf50">interpreter.h</a>
+, <a class="el" href="group__layman__base.html#g57bee932284700150df37b151c8bcf50">interpreter.c</a>
+<li>laymanInit()
+: <a class="el" href="group__layman__base.html#gfc008da53a8f313353af7c53e47b26ad">interpreter.c</a>
+, <a class="el" href="group__layman__base.html#gfc008da53a8f313353af7c53e47b26ad">interpreter.h</a>
+<li>listCount()
+: <a class="el" href="interpreter_8c.html#a712cb50c71ae7425f4b487a0a70c821">interpreter.c</a>
+<li>listToCList()
+: <a class="el" href="group__string__list.html#g52128fb831cc1a4643950bbc2ec31391">internal.h</a>
+, <a class="el" href="group__string__list.html#g52128fb831cc1a4643950bbc2ec31391">stringlist.c</a>
+</ul>
+<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
+<li>main()
+: <a class="el" href="tester_8c.html#0ddf1224851353fc92bfbff6f499fa97">tester.c</a>
+<li>Message
+: <a class="el" href="message_8h.html#82fffef6ac8d8a796ab35b7d6a7a0dcb">message.h</a>
+<li>messageCreate()
+: <a class="el" href="group__message.html#g71549e9f908d468258f2e257655df858">message.h</a>
+, <a class="el" href="group__message.html#g71549e9f908d468258f2e257655df858">message.c</a>
+<li>messageFree()
+: <a class="el" href="group__message.html#g5faf9665b84f817233ca8dad4dbe9004">message.c</a>
+, <a class="el" href="group__message.html#g5faf9665b84f817233ca8dad4dbe9004">message.h</a>
+<li>messageSetColorsOff()
+: <a class="el" href="group__message.html#gfb1dffe72803a80dc62a029b383dd461">message.c</a>
+<li>messageSetColorsOn()
+: <a class="el" href="group__message.html#g11f689d4d1d1ad36dd83dcea1302a558">message.c</a>
+<li>messageSetDebugClasses()
+: <a class="el" href="group__message.html#g92bf48088ee4b4a5024002d82f48256a">message.c</a>
+<li>messageSetDebugLevel()
+: <a class="el" href="group__message.html#g7d64c094c067c51ac35e8c94ffd4717d">message.c</a>
+<li>messageSetDebugMethods()
+: <a class="el" href="group__message.html#gb8f6a4ef59dd9839df9d3113f78ef894">message.c</a>
+<li>messageSetDebugVariables()
+: <a class="el" href="group__message.html#g3bef935449187c338f607ed29866c4e3">message.c</a>
+<li>messageSetDebugVerbosity()
+: <a class="el" href="group__message.html#gd72f800527b2f7271e1ad8138d73356a">message.c</a>
+<li>messageSetInfoLevel()
+: <a class="el" href="group__message.html#gf320a2e540a2f038336e38514ca2efa2">message.c</a>
+<li>messageSetWarnLevel()
+: <a class="el" href="group__message.html#g855a6fb93be9d27d27aa0601d257398c">message.c</a>
+<li>moduleNamed()
+: <a class="el" href="interpreter_8c.html#c52ba6d9c3149b75ed00507282fe71be">interpreter.c</a>
+</ul>
+<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
+<li>overlayInfoFree()
+: <a class="el" href="group__layman__api.html#gc9e16e85ef3f86b8f325dcb63e30403f">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#gc9e16e85ef3f86b8f325dcb63e30403f">laymanapi.h</a>
+</ul>
+<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
+<li>StringList
+: <a class="el" href="stringlist_8h.html#e4b88da263d1953a7d200b44a99e0cd5">stringlist.h</a>
+<li>stringListCount()
+: <a class="el" href="group__string__list.html#g307b9dca62828cbfe5c163d327f01806">stringlist.c</a>
+, <a class="el" href="group__string__list.html#g307b9dca62828cbfe5c163d327f01806">stringlist.h</a>
+<li>stringListCreate()
+: <a class="el" href="group__string__list.html#gafedcfd6148313464f9aab9c08f87989">stringlist.c</a>
+, <a class="el" href="group__string__list.html#gafedcfd6148313464f9aab9c08f87989">stringlist.h</a>
+<li>stringListFree()
+: <a class="el" href="group__string__list.html#ged41020feb3f2b869647cc280b493cb3">stringlist.c</a>
+, <a class="el" href="group__string__list.html#ged41020feb3f2b869647cc280b493cb3">stringlist.h</a>
+<li>stringListGetAt()
+: <a class="el" href="group__string__list.html#g43bc91c5da9f06e7c972c8f04b3a99c2">stringlist.c</a>
+, <a class="el" href="group__string__list.html#g43bc91c5da9f06e7c972c8f04b3a99c2">stringlist.h</a>
+<li>stringListInsertAt()
+: <a class="el" href="group__string__list.html#g28cd2d1037d735a5ac3275897b0c2065">stringlist.h</a>
+, <a class="el" href="group__string__list.html#g28cd2d1037d735a5ac3275897b0c2065">stringlist.c</a>
+<li>stringListPrint()
+: <a class="el" href="group__string__list.html#g3ed6624cf1e5f944068f803964be6c95">stringlist.h</a>
+, <a class="el" href="group__string__list.html#g3ed6624cf1e5f944068f803964be6c95">stringlist.c</a>
+</ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/globals_defs.html b/doc/html/globals_defs.html
new file mode 100644
index 0000000..d936b17
--- /dev/null
+++ b/doc/html/globals_defs.html
@@ -0,0 +1,45 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Data Fields</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li class="current"><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="globals.html"><span>All</span></a></li>
+      <li><a href="globals_func.html"><span>Functions</span></a></li>
+      <li><a href="globals_vars.html"><span>Variables</span></a></li>
+      <li><a href="globals_type.html"><span>Typedefs</span></a></li>
+      <li class="current"><a href="globals_defs.html"><span>Defines</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+&nbsp;
+<p>
+<ul>
+<li>debug
+: <a class="el" href="config_8c.html#1614f028c1fef258edfb81fb963609cb">config.c</a>
+</ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/globals_func.html b/doc/html/globals_func.html
new file mode 100644
index 0000000..eff83f4
--- /dev/null
+++ b/doc/html/globals_func.html
@@ -0,0 +1,236 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Data Fields</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li class="current"><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="globals.html"><span>All</span></a></li>
+      <li class="current"><a href="globals_func.html"><span>Functions</span></a></li>
+      <li><a href="globals_vars.html"><span>Variables</span></a></li>
+      <li><a href="globals_type.html"><span>Typedefs</span></a></li>
+      <li><a href="globals_defs.html"><span>Defines</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="#index__"><span>_</span></a></li>
+      <li><a href="#index_b"><span>b</span></a></li>
+      <li><a href="#index_c"><span>c</span></a></li>
+      <li><a href="#index_d"><span>d</span></a></li>
+      <li><a href="#index_e"><span>e</span></a></li>
+      <li><a href="#index_f"><span>f</span></a></li>
+      <li><a href="#index_i"><span>i</span></a></li>
+      <li><a href="#index_l"><span>l</span></a></li>
+      <li><a href="#index_m"><span>m</span></a></li>
+      <li><a href="#index_o"><span>o</span></a></li>
+      <li><a href="#index_s"><span>s</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+&nbsp;
+<p>
+<h3><a class="anchor" name="index__">- _ -</a></h3><ul>
+<li>_bareConfigObject()
+: <a class="el" href="group__config.html#gb54f7fb79ed1ddc05112c1c2c43f7ca3">config.c</a>
+, <a class="el" href="group__config.html#gb54f7fb79ed1ddc05112c1c2c43f7ca3">internal.h</a>
+<li>_messageObject()
+: <a class="el" href="group__message.html#g2818a4e60e36b681acfa7a7f5ef39b2e">internal.h</a>
+, <a class="el" href="group__message.html#g2818a4e60e36b681acfa7a7f5ef39b2e">message.c</a>
+</ul>
+<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
+<li>bareConfigCreate()
+: <a class="el" href="group__config.html#g8838ddf22955bb74d47f38d241de2949">config.c</a>
+, <a class="el" href="group__config.html#g8838ddf22955bb74d47f38d241de2949">config.h</a>
+<li>bareConfigFree()
+: <a class="el" href="group__config.html#g80a5608968d88456a39a1fb0bb08db8b">config.h</a>
+, <a class="el" href="group__config.html#g80a5608968d88456a39a1fb0bb08db8b">config.c</a>
+<li>bareConfigGetDefaultValue()
+: <a class="el" href="group__config.html#g4b100e2dcd1fb1f26810b264724dd5fb">config.c</a>
+, <a class="el" href="group__config.html#g4b100e2dcd1fb1f26810b264724dd5fb">config.h</a>
+<li>bareConfigGetOptionValue()
+: <a class="el" href="group__config.html#g6b3a73eb7ce5be378520d2b17abc1563">config.c</a>
+, <a class="el" href="group__config.html#g6b3a73eb7ce5be378520d2b17abc1563">config.h</a>
+<li>bareConfigSetOptionValue()
+: <a class="el" href="group__config.html#g034b7ef4be594a5807b41c50926edd71">config.h</a>
+, <a class="el" href="group__config.html#g034b7ef4be594a5807b41c50926edd71">config.c</a>
+</ul>
+<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
+<li>cListToPyList()
+: <a class="el" href="group__string__list.html#g2433a3f25f9fd7950892807717b8e0bd">internal.h</a>
+, <a class="el" href="group__string__list.html#g2433a3f25f9fd7950892807717b8e0bd">stringlist.c</a>
+<li>createObjectList()
+: <a class="el" href="interpreter_8c.html#103af977889ad63e2c491ed390526ab8">interpreter.c</a>
+</ul>
+<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
+<li>dictCount()
+: <a class="el" href="dict_8c.html#a0daa5965a875a1651be67a05fa444b0">dict.c</a>
+, <a class="el" href="dict_8h.html#3911648502288f54300dd9daa90c758d">dict.h</a>
+<li>dictCreate()
+: <a class="el" href="dict_8h.html#939c34510e169bfa12625b1033458e8f">dict.h</a>
+, <a class="el" href="dict_8c.html#939c34510e169bfa12625b1033458e8f">dict.c</a>
+<li>dictFree()
+: <a class="el" href="dict_8c.html#c03cdcb80f33dd29f23c554887a7bf82">dict.c</a>
+, <a class="el" href="dict_8h.html#f212ad35eb1831462ff254fa0b151941">dict.h</a>
+<li>dictInsert()
+: <a class="el" href="dict_8c.html#be3f9a3a539fed1dae971ee782809106">dict.c</a>
+, <a class="el" href="dict_8h.html#be3f9a3a539fed1dae971ee782809106">dict.h</a>
+<li>dictToPyDict()
+: <a class="el" href="internal_8h.html#36485c70c155d31dd0fca6a36f4ab324">internal.h</a>
+, <a class="el" href="dict_8c.html#36485c70c155d31dd0fca6a36f4ab324">dict.c</a>
+</ul>
+<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
+<li>executeFunction()
+: <a class="el" href="internal_8h.html#9290c75e7cec9550e6d5de56e87d4efb">internal.h</a>
+, <a class="el" href="interpreter_8c.html#9290c75e7cec9550e6d5de56e87d4efb">interpreter.c</a>
+</ul>
+<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
+<li>freeList()
+: <a class="el" href="interpreter_8c.html#bbccff116c9a42b2ab7c0a684f1f38c8">interpreter.c</a>
+</ul>
+<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
+<li>insert()
+: <a class="el" href="interpreter_8c.html#96970ed018f053438414d104e18a33bd">interpreter.c</a>
+</ul>
+<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
+<li>laymanAPIAddRepo()
+: <a class="el" href="group__layman__api.html#g8ea2f5e93d017bd0ac40a745d4dc2219">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#g8ea2f5e93d017bd0ac40a745d4dc2219">laymanapi.h</a>
+<li>laymanAPIAddRepoList()
+: <a class="el" href="group__layman__api.html#gb090e78aaf388d85ea79db19991c5e65">laymanapi.h</a>
+, <a class="el" href="group__layman__api.html#gb090e78aaf388d85ea79db19991c5e65">laymanapi.c</a>
+<li>laymanAPICreate()
+: <a class="el" href="group__layman__api.html#gc1ae8bdf47eca0cea7bb8e7f3147cded">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#gc1ae8bdf47eca0cea7bb8e7f3147cded">laymanapi.h</a>
+<li>laymanAPIDeleteRepo()
+: <a class="el" href="group__layman__api.html#ge5227c228a1c4a2a18a674bca298c331">laymanapi.h</a>
+, <a class="el" href="group__layman__api.html#ge5227c228a1c4a2a18a674bca298c331">laymanapi.c</a>
+<li>laymanAPIDeleteRepoList()
+: <a class="el" href="group__layman__api.html#g0cd008dbdec709f24a3b88fefdfe3796">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#g0cd008dbdec709f24a3b88fefdfe3796">laymanapi.h</a>
+<li>laymanAPIFetchRemoteList()
+: <a class="el" href="group__layman__api.html#g8fbe3095011d998bf0bfe8aab46f2009">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#g8fbe3095011d998bf0bfe8aab46f2009">laymanapi.h</a>
+<li>laymanAPIFree()
+: <a class="el" href="group__layman__api.html#g9babe72a16d6fd80b9f138ca6fb7a379">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#g9babe72a16d6fd80b9f138ca6fb7a379">laymanapi.h</a>
+<li>laymanAPIGetAllInfo()
+: <a class="el" href="group__layman__api.html#gf5e1d733f389f845e594c25b99706415">laymanapi.h</a>
+, <a class="el" href="group__layman__api.html#gf5e1d733f389f845e594c25b99706415">laymanapi.c</a>
+<li>laymanAPIGetAllInfoList()
+: <a class="el" href="group__layman__api.html#g2e04f8103171790be61f092078fea8ff">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#g2e04f8103171790be61f092078fea8ff">laymanapi.h</a>
+<li>laymanAPIGetAvailable()
+: <a class="el" href="group__layman__api.html#gb5def5ffed71eadc0b49a826905c30e4">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#gb5def5ffed71eadc0b49a826905c30e4">laymanapi.h</a>
+<li>laymanAPIGetInfo()
+: <a class="el" href="laymanapi_8h.html#6329b51a7a78bdb2981d463cb8d2f94a">laymanapi.h</a>
+<li>laymanAPIGetInfoStr()
+: <a class="el" href="group__layman__api.html#ge97d530a816f7da28be35eb20a8ab22d">laymanapi.h</a>
+, <a class="el" href="group__layman__api.html#ge97d530a816f7da28be35eb20a8ab22d">laymanapi.c</a>
+<li>laymanAPIGetInfoStrList()
+: <a class="el" href="group__layman__api.html#gcdc26d10e9faf847996c3ae3295c48b7">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#gcdc26d10e9faf847996c3ae3295c48b7">laymanapi.h</a>
+<li>laymanAPIGetInstalled()
+: <a class="el" href="group__layman__api.html#g87060319cb5448e8776f5b2b960c12eb">laymanapi.h</a>
+, <a class="el" href="group__layman__api.html#g87060319cb5448e8776f5b2b960c12eb">laymanapi.c</a>
+<li>laymanAPIIsInstalled()
+: <a class="el" href="group__layman__api.html#g9cc093b2c4e423cd16c2b0fb9b5ef3c6">laymanapi.h</a>
+, <a class="el" href="group__layman__api.html#g9cc093b2c4e423cd16c2b0fb9b5ef3c6">laymanapi.c</a>
+<li>laymanAPIIsRepo()
+: <a class="el" href="group__layman__api.html#g565dbbf32dcbaa175bb9d3038c079725">laymanapi.h</a>
+, <a class="el" href="group__layman__api.html#g565dbbf32dcbaa175bb9d3038c079725">laymanapi.c</a>
+<li>laymanAPISync()
+: <a class="el" href="group__layman__api.html#g23f91e7730d5cdd000a53debc6854b10">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#g23f91e7730d5cdd000a53debc6854b10">laymanapi.h</a>
+<li>laymanFinalize()
+: <a class="el" href="group__layman__base.html#g57bee932284700150df37b151c8bcf50">interpreter.c</a>
+, <a class="el" href="group__layman__base.html#g57bee932284700150df37b151c8bcf50">interpreter.h</a>
+<li>laymanInit()
+: <a class="el" href="group__layman__base.html#gfc008da53a8f313353af7c53e47b26ad">interpreter.h</a>
+, <a class="el" href="group__layman__base.html#gfc008da53a8f313353af7c53e47b26ad">interpreter.c</a>
+<li>listCount()
+: <a class="el" href="interpreter_8c.html#a712cb50c71ae7425f4b487a0a70c821">interpreter.c</a>
+<li>listToCList()
+: <a class="el" href="group__string__list.html#g52128fb831cc1a4643950bbc2ec31391">internal.h</a>
+, <a class="el" href="group__string__list.html#g52128fb831cc1a4643950bbc2ec31391">stringlist.c</a>
+</ul>
+<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
+<li>main()
+: <a class="el" href="tester_8c.html#0ddf1224851353fc92bfbff6f499fa97">tester.c</a>
+<li>messageCreate()
+: <a class="el" href="group__message.html#g71549e9f908d468258f2e257655df858">message.c</a>
+, <a class="el" href="group__message.html#g71549e9f908d468258f2e257655df858">message.h</a>
+<li>messageFree()
+: <a class="el" href="group__message.html#g5faf9665b84f817233ca8dad4dbe9004">message.c</a>
+, <a class="el" href="group__message.html#g5faf9665b84f817233ca8dad4dbe9004">message.h</a>
+<li>messageSetColorsOff()
+: <a class="el" href="group__message.html#gfb1dffe72803a80dc62a029b383dd461">message.c</a>
+<li>messageSetColorsOn()
+: <a class="el" href="group__message.html#g11f689d4d1d1ad36dd83dcea1302a558">message.c</a>
+<li>messageSetDebugClasses()
+: <a class="el" href="group__message.html#g92bf48088ee4b4a5024002d82f48256a">message.c</a>
+<li>messageSetDebugLevel()
+: <a class="el" href="group__message.html#g7d64c094c067c51ac35e8c94ffd4717d">message.c</a>
+<li>messageSetDebugMethods()
+: <a class="el" href="group__message.html#gb8f6a4ef59dd9839df9d3113f78ef894">message.c</a>
+<li>messageSetDebugVariables()
+: <a class="el" href="group__message.html#g3bef935449187c338f607ed29866c4e3">message.c</a>
+<li>messageSetDebugVerbosity()
+: <a class="el" href="group__message.html#gd72f800527b2f7271e1ad8138d73356a">message.c</a>
+<li>messageSetInfoLevel()
+: <a class="el" href="group__message.html#gf320a2e540a2f038336e38514ca2efa2">message.c</a>
+<li>messageSetWarnLevel()
+: <a class="el" href="group__message.html#g855a6fb93be9d27d27aa0601d257398c">message.c</a>
+<li>moduleNamed()
+: <a class="el" href="interpreter_8c.html#c52ba6d9c3149b75ed00507282fe71be">interpreter.c</a>
+</ul>
+<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
+<li>overlayInfoFree()
+: <a class="el" href="group__layman__api.html#gc9e16e85ef3f86b8f325dcb63e30403f">laymanapi.c</a>
+, <a class="el" href="group__layman__api.html#gc9e16e85ef3f86b8f325dcb63e30403f">laymanapi.h</a>
+</ul>
+<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
+<li>stringListCount()
+: <a class="el" href="group__string__list.html#g307b9dca62828cbfe5c163d327f01806">stringlist.c</a>
+, <a class="el" href="group__string__list.html#g307b9dca62828cbfe5c163d327f01806">stringlist.h</a>
+<li>stringListCreate()
+: <a class="el" href="group__string__list.html#gafedcfd6148313464f9aab9c08f87989">stringlist.h</a>
+, <a class="el" href="group__string__list.html#gafedcfd6148313464f9aab9c08f87989">stringlist.c</a>
+<li>stringListFree()
+: <a class="el" href="group__string__list.html#ged41020feb3f2b869647cc280b493cb3">stringlist.c</a>
+, <a class="el" href="group__string__list.html#ged41020feb3f2b869647cc280b493cb3">stringlist.h</a>
+<li>stringListGetAt()
+: <a class="el" href="group__string__list.html#g43bc91c5da9f06e7c972c8f04b3a99c2">stringlist.h</a>
+, <a class="el" href="group__string__list.html#g43bc91c5da9f06e7c972c8f04b3a99c2">stringlist.c</a>
+<li>stringListInsertAt()
+: <a class="el" href="group__string__list.html#g28cd2d1037d735a5ac3275897b0c2065">stringlist.h</a>
+, <a class="el" href="group__string__list.html#g28cd2d1037d735a5ac3275897b0c2065">stringlist.c</a>
+<li>stringListPrint()
+: <a class="el" href="group__string__list.html#g3ed6624cf1e5f944068f803964be6c95">stringlist.c</a>
+, <a class="el" href="group__string__list.html#g3ed6624cf1e5f944068f803964be6c95">stringlist.h</a>
+</ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/globals_type.html b/doc/html/globals_type.html
new file mode 100644
index 0000000..789b47e
--- /dev/null
+++ b/doc/html/globals_type.html
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Data Fields</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li class="current"><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="globals.html"><span>All</span></a></li>
+      <li><a href="globals_func.html"><span>Functions</span></a></li>
+      <li><a href="globals_vars.html"><span>Variables</span></a></li>
+      <li class="current"><a href="globals_type.html"><span>Typedefs</span></a></li>
+      <li><a href="globals_defs.html"><span>Defines</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+&nbsp;
+<p>
+<ul>
+<li>BareConfig
+: <a class="el" href="config_8h.html#16d83a66bbdf67668141a627b35d1ce4">config.h</a>
+<li>Dict
+: <a class="el" href="dict_8h.html#e82418608c43b71909ac5ab13217fb2b">dict.h</a>
+<li>DictElem
+: <a class="el" href="dict_8c.html#6b30173c101c5f88e997d3c8fd874fcf">dict.c</a>
+<li>LaymanAPI
+: <a class="el" href="laymanapi_8h.html#849e611fede037e0249899e0999f2de4">laymanapi.h</a>
+<li>Message
+: <a class="el" href="message_8h.html#82fffef6ac8d8a796ab35b7d6a7a0dcb">message.h</a>
+<li>StringList
+: <a class="el" href="stringlist_8h.html#e4b88da263d1953a7d200b44a99e0cd5">stringlist.h</a>
+</ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/globals_vars.html b/doc/html/globals_vars.html
new file mode 100644
index 0000000..3962d0e
--- /dev/null
+++ b/doc/html/globals_vars.html
@@ -0,0 +1,45 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Data Fields</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li class="current"><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="globals.html"><span>All</span></a></li>
+      <li><a href="globals_func.html"><span>Functions</span></a></li>
+      <li class="current"><a href="globals_vars.html"><span>Variables</span></a></li>
+      <li><a href="globals_type.html"><span>Typedefs</span></a></li>
+      <li><a href="globals_defs.html"><span>Defines</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+&nbsp;
+<p>
+<ul>
+<li>in
+: <a class="el" href="interpreter_8c.html#b9a00f5a257480ac6e518f77efb10596">interpreter.c</a>
+</ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/group__config.html b/doc/html/group__config.html
new file mode 100644
index 0000000..674695e
--- /dev/null
+++ b/doc/html/group__config.html
@@ -0,0 +1,238 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Config</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>Config</h1>Layman library configuration module.  
+<a href="#_details">More...</a>
+<p>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_bare_config.html">BareConfig</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#gb54f7fb79ed1ddc05112c1c2c43f7ca3">_bareConfigObject</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *c)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_bare_config.html">BareConfig</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g8838ddf22955bb74d47f38d241de2949">bareConfigCreate</a> (<a class="el" href="struct_message.html">Message</a> *m, FILE *outFd, FILE *inFd, FILE *errFd)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g80a5608968d88456a39a1fb0bb08db8b">bareConfigFree</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *cfg)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g4b100e2dcd1fb1f26810b264724dd5fb">bareConfigGetDefaultValue</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *cfg, const char *opt)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g6b3a73eb7ce5be378520d2b17abc1563">bareConfigGetOptionValue</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *cfg, const char *opt)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#g034b7ef4be594a5807b41c50926edd71">bareConfigSetOptionValue</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *cfg, const char *opt, const char *val)</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Layman library configuration module. <hr><h2>Function Documentation</h2>
+<a class="anchor" name="gb54f7fb79ed1ddc05112c1c2c43f7ca3"></a><!-- doxytag: member="config.c::_bareConfigObject" ref="gb54f7fb79ed1ddc05112c1c2c43f7ca3" args="(BareConfig *c)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">PyObject* _bareConfigObject           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_bare_config.html">BareConfig</a> *&nbsp;</td>
+          <td class="paramname"> <em>c</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="g8838ddf22955bb74d47f38d241de2949"></a><!-- doxytag: member="config.c::bareConfigCreate" ref="g8838ddf22955bb74d47f38d241de2949" args="(Message *m, FILE *outFd, FILE *inFd, FILE *errFd)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_bare_config.html">BareConfig</a>* bareConfigCreate           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td>
+          <td class="paramname"> <em>m</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">FILE *&nbsp;</td>
+          <td class="paramname"> <em>outFd</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">FILE *&nbsp;</td>
+          <td class="paramname"> <em>inFd</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">FILE *&nbsp;</td>
+          <td class="paramname"> <em>errFd</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Creates a bare config object with default values.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>outFd</em>&nbsp;</td><td>where information must be written to </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>inFd</em>&nbsp;</td><td>where information must be read from </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>errFd</em>&nbsp;</td><td>where errors must be written to</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>a new instance of a <a class="el" href="struct_bare_config.html">BareConfig</a> object. It must be freed with <a class="el" href="group__config.html#g80a5608968d88456a39a1fb0bb08db8b">bareConfigFree()</a> </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g80a5608968d88456a39a1fb0bb08db8b"></a><!-- doxytag: member="config.c::bareConfigFree" ref="g80a5608968d88456a39a1fb0bb08db8b" args="(BareConfig *cfg)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void bareConfigFree           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_bare_config.html">BareConfig</a> *&nbsp;</td>
+          <td class="paramname"> <em>cfg</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Frees a <a class="el" href="struct_bare_config.html">BareConfig</a> object. 
+</div>
+</div><p>
+<a class="anchor" name="g4b100e2dcd1fb1f26810b264724dd5fb"></a><!-- doxytag: member="config.c::bareConfigGetDefaultValue" ref="g4b100e2dcd1fb1f26810b264724dd5fb" args="(BareConfig *cfg, const char *opt)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">const char* bareConfigGetDefaultValue           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_bare_config.html">BareConfig</a> *&nbsp;</td>
+          <td class="paramname"> <em>cfg</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>opt</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Get an option's default value.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>opt</em>&nbsp;</td><td>the name of the option</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>the value or NULL on failure. </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g6b3a73eb7ce5be378520d2b17abc1563"></a><!-- doxytag: member="config.c::bareConfigGetOptionValue" ref="g6b3a73eb7ce5be378520d2b17abc1563" args="(BareConfig *cfg, const char *opt)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">const char* bareConfigGetOptionValue           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_bare_config.html">BareConfig</a> *&nbsp;</td>
+          <td class="paramname"> <em>cfg</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>opt</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="g034b7ef4be594a5807b41c50926edd71"></a><!-- doxytag: member="config.c::bareConfigSetOptionValue" ref="g034b7ef4be594a5807b41c50926edd71" args="(BareConfig *cfg, const char *opt, const char *val)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int bareConfigSetOptionValue           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_bare_config.html">BareConfig</a> *&nbsp;</td>
+          <td class="paramname"> <em>cfg</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>opt</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>val</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/group__layman__api.html b/doc/html/group__layman__api.html
new file mode 100644
index 0000000..0e31e6d
--- /dev/null
+++ b/doc/html/group__layman__api.html
@@ -0,0 +1,670 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Layman API</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>Layman API</h1>Main API functions.  
+<a href="#_details">More...</a>
+<p>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gc1ae8bdf47eca0cea7bb8e7f3147cded">laymanAPICreate</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *config, int report_error, int output)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g565dbbf32dcbaa175bb9d3038c079725">laymanAPIIsRepo</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *repo)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g9cc093b2c4e423cd16c2b0fb9b5ef3c6">laymanAPIIsInstalled</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *repo)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gb5def5ffed71eadc0b49a826905c30e4">laymanAPIGetAvailable</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, int reload)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g87060319cb5448e8776f5b2b960c12eb">laymanAPIGetInstalled</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, int reload)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g23f91e7730d5cdd000a53debc6854b10">laymanAPISync</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *overlay, int verbose)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g8fbe3095011d998bf0bfe8aab46f2009">laymanAPIFetchRemoteList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gcdc26d10e9faf847996c3ae3295c48b7">laymanAPIGetInfoStrList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, <a class="el" href="struct_string_list.html">StringList</a> *overlays, <a class="el" href="struct_overlay_info.html">OverlayInfo</a> *results)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_overlay_info.html">OverlayInfo</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#ge97d530a816f7da28be35eb20a8ab22d">laymanAPIGetInfoStr</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *overlay)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_overlay_info.html">OverlayInfo</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gf5e1d733f389f845e594c25b99706415">laymanAPIGetAllInfo</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *overlay)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g2e04f8103171790be61f092078fea8ff">laymanAPIGetAllInfoList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, <a class="el" href="struct_string_list.html">StringList</a> *overlays, <a class="el" href="struct_overlay_info.html">OverlayInfo</a> *results)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g8ea2f5e93d017bd0ac40a745d4dc2219">laymanAPIAddRepo</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *repo)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gb090e78aaf388d85ea79db19991c5e65">laymanAPIAddRepoList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, <a class="el" href="struct_string_list.html">StringList</a> *repos)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#ge5227c228a1c4a2a18a674bca298c331">laymanAPIDeleteRepo</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *repo)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g0cd008dbdec709f24a3b88fefdfe3796">laymanAPIDeleteRepoList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, <a class="el" href="struct_string_list.html">StringList</a> *repos)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g9babe72a16d6fd80b9f138ca6fb7a379">laymanAPIFree</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gc9e16e85ef3f86b8f325dcb63e30403f">overlayInfoFree</a> (<a class="el" href="struct_overlay_info.html">OverlayInfo</a> oi)</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Main API functions. <hr><h2>Function Documentation</h2>
+<a class="anchor" name="g8ea2f5e93d017bd0ac40a745d4dc2219"></a><!-- doxytag: member="laymanapi.c::laymanAPIAddRepo" ref="g8ea2f5e93d017bd0ac40a745d4dc2219" args="(LaymanAPI *l, const char *repo)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int laymanAPIAddRepo           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>repo</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Adds an overlay to layman<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>repo</em>&nbsp;</td><td>the name of the repository to add</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>True if it succeeded, False if not </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="gb090e78aaf388d85ea79db19991c5e65"></a><!-- doxytag: member="laymanapi.c::laymanAPIAddRepoList" ref="gb090e78aaf388d85ea79db19991c5e65" args="(LaymanAPI *l, StringList *repos)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int laymanAPIAddRepoList           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td>
+          <td class="paramname"> <em>repos</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Adds a list of overlays to layman<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>repo</em>&nbsp;</td><td>the list of the repositories to add</td></tr>
+  </table>
+</dl>
+Return True if it succeeded, False if not 
+</div>
+</div><p>
+<a class="anchor" name="gc1ae8bdf47eca0cea7bb8e7f3147cded"></a><!-- doxytag: member="laymanapi.c::laymanAPICreate" ref="gc1ae8bdf47eca0cea7bb8e7f3147cded" args="(BareConfig *config, int report_error, int output)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a>* laymanAPICreate           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_bare_config.html">BareConfig</a> *&nbsp;</td>
+          <td class="paramname"> <em>config</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">int&nbsp;</td>
+          <td class="paramname"> <em>report_error</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">int&nbsp;</td>
+          <td class="paramname"> <em>output</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Creates a <a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> object that must be used in all function in this file.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>config</em>&nbsp;</td><td>a <a class="el" href="struct_bare_config.html">BareConfig</a> object that contains all configuration options. If NULL, the default configuration will be used. </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>report_error</em>&nbsp;</td><td>if True, errors reporting on stdout will be activated. </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>output</em>&nbsp;</td><td>? </td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>a new instance of the <a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> class, to be freed with <a class="el" href="group__layman__api.html#g9babe72a16d6fd80b9f138ca6fb7a379">laymanAPIFree()</a> </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="ge5227c228a1c4a2a18a674bca298c331"></a><!-- doxytag: member="laymanapi.c::laymanAPIDeleteRepo" ref="ge5227c228a1c4a2a18a674bca298c331" args="(LaymanAPI *l, const char *repo)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int laymanAPIDeleteRepo           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>repo</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Deletes an overlay from layman<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>repo</em>&nbsp;</td><td>the name of the repository to delete</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>True if it succeeded, False if not </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g0cd008dbdec709f24a3b88fefdfe3796"></a><!-- doxytag: member="laymanapi.c::laymanAPIDeleteRepoList" ref="g0cd008dbdec709f24a3b88fefdfe3796" args="(LaymanAPI *l, StringList *repos)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int laymanAPIDeleteRepoList           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td>
+          <td class="paramname"> <em>repos</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Deletes a list of overlays from layman<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>repo</em>&nbsp;</td><td>the list of the repositories to delete</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>True if it succeeded, False if not </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g8fbe3095011d998bf0bfe8aab46f2009"></a><!-- doxytag: member="laymanapi.c::laymanAPIFetchRemoteList" ref="g8fbe3095011d998bf0bfe8aab46f2009" args="(LaymanAPI *l)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int laymanAPIFetchRemoteList           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Updates the local overlay list.<p>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>True if it succeeded, False if not. </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g9babe72a16d6fd80b9f138ca6fb7a379"></a><!-- doxytag: member="laymanapi.c::laymanAPIFree" ref="g9babe72a16d6fd80b9f138ca6fb7a379" args="(LaymanAPI *l)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void laymanAPIFree           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Frees a <a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> object from memory 
+</div>
+</div><p>
+<a class="anchor" name="gf5e1d733f389f845e594c25b99706415"></a><!-- doxytag: member="laymanapi.c::laymanAPIGetAllInfo" ref="gf5e1d733f389f845e594c25b99706415" args="(LaymanAPI *l, const char *overlay)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_overlay_info.html">OverlayInfo</a>* laymanAPIGetAllInfo           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>overlay</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Get all information from an overlay. This function fills every fields but the text field of the <a class="el" href="struct_overlay_info.html">OverlayInfo</a> structure.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>overlay</em>&nbsp;</td><td>the overlay name to get info from</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>NULL if it fails, an <a class="el" href="struct_overlay_info.html">OverlayInfo</a> struct if not. </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g2e04f8103171790be61f092078fea8ff"></a><!-- doxytag: member="laymanapi.c::laymanAPIGetAllInfoList" ref="g2e04f8103171790be61f092078fea8ff" args="(LaymanAPI *l, StringList *overlays, OverlayInfo *results)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int laymanAPIGetAllInfoList           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td>
+          <td class="paramname"> <em>overlays</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype"><a class="el" href="struct_overlay_info.html">OverlayInfo</a> *&nbsp;</td>
+          <td class="paramname"> <em>results</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Gives a list of OverlayInfo's from the overaly names found in the overlays <a class="el" href="struct_string_list.html">StringList</a>. results must be allocated and initialized with zeroes.<p>
+If an information is unavailable (no owner email for example), the correpsonding field will stay to NULL<p>
+This function fills every fields but the text field of the <a class="el" href="struct_overlay_info.html">OverlayInfo</a> structure.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>overlays</em>&nbsp;</td><td>the list of overlays to get information from </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>results</em>&nbsp;</td><td>a pointer to a table of <a class="el" href="struct_overlay_info.html">OverlayInfo</a> structures</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>the number of <a class="el" href="struct_overlay_info.html">OverlayInfo</a> structures filled. </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="gb5def5ffed71eadc0b49a826905c30e4"></a><!-- doxytag: member="laymanapi.c::laymanAPIGetAvailable" ref="gb5def5ffed71eadc0b49a826905c30e4" args="(LaymanAPI *l, int reload)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_string_list.html">StringList</a>* laymanAPIGetAvailable           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">int&nbsp;</td>
+          <td class="paramname"> <em>reload</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Returns a list of the available overlays.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>l</em>&nbsp;</td><td>the <a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> object. </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>reload</em>&nbsp;</td><td>if True, reloads the list</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of available overlays </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="ge97d530a816f7da28be35eb20a8ab22d"></a><!-- doxytag: member="laymanapi.c::laymanAPIGetInfoStr" ref="ge97d530a816f7da28be35eb20a8ab22d" args="(LaymanAPI *l, const char *overlay)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_overlay_info.html">OverlayInfo</a>* laymanAPIGetInfoStr           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>overlay</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Provided for convenience, this function get the information for only 1 overlay.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>overlay</em>&nbsp;</td><td>the overlay name to get info from</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>NULL if it fails, an <a class="el" href="struct_overlay_info.html">OverlayInfo</a> struct if not. </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="gcdc26d10e9faf847996c3ae3295c48b7"></a><!-- doxytag: member="laymanapi.c::laymanAPIGetInfoStrList" ref="gcdc26d10e9faf847996c3ae3295c48b7" args="(LaymanAPI *l, StringList *overlays, OverlayInfo *results)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int laymanAPIGetInfoStrList           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td>
+          <td class="paramname"> <em>overlays</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype"><a class="el" href="struct_overlay_info.html">OverlayInfo</a> *&nbsp;</td>
+          <td class="paramname"> <em>results</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Gets the information from the overlays given in the <a class="el" href="struct_string_list.html">StringList</a> overlays. The results are stored in the results table which must be initialized with N structures, N being the number of overlays in the overlays <a class="el" href="struct_string_list.html">StringList</a>. This function fills the name, text, supported and official fields of the <a class="el" href="struct_overlay_info.html">OverlayInfo</a> structure.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>overlays</em>&nbsp;</td><td>the list of overlays to get information from </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>results</em>&nbsp;</td><td>a pointer to a table of <a class="el" href="struct_overlay_info.html">OverlayInfo</a> structures</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>the number of results structures that have been filled </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g87060319cb5448e8776f5b2b960c12eb"></a><!-- doxytag: member="laymanapi.c::laymanAPIGetInstalled" ref="g87060319cb5448e8776f5b2b960c12eb" args="(LaymanAPI *l, int reload)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_string_list.html">StringList</a>* laymanAPIGetInstalled           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">int&nbsp;</td>
+          <td class="paramname"> <em>reload</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Returns a list of the installed overlays.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>l</em>&nbsp;</td><td>the <a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> object. </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>reload</em>&nbsp;</td><td>if True, reloads the list</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of installed overlays </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g9cc093b2c4e423cd16c2b0fb9b5ef3c6"></a><!-- doxytag: member="laymanapi.c::laymanAPIIsInstalled" ref="g9cc093b2c4e423cd16c2b0fb9b5ef3c6" args="(LaymanAPI *l, const char *repo)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int laymanAPIIsInstalled           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>repo</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Check if the given string is a valid and installed repository<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>l</em>&nbsp;</td><td>the <a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> object. </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>repo</em>&nbsp;</td><td>the repository to be checked.</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>True if the repository is valid and installed, False if not </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g565dbbf32dcbaa175bb9d3038c079725"></a><!-- doxytag: member="laymanapi.c::laymanAPIIsRepo" ref="g565dbbf32dcbaa175bb9d3038c079725" args="(LaymanAPI *l, const char *repo)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int laymanAPIIsRepo           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>repo</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Check if the given string is a valid repository<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>l</em>&nbsp;</td><td>the <a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> object. </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>repo</em>&nbsp;</td><td>the repository to be checked.</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>True if the repository is valid, False if not </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g23f91e7730d5cdd000a53debc6854b10"></a><!-- doxytag: member="laymanapi.c::laymanAPISync" ref="g23f91e7730d5cdd000a53debc6854b10" args="(LaymanAPI *l, const char *overlay, int verbose)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int laymanAPISync           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>overlay</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">int&nbsp;</td>
+          <td class="paramname"> <em>verbose</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Syncs an overlay.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>overlay</em>&nbsp;</td><td>The name of the overlay to sync </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>verbose</em>&nbsp;</td><td>if True, the output will be more verbose.</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>True if it succeeded, False if not. </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="gc9e16e85ef3f86b8f325dcb63e30403f"></a><!-- doxytag: member="laymanapi.c::overlayInfoFree" ref="gc9e16e85ef3f86b8f325dcb63e30403f" args="(OverlayInfo oi)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void overlayInfoFree           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_overlay_info.html">OverlayInfo</a>&nbsp;</td>
+          <td class="paramname"> <em>oi</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/group__layman__base.html b/doc/html/group__layman__base.html
new file mode 100644
index 0000000..661aaa7
--- /dev/null
+++ b/doc/html/group__layman__base.html
@@ -0,0 +1,77 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Layman base</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>Layman base</h1>Layman Base functions.  
+<a href="#_details">More...</a>
+<p>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__base.html#gfc008da53a8f313353af7c53e47b26ad">laymanInit</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__base.html#g57bee932284700150df37b151c8bcf50">laymanFinalize</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Layman Base functions. 
+<p>
+These functions are used when you want to begin or end using the library. <hr><h2>Function Documentation</h2>
+<a class="anchor" name="g57bee932284700150df37b151c8bcf50"></a><!-- doxytag: member="interpreter.c::laymanFinalize" ref="g57bee932284700150df37b151c8bcf50" args="()" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void laymanFinalize           </td>
+          <td>(</td>
+          <td class="paramname">          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Call this function when you're done using the library. It will free memory. 
+</div>
+</div><p>
+<a class="anchor" name="gfc008da53a8f313353af7c53e47b26ad"></a><!-- doxytag: member="interpreter.c::laymanInit" ref="gfc008da53a8f313353af7c53e47b26ad" args="()" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void laymanInit           </td>
+          <td>(</td>
+          <td class="paramname">          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+This is the first function that must be called before using the library. It initializes the Python interpreter. 
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/group__message.html b/doc/html/group__message.html
new file mode 100644
index 0000000..ffe8be9
--- /dev/null
+++ b/doc/html/group__message.html
@@ -0,0 +1,449 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Message</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>Message</h1>Debug message management.  
+<a href="#_details">More...</a>
+<p>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_message.html">Message</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g71549e9f908d468258f2e257655df858">messageCreate</a> (const char *module, FILE *out, FILE *err, FILE *dbg)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g7d64c094c067c51ac35e8c94ffd4717d">messageSetDebugLevel</a> (<a class="el" href="struct_message.html">Message</a> *m, int debug_level)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#gd72f800527b2f7271e1ad8138d73356a">messageSetDebugVerbosity</a> (<a class="el" href="struct_message.html">Message</a> *m, int debug_verbosity)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#gf320a2e540a2f038336e38514ca2efa2">messageSetInfoLevel</a> (<a class="el" href="struct_message.html">Message</a> *m, int info_level)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g855a6fb93be9d27d27aa0601d257398c">messageSetWarnLevel</a> (<a class="el" href="struct_message.html">Message</a> *m, int warn_level)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g11f689d4d1d1ad36dd83dcea1302a558">messageSetColorsOn</a> (<a class="el" href="struct_message.html">Message</a> *m)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#gfb1dffe72803a80dc62a029b383dd461">messageSetColorsOff</a> (<a class="el" href="struct_message.html">Message</a> *m)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#gb8f6a4ef59dd9839df9d3113f78ef894">messageSetDebugMethods</a> (<a class="el" href="struct_message.html">Message</a> *m, const char *mth)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g92bf48088ee4b4a5024002d82f48256a">messageSetDebugClasses</a> (<a class="el" href="struct_message.html">Message</a> *m, const char *cla)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g3bef935449187c338f607ed29866c4e3">messageSetDebugVariables</a> (<a class="el" href="struct_message.html">Message</a> *m, const char *var)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g5faf9665b84f817233ca8dad4dbe9004">messageFree</a> (<a class="el" href="struct_message.html">Message</a> *m)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g2818a4e60e36b681acfa7a7f5ef39b2e">_messageObject</a> (<a class="el" href="struct_message.html">Message</a> *m)</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Debug message management. 
+<p>
+This class relays all debug messages to the given files and set different debug levels. <hr><h2>Function Documentation</h2>
+<a class="anchor" name="g2818a4e60e36b681acfa7a7f5ef39b2e"></a><!-- doxytag: member="message.c::_messageObject" ref="g2818a4e60e36b681acfa7a7f5ef39b2e" args="(Message *m)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">PyObject* _messageObject           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td>
+          <td class="paramname"> <em>m</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="g71549e9f908d468258f2e257655df858"></a><!-- doxytag: member="message.c::messageCreate" ref="g71549e9f908d468258f2e257655df858" args="(const char *module, FILE *out, FILE *err, FILE *dbg)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_message.html">Message</a>* messageCreate           </td>
+          <td>(</td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>module</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">FILE *&nbsp;</td>
+          <td class="paramname"> <em>out</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">FILE *&nbsp;</td>
+          <td class="paramname"> <em>err</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">FILE *&nbsp;</td>
+          <td class="paramname"> <em>dbg</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Creates a <a class="el" href="struct_message.html">Message</a> instance with default values. To modify those values, use the corresponding functions.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>module</em>&nbsp;</td><td>the module to debug. If you don't know, set "layman" </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>out</em>&nbsp;</td><td>where to write info </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>err</em>&nbsp;</td><td>where to write errors </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>dbg</em>&nbsp;</td><td>where to write debug information</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>a new instance of a <a class="el" href="struct_message.html">Message</a> object. It must be freed with <a class="el" href="group__message.html#g5faf9665b84f817233ca8dad4dbe9004">messageFree()</a> </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g5faf9665b84f817233ca8dad4dbe9004"></a><!-- doxytag: member="message.c::messageFree" ref="g5faf9665b84f817233ca8dad4dbe9004" args="(Message *m)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void messageFree           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td>
+          <td class="paramname"> <em>m</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Frees a message structure. 
+</div>
+</div><p>
+<a class="anchor" name="gfb1dffe72803a80dc62a029b383dd461"></a><!-- doxytag: member="message.c::messageSetColorsOff" ref="gfb1dffe72803a80dc62a029b383dd461" args="(Message *m)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int messageSetColorsOff           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td>
+          <td class="paramname"> <em>m</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Deactivates colors in the output<p>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>1 on success, 0 on failure </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g11f689d4d1d1ad36dd83dcea1302a558"></a><!-- doxytag: member="message.c::messageSetColorsOn" ref="g11f689d4d1d1ad36dd83dcea1302a558" args="(Message *m)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int messageSetColorsOn           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td>
+          <td class="paramname"> <em>m</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Activates colors in the output<p>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>1 on success, 0 on failure </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g92bf48088ee4b4a5024002d82f48256a"></a><!-- doxytag: member="message.c::messageSetDebugClasses" ref="g92bf48088ee4b4a5024002d82f48256a" args="(Message *m, const char *cla)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int messageSetDebugClasses           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td>
+          <td class="paramname"> <em>m</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>cla</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Sets the classes to be debugged.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>mth</em>&nbsp;</td><td>the list of classes to be debugged, separated by comas</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>1 on success, 0 on failure </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g7d64c094c067c51ac35e8c94ffd4717d"></a><!-- doxytag: member="message.c::messageSetDebugLevel" ref="g7d64c094c067c51ac35e8c94ffd4717d" args="(Message *m, int debug_level)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int messageSetDebugLevel           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td>
+          <td class="paramname"> <em>m</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">int&nbsp;</td>
+          <td class="paramname"> <em>debug_level</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Set the debug level.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>debug_level</em>&nbsp;</td><td>the debug level</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>True on success, False on failure. </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="gb8f6a4ef59dd9839df9d3113f78ef894"></a><!-- doxytag: member="message.c::messageSetDebugMethods" ref="gb8f6a4ef59dd9839df9d3113f78ef894" args="(Message *m, const char *mth)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int messageSetDebugMethods           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td>
+          <td class="paramname"> <em>m</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>mth</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Sets the methods to be debugged.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>mth</em>&nbsp;</td><td>the list of methods to be debugged, separated by comas</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>1 on success, 0 on failure </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g3bef935449187c338f607ed29866c4e3"></a><!-- doxytag: member="message.c::messageSetDebugVariables" ref="g3bef935449187c338f607ed29866c4e3" args="(Message *m, const char *var)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int messageSetDebugVariables           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td>
+          <td class="paramname"> <em>m</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>var</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Sets the variables to be debugged.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>mth</em>&nbsp;</td><td>the list of variables to be debugged, separated by comas</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>1 on success, 0 on failure </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="gd72f800527b2f7271e1ad8138d73356a"></a><!-- doxytag: member="message.c::messageSetDebugVerbosity" ref="gd72f800527b2f7271e1ad8138d73356a" args="(Message *m, int debug_verbosity)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int messageSetDebugVerbosity           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td>
+          <td class="paramname"> <em>m</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">int&nbsp;</td>
+          <td class="paramname"> <em>debug_verbosity</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Set the debug verbosity.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>debug_verbosity</em>&nbsp;</td><td>the debug verbosity</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>True on success, False on failure. </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="gf320a2e540a2f038336e38514ca2efa2"></a><!-- doxytag: member="message.c::messageSetInfoLevel" ref="gf320a2e540a2f038336e38514ca2efa2" args="(Message *m, int info_level)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int messageSetInfoLevel           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td>
+          <td class="paramname"> <em>m</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">int&nbsp;</td>
+          <td class="paramname"> <em>info_level</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Set the info level.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>info_level</em>&nbsp;</td><td>the info level</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>True on success, False on failure. </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g855a6fb93be9d27d27aa0601d257398c"></a><!-- doxytag: member="message.c::messageSetWarnLevel" ref="g855a6fb93be9d27d27aa0601d257398c" args="(Message *m, int warn_level)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int messageSetWarnLevel           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td>
+          <td class="paramname"> <em>m</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">int&nbsp;</td>
+          <td class="paramname"> <em>warn_level</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Set the warning level.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>warn_level</em>&nbsp;</td><td>the warning level</td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>True on success, False on failure. </dd></dl>
+
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/group__string__list.html b/doc/html/group__string__list.html
new file mode 100644
index 0000000..f6b3402
--- /dev/null
+++ b/doc/html/group__string__list.html
@@ -0,0 +1,247 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: StringList</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>StringList</h1>String list management class.  
+<a href="#_details">More...</a>
+<p>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_string_list.html">StringList</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#gafedcfd6148313464f9aab9c08f87989">stringListCreate</a> (size_t len)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g28cd2d1037d735a5ac3275897b0c2065">stringListInsertAt</a> (<a class="el" href="struct_string_list.html">StringList</a> *l, unsigned int pos, char *str)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g307b9dca62828cbfe5c163d327f01806">stringListCount</a> (<a class="el" href="struct_string_list.html">StringList</a> *l)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g43bc91c5da9f06e7c972c8f04b3a99c2">stringListGetAt</a> (<a class="el" href="struct_string_list.html">StringList</a> *l, unsigned int pos)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g3ed6624cf1e5f944068f803964be6c95">stringListPrint</a> (<a class="el" href="struct_string_list.html">StringList</a> *list)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#ged41020feb3f2b869647cc280b493cb3">stringListFree</a> (<a class="el" href="struct_string_list.html">StringList</a> *list)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g52128fb831cc1a4643950bbc2ec31391">listToCList</a> (PyObject *list)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g2433a3f25f9fd7950892807717b8e0bd">cListToPyList</a> (<a class="el" href="struct_string_list.html">StringList</a> *list)</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+String list management class. <hr><h2>Function Documentation</h2>
+<a class="anchor" name="g2433a3f25f9fd7950892807717b8e0bd"></a><!-- doxytag: member="stringlist.c::cListToPyList" ref="g2433a3f25f9fd7950892807717b8e0bd" args="(StringList *list)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">PyObject* cListToPyList           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td>
+          <td class="paramname"> <em>list</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Converts a C String list to a Python List object 
+</div>
+</div><p>
+<a class="anchor" name="g52128fb831cc1a4643950bbc2ec31391"></a><!-- doxytag: member="stringlist.c::listToCList" ref="g52128fb831cc1a4643950bbc2ec31391" args="(PyObject *list)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_string_list.html">StringList</a>* listToCList           </td>
+          <td>(</td>
+          <td class="paramtype">PyObject *&nbsp;</td>
+          <td class="paramname"> <em>list</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+<h2><a class="anchor" name="internal">
+internal</a></h2>
+Converts a Python list object to a C String list 
+</div>
+</div><p>
+<a class="anchor" name="g307b9dca62828cbfe5c163d327f01806"></a><!-- doxytag: member="stringlist.c::stringListCount" ref="g307b9dca62828cbfe5c163d327f01806" args="(StringList *l)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">unsigned int stringListCount           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Get the number of strings in the list.<p>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>the number of strings in the list </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="gafedcfd6148313464f9aab9c08f87989"></a><!-- doxytag: member="stringlist.c::stringListCreate" ref="gafedcfd6148313464f9aab9c08f87989" args="(size_t len)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_string_list.html">StringList</a>* stringListCreate           </td>
+          <td>(</td>
+          <td class="paramtype">size_t&nbsp;</td>
+          <td class="paramname"> <em>len</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Creates a String list to use with the library. <dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>len</em>&nbsp;</td><td>the number of strings in the list. </td></tr>
+  </table>
+</dl>
+
+</div>
+</div><p>
+<a class="anchor" name="ged41020feb3f2b869647cc280b493cb3"></a><!-- doxytag: member="stringlist.c::stringListFree" ref="ged41020feb3f2b869647cc280b493cb3" args="(StringList *list)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void stringListFree           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td>
+          <td class="paramname"> <em>list</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Frees a string list and it's data 
+</div>
+</div><p>
+<a class="anchor" name="g43bc91c5da9f06e7c972c8f04b3a99c2"></a><!-- doxytag: member="stringlist.c::stringListGetAt" ref="g43bc91c5da9f06e7c972c8f04b3a99c2" args="(StringList *l, unsigned int pos)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">char* stringListGetAt           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">unsigned int&nbsp;</td>
+          <td class="paramname"> <em>pos</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Get the String at position pos <dl class="return" compact><dt><b>Returns:</b></dt><dd>the String at position pos </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g28cd2d1037d735a5ac3275897b0c2065"></a><!-- doxytag: member="stringlist.c::stringListInsertAt" ref="g28cd2d1037d735a5ac3275897b0c2065" args="(StringList *l, unsigned int pos, char *str)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int stringListInsertAt           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">unsigned int&nbsp;</td>
+          <td class="paramname"> <em>pos</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">char *&nbsp;</td>
+          <td class="paramname"> <em>str</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Inserts the string str in the list l at position pos. <dl class="return" compact><dt><b>Returns:</b></dt><dd>True if it succeeded, False if not. </dd></dl>
+
+</div>
+</div><p>
+<a class="anchor" name="g3ed6624cf1e5f944068f803964be6c95"></a><!-- doxytag: member="stringlist.c::stringListPrint" ref="g3ed6624cf1e5f944068f803964be6c95" args="(StringList *list)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void stringListPrint           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td>
+          <td class="paramname"> <em>list</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Prints a C String list. 
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/index.html b/doc/html/index.html
new file mode 100644
index 0000000..07da197
--- /dev/null
+++ b/doc/html/index.html
@@ -0,0 +1,26 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Main Page</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li class="current"><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>C-Layman Documentation</h1>
+<p>
+<h3 align="center">9999 </h3></div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/internal_8h-source.html b/doc/html/internal_8h-source.html
new file mode 100644
index 0000000..8b2dc7b
--- /dev/null
+++ b/doc/html/internal_8h-source.html
@@ -0,0 +1,49 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/internal.h Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+<h1>/home/detlev/src/c-layman/src/internal.h</h1><a href="internal_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef INTERNAL_H</span>
+<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define INTERNAL_H</span>
+<a name="l00003"></a>00003 <span class="preprocessor"></span>
+<a name="l00004"></a>00004 <span class="preprocessor">#include &lt;Python.h&gt;</span>
+<a name="l00005"></a>00005 <span class="preprocessor">#include "<a class="code" href="stringlist_8h.html">stringlist.h</a>"</span>
+<a name="l00006"></a>00006 <span class="preprocessor">#include "<a class="code" href="dict_8h.html">dict.h</a>"</span>
+<a name="l00007"></a>00007 <span class="preprocessor">#include "<a class="code" href="config_8h.html">config.h</a>"</span>
+<a name="l00008"></a>00008 <span class="preprocessor">#include "<a class="code" href="message_8h.html">message.h</a>"</span>
+<a name="l00009"></a>00009 
+<a name="l00010"></a>00010 PyObject*       <a class="code" href="internal_8h.html#9290c75e7cec9550e6d5de56e87d4efb">executeFunction</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *module, <span class="keyword">const</span> <span class="keywordtype">char</span> *funcName, <span class="keyword">const</span> <span class="keywordtype">char</span>* format, ...);
+<a name="l00011"></a>00011 
+<a name="l00012"></a>00012 PyObject*       <a class="code" href="group__config.html#gb54f7fb79ed1ddc05112c1c2c43f7ca3">_bareConfigObject</a>(<a class="code" href="struct_bare_config.html">BareConfig</a>*);
+<a name="l00013"></a>00013 
+<a name="l00014"></a>00014 PyObject*       <a class="code" href="group__message.html#g2818a4e60e36b681acfa7a7f5ef39b2e">_messageObject</a>(<a class="code" href="struct_message.html">Message</a>* m);
+<a name="l00015"></a>00015 
+<a name="l00016"></a>00016 <a class="code" href="struct_string_list.html">StringList</a>*     <a class="code" href="group__string__list.html#g52128fb831cc1a4643950bbc2ec31391">listToCList</a>(PyObject* list);
+<a name="l00017"></a>00017 PyObject*       <a class="code" href="group__string__list.html#g2433a3f25f9fd7950892807717b8e0bd">cListToPyList</a>(<a class="code" href="struct_string_list.html">StringList</a>*);
+<a name="l00018"></a>00018 
+<a name="l00019"></a>00019 PyObject*       <a class="code" href="dict_8c.html#36485c70c155d31dd0fca6a36f4ab324">dictToPyDict</a>(<a class="code" href="struct_dict.html">Dict</a> *dict);
+<a name="l00020"></a>00020 
+<a name="l00021"></a>00021 <span class="preprocessor">#endif</span>
+</pre></div></div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/internal_8h.html b/doc/html/internal_8h.html
new file mode 100644
index 0000000..68b3d35
--- /dev/null
+++ b/doc/html/internal_8h.html
@@ -0,0 +1,115 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/internal.h File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/internal.h File Reference</h1><code>#include &lt;Python.h&gt;</code><br>
+<code>#include &quot;<a class="el" href="stringlist_8h-source.html">stringlist.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="dict_8h-source.html">dict.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="config_8h-source.html">config.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="message_8h-source.html">message.h</a>&quot;</code><br>
+
+<p>
+<a href="internal_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="internal_8h.html#9290c75e7cec9550e6d5de56e87d4efb">executeFunction</a> (const char *module, const char *funcName, const char *format,...)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html#gb54f7fb79ed1ddc05112c1c2c43f7ca3">_bareConfigObject</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g2818a4e60e36b681acfa7a7f5ef39b2e">_messageObject</a> (<a class="el" href="struct_message.html">Message</a> *m)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g52128fb831cc1a4643950bbc2ec31391">listToCList</a> (PyObject *list)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g2433a3f25f9fd7950892807717b8e0bd">cListToPyList</a> (<a class="el" href="struct_string_list.html">StringList</a> *)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="internal_8h.html#36485c70c155d31dd0fca6a36f4ab324">dictToPyDict</a> (<a class="el" href="struct_dict.html">Dict</a> *dict)</td></tr>
+
+</table>
+<hr><h2>Function Documentation</h2>
+<a class="anchor" name="36485c70c155d31dd0fca6a36f4ab324"></a><!-- doxytag: member="internal.h::dictToPyDict" ref="36485c70c155d31dd0fca6a36f4ab324" args="(Dict *dict)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">PyObject* dictToPyDict           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_dict.html">Dict</a> *&nbsp;</td>
+          <td class="paramname"> <em>dict</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="9290c75e7cec9550e6d5de56e87d4efb"></a><!-- doxytag: member="internal.h::executeFunction" ref="9290c75e7cec9550e6d5de56e87d4efb" args="(const char *module, const char *funcName, const char *format,...)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">PyObject* executeFunction           </td>
+          <td>(</td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>module</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>funcName</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>format</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">&nbsp;</td>
+          <td class="paramname"> <em>...</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/interpreter_8c.html b/doc/html/interpreter_8c.html
new file mode 100644
index 0000000..b251e82
--- /dev/null
+++ b/doc/html/interpreter_8c.html
@@ -0,0 +1,248 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/interpreter.c File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/interpreter.c File Reference</h1><code>#include &lt;Python.h&gt;</code><br>
+<code>#include &lt;stdio.h&gt;</code><br>
+<code>#include &lt;string.h&gt;</code><br>
+<code>#include &quot;<a class="el" href="interpreter_8h-source.html">interpreter.h</a>&quot;</code><br>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_py_object_list_elem.html">PyObjectListElem</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_py_object_list.html">PyObjectList</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_interpreter.html">Interpreter</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_py_object_list.html">PyObjectList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interpreter_8c.html#103af977889ad63e2c491ed390526ab8">createObjectList</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interpreter_8c.html#96970ed018f053438414d104e18a33bd">insert</a> (<a class="el" href="struct_py_object_list.html">PyObjectList</a> *list, PyObject *object)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interpreter_8c.html#c52ba6d9c3149b75ed00507282fe71be">moduleNamed</a> (const char *name, <a class="el" href="struct_py_object_list.html">PyObjectList</a> *list)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interpreter_8c.html#a712cb50c71ae7425f4b487a0a70c821">listCount</a> (<a class="el" href="struct_py_object_list.html">PyObjectList</a> *list)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interpreter_8c.html#bbccff116c9a42b2ab7c0a684f1f38c8">freeList</a> (<a class="el" href="struct_py_object_list.html">PyObjectList</a> *list, int deref)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__base.html#gfc008da53a8f313353af7c53e47b26ad">laymanInit</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__base.html#g57bee932284700150df37b151c8bcf50">laymanFinalize</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interpreter_8c.html#9290c75e7cec9550e6d5de56e87d4efb">executeFunction</a> (const char *module, const char *funcName, const char *format,...)</td></tr>
+
+<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="struct_interpreter.html">Interpreter</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interpreter_8c.html#b9a00f5a257480ac6e518f77efb10596">in</a></td></tr>
+
+</table>
+<hr><h2>Function Documentation</h2>
+<a class="anchor" name="103af977889ad63e2c491ed390526ab8"></a><!-- doxytag: member="interpreter.c::createObjectList" ref="103af977889ad63e2c491ed390526ab8" args="()" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_py_object_list.html">PyObjectList</a>* createObjectList           </td>
+          <td>(</td>
+          <td class="paramname">          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="9290c75e7cec9550e6d5de56e87d4efb"></a><!-- doxytag: member="interpreter.c::executeFunction" ref="9290c75e7cec9550e6d5de56e87d4efb" args="(const char *module, const char *funcName, const char *format,...)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">PyObject* executeFunction           </td>
+          <td>(</td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>module</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>funcName</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>format</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">&nbsp;</td>
+          <td class="paramname"> <em>...</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="bbccff116c9a42b2ab7c0a684f1f38c8"></a><!-- doxytag: member="interpreter.c::freeList" ref="bbccff116c9a42b2ab7c0a684f1f38c8" args="(PyObjectList *list, int deref)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void freeList           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_py_object_list.html">PyObjectList</a> *&nbsp;</td>
+          <td class="paramname"> <em>list</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">int&nbsp;</td>
+          <td class="paramname"> <em>deref</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="96970ed018f053438414d104e18a33bd"></a><!-- doxytag: member="interpreter.c::insert" ref="96970ed018f053438414d104e18a33bd" args="(PyObjectList *list, PyObject *object)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void insert           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_py_object_list.html">PyObjectList</a> *&nbsp;</td>
+          <td class="paramname"> <em>list</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">PyObject *&nbsp;</td>
+          <td class="paramname"> <em>object</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="a712cb50c71ae7425f4b487a0a70c821"></a><!-- doxytag: member="interpreter.c::listCount" ref="a712cb50c71ae7425f4b487a0a70c821" args="(PyObjectList *list)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int listCount           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_py_object_list.html">PyObjectList</a> *&nbsp;</td>
+          <td class="paramname"> <em>list</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="c52ba6d9c3149b75ed00507282fe71be"></a><!-- doxytag: member="interpreter.c::moduleNamed" ref="c52ba6d9c3149b75ed00507282fe71be" args="(const char *name, PyObjectList *list)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">PyObject* moduleNamed           </td>
+          <td>(</td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>name</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype"><a class="el" href="struct_py_object_list.html">PyObjectList</a> *&nbsp;</td>
+          <td class="paramname"> <em>list</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<hr><h2>Variable Documentation</h2>
+<a class="anchor" name="b9a00f5a257480ac6e518f77efb10596"></a><!-- doxytag: member="interpreter.c::in" ref="b9a00f5a257480ac6e518f77efb10596" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">struct <a class="el" href="struct_interpreter.html">Interpreter</a> * <a class="el" href="interpreter_8c.html#b9a00f5a257480ac6e518f77efb10596">in</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/interpreter_8h-source.html b/doc/html/interpreter_8h-source.html
new file mode 100644
index 0000000..20a86fc
--- /dev/null
+++ b/doc/html/interpreter_8h-source.html
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/interpreter.h Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+<h1>/home/detlev/src/c-layman/src/interpreter.h</h1><a href="interpreter_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef INTERPRETER_H</span>
+<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define INTERPRETER_H</span>
+<a name="l00003"></a>00003 <span class="preprocessor"></span>
+<a name="l00004"></a>00004 <span class="keywordtype">void</span>            <a class="code" href="group__layman__base.html#gfc008da53a8f313353af7c53e47b26ad">laymanInit</a>();
+<a name="l00005"></a>00005 <span class="keywordtype">void</span>            <a class="code" href="group__layman__base.html#g57bee932284700150df37b151c8bcf50">laymanFinalize</a>();
+<a name="l00006"></a>00006 
+<a name="l00007"></a>00007 <span class="preprocessor">#endif</span>
+</pre></div></div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/interpreter_8h.html b/doc/html/interpreter_8h.html
new file mode 100644
index 0000000..1fceac2
--- /dev/null
+++ b/doc/html/interpreter_8h.html
@@ -0,0 +1,40 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/interpreter.h File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/interpreter.h File Reference</h1>
+<p>
+<a href="interpreter_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__base.html#gfc008da53a8f313353af7c53e47b26ad">laymanInit</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__base.html#g57bee932284700150df37b151c8bcf50">laymanFinalize</a> ()</td></tr>
+
+</table>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/layman_8h-source.html b/doc/html/layman_8h-source.html
new file mode 100644
index 0000000..dab9a11
--- /dev/null
+++ b/doc/html/layman_8h-source.html
@@ -0,0 +1,39 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/layman.h Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+<h1>/home/detlev/src/c-layman/src/layman.h</h1><a href="layman_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef LAYMAN_H</span>
+<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define LAYMAN_H</span>
+<a name="l00003"></a>00003 <span class="preprocessor"></span>
+<a name="l00004"></a>00004 <span class="preprocessor">#include "<a class="code" href="laymanapi_8h.html">laymanapi.h</a>"</span>
+<a name="l00005"></a>00005 <span class="preprocessor">#include "<a class="code" href="message_8h.html">message.h</a>"</span>
+<a name="l00006"></a>00006 <span class="preprocessor">#include "<a class="code" href="stringlist_8h.html">stringlist.h</a>"</span>
+<a name="l00007"></a>00007 <span class="preprocessor">#include "<a class="code" href="config_8h.html">config.h</a>"</span>
+<a name="l00008"></a>00008 <span class="preprocessor">#include "<a class="code" href="dict_8h.html">dict.h</a>"</span>
+<a name="l00009"></a>00009 <span class="preprocessor">#include "<a class="code" href="interpreter_8h.html">interpreter.h</a>"</span>
+<a name="l00010"></a>00010 
+<a name="l00011"></a>00011 <span class="preprocessor">#endif</span>
+</pre></div></div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/layman_8h.html b/doc/html/layman_8h.html
new file mode 100644
index 0000000..e12da33
--- /dev/null
+++ b/doc/html/layman_8h.html
@@ -0,0 +1,41 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/layman.h File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/layman.h File Reference</h1><code>#include &quot;<a class="el" href="laymanapi_8h-source.html">laymanapi.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="message_8h-source.html">message.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="stringlist_8h-source.html">stringlist.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="config_8h-source.html">config.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="dict_8h-source.html">dict.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="interpreter_8h-source.html">interpreter.h</a>&quot;</code><br>
+
+<p>
+<a href="layman_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+</table>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/laymanapi_8c.html b/doc/html/laymanapi_8c.html
new file mode 100644
index 0000000..a62bd7a
--- /dev/null
+++ b/doc/html/laymanapi_8c.html
@@ -0,0 +1,74 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/laymanapi.c File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/laymanapi.c File Reference</h1><code>#include &lt;Python.h&gt;</code><br>
+<code>#include &quot;<a class="el" href="internal_8h-source.html">internal.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="laymanapi_8h-source.html">laymanapi.h</a>&quot;</code><br>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gc1ae8bdf47eca0cea7bb8e7f3147cded">laymanAPICreate</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *config, int report_error, int output)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g565dbbf32dcbaa175bb9d3038c079725">laymanAPIIsRepo</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *repo)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g9cc093b2c4e423cd16c2b0fb9b5ef3c6">laymanAPIIsInstalled</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *repo)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gb5def5ffed71eadc0b49a826905c30e4">laymanAPIGetAvailable</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, int reload)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g87060319cb5448e8776f5b2b960c12eb">laymanAPIGetInstalled</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, int reload)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g23f91e7730d5cdd000a53debc6854b10">laymanAPISync</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *overlay, int verbose)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g8fbe3095011d998bf0bfe8aab46f2009">laymanAPIFetchRemoteList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gcdc26d10e9faf847996c3ae3295c48b7">laymanAPIGetInfoStrList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, <a class="el" href="struct_string_list.html">StringList</a> *overlays, <a class="el" href="struct_overlay_info.html">OverlayInfo</a> *results)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_overlay_info.html">OverlayInfo</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#ge97d530a816f7da28be35eb20a8ab22d">laymanAPIGetInfoStr</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *overlay)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_overlay_info.html">OverlayInfo</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gf5e1d733f389f845e594c25b99706415">laymanAPIGetAllInfo</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *overlay)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g2e04f8103171790be61f092078fea8ff">laymanAPIGetAllInfoList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, <a class="el" href="struct_string_list.html">StringList</a> *overlays, <a class="el" href="struct_overlay_info.html">OverlayInfo</a> *results)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g8ea2f5e93d017bd0ac40a745d4dc2219">laymanAPIAddRepo</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *repo)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gb090e78aaf388d85ea79db19991c5e65">laymanAPIAddRepoList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, <a class="el" href="struct_string_list.html">StringList</a> *repos)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#ge5227c228a1c4a2a18a674bca298c331">laymanAPIDeleteRepo</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *repo)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g0cd008dbdec709f24a3b88fefdfe3796">laymanAPIDeleteRepoList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, <a class="el" href="struct_string_list.html">StringList</a> *repos)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g9babe72a16d6fd80b9f138ca6fb7a379">laymanAPIFree</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gc9e16e85ef3f86b8f325dcb63e30403f">overlayInfoFree</a> (<a class="el" href="struct_overlay_info.html">OverlayInfo</a> oi)</td></tr>
+
+</table>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/laymanapi_8h-source.html b/doc/html/laymanapi_8h-source.html
new file mode 100644
index 0000000..6f8d7cf
--- /dev/null
+++ b/doc/html/laymanapi_8h-source.html
@@ -0,0 +1,73 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/laymanapi.h Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+<h1>/home/detlev/src/c-layman/src/laymanapi.h</h1><a href="laymanapi_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef LAYMAN_API_H</span>
+<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define LAYMAN_API_H</span>
+<a name="l00003"></a>00003 <span class="preprocessor"></span>
+<a name="l00004"></a>00004 <span class="preprocessor">#include "<a class="code" href="config_8h.html">config.h</a>"</span>
+<a name="l00005"></a>00005 <span class="preprocessor">#include "<a class="code" href="stringlist_8h.html">stringlist.h</a>"</span>
+<a name="l00006"></a>00006 
+<a name="l00007"></a><a class="code" href="laymanapi_8h.html#849e611fede037e0249899e0999f2de4">00007</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a> <a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>;
+<a name="l00008"></a>00008 
+<a name="l00012"></a><a class="code" href="struct_overlay_info.html">00012</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct_overlay_info.html">OverlayInfo</a>
+<a name="l00013"></a>00013 {
+<a name="l00014"></a><a class="code" href="struct_overlay_info.html#5ac083a645d964373f022d03df4849c8">00014</a>         <span class="keywordtype">char</span>*           <a class="code" href="struct_overlay_info.html#5ac083a645d964373f022d03df4849c8">name</a>;
+<a name="l00015"></a><a class="code" href="struct_overlay_info.html#5633b1433389cec21ade3811bbe9ca5b">00015</a>         <span class="keywordtype">char</span>*           <a class="code" href="struct_overlay_info.html#5633b1433389cec21ade3811bbe9ca5b">text</a>;
+<a name="l00016"></a><a class="code" href="struct_overlay_info.html#b976d386d27f39e2fbfb07ab5a9a74f4">00016</a>         <span class="keywordtype">char</span>*           <a class="code" href="struct_overlay_info.html#b976d386d27f39e2fbfb07ab5a9a74f4">ownerEmail</a>;
+<a name="l00017"></a><a class="code" href="struct_overlay_info.html#4470dc7453f754e87738462bfede9feb">00017</a>         <span class="keywordtype">char</span>*           <a class="code" href="struct_overlay_info.html#4470dc7453f754e87738462bfede9feb">ownerName</a>;
+<a name="l00018"></a><a class="code" href="struct_overlay_info.html#5bc3413dec9282bb700a1cf1a24235c2">00018</a>         <span class="keywordtype">char</span>*           <a class="code" href="struct_overlay_info.html#5bc3413dec9282bb700a1cf1a24235c2">homepage</a>;
+<a name="l00019"></a><a class="code" href="struct_overlay_info.html#8444d6e0dfe2bbab0b5e7b24308f1559">00019</a>         <span class="keywordtype">char</span>*           <a class="code" href="struct_overlay_info.html#8444d6e0dfe2bbab0b5e7b24308f1559">description</a>;
+<a name="l00020"></a><a class="code" href="struct_overlay_info.html#33d8b4b60c5f2e27c44e1fca9515d237">00020</a>         <span class="keywordtype">char</span>*           <a class="code" href="struct_overlay_info.html#33d8b4b60c5f2e27c44e1fca9515d237">srcType</a>;
+<a name="l00021"></a><a class="code" href="struct_overlay_info.html#fdabd0073bd86d184b408f1ef57e5c4e">00021</a>         <span class="keywordtype">char</span>*           <a class="code" href="struct_overlay_info.html#fdabd0073bd86d184b408f1ef57e5c4e">quality</a>;
+<a name="l00022"></a><a class="code" href="struct_overlay_info.html#cec9ce2df15222151ad66fcb1d74eb9f">00022</a>         <span class="keywordtype">int</span>             <a class="code" href="struct_overlay_info.html#cec9ce2df15222151ad66fcb1d74eb9f">priority</a>;
+<a name="l00023"></a><a class="code" href="struct_overlay_info.html#31254fad8941223b74864ff72eeb5b30">00023</a>         <a class="code" href="struct_string_list.html">StringList</a>*     <a class="code" href="struct_overlay_info.html#31254fad8941223b74864ff72eeb5b30">srcUris</a>;
+<a name="l00024"></a><a class="code" href="struct_overlay_info.html#39ff61d5fdbc3c939eaaae94a1db6e3d">00024</a>         <span class="keywordtype">int</span>             <a class="code" href="struct_overlay_info.html#39ff61d5fdbc3c939eaaae94a1db6e3d">official</a>;
+<a name="l00025"></a><a class="code" href="struct_overlay_info.html#f7d846dfb6ed3e5f62cfddc7b1007228">00025</a>         <span class="keywordtype">int</span>             <a class="code" href="struct_overlay_info.html#f7d846dfb6ed3e5f62cfddc7b1007228">supported</a>;
+<a name="l00026"></a>00026 } <a class="code" href="struct_overlay_info.html">OverlayInfo</a>;
+<a name="l00027"></a>00027 
+<a name="l00036"></a>00036 <a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>*      <a class="code" href="group__layman__api.html#gc1ae8bdf47eca0cea7bb8e7f3147cded">laymanAPICreate</a>(<a class="code" href="struct_bare_config.html">BareConfig</a>* config, <span class="keywordtype">int</span> report_error, <span class="keywordtype">int</span> output);
+<a name="l00037"></a>00037 
+<a name="l00038"></a>00038 <span class="keywordtype">int</span>             <a class="code" href="group__layman__api.html#g565dbbf32dcbaa175bb9d3038c079725">laymanAPIIsRepo</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, <span class="keyword">const</span> <span class="keywordtype">char</span>* repo);
+<a name="l00039"></a>00039 <span class="keywordtype">int</span>             <a class="code" href="group__layman__api.html#g9cc093b2c4e423cd16c2b0fb9b5ef3c6">laymanAPIIsInstalled</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, <span class="keyword">const</span> <span class="keywordtype">char</span>* repo);
+<a name="l00040"></a>00040 <a class="code" href="struct_string_list.html">StringList</a>*     <a class="code" href="group__layman__api.html#gb5def5ffed71eadc0b49a826905c30e4">laymanAPIGetAvailable</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>*, <span class="keywordtype">int</span> reload);
+<a name="l00041"></a>00041 <a class="code" href="struct_string_list.html">StringList</a>*     <a class="code" href="group__layman__api.html#g87060319cb5448e8776f5b2b960c12eb">laymanAPIGetInstalled</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>*, <span class="keywordtype">int</span> reload);
+<a name="l00042"></a>00042 <span class="keywordtype">int</span>             <a class="code" href="group__layman__api.html#g23f91e7730d5cdd000a53debc6854b10">laymanAPISync</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>* l, <span class="keyword">const</span> <span class="keywordtype">char</span>* overlay, <span class="keywordtype">int</span> verbose);
+<a name="l00043"></a>00043 <span class="keywordtype">int</span>             <a class="code" href="group__layman__api.html#g8fbe3095011d998bf0bfe8aab46f2009">laymanAPIFetchRemoteList</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>*);
+<a name="l00044"></a>00044 <span class="keywordtype">int</span>             <a class="code" href="group__layman__api.html#gcdc26d10e9faf847996c3ae3295c48b7">laymanAPIGetInfoStrList</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>* l, <a class="code" href="struct_string_list.html">StringList</a>* overlays, <a class="code" href="struct_overlay_info.html">OverlayInfo</a>* results);
+<a name="l00045"></a>00045 <a class="code" href="struct_overlay_info.html">OverlayInfo</a>*    <a class="code" href="group__layman__api.html#ge97d530a816f7da28be35eb20a8ab22d">laymanAPIGetInfoStr</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>* l, <span class="keyword">const</span> <span class="keywordtype">char</span>* overlay);
+<a name="l00046"></a>00046 <span class="keywordtype">int</span>             <a class="code" href="group__layman__api.html#g2e04f8103171790be61f092078fea8ff">laymanAPIGetAllInfoList</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>* l, <a class="code" href="struct_string_list.html">StringList</a>*, <a class="code" href="struct_overlay_info.html">OverlayInfo</a>*);
+<a name="l00047"></a>00047 <a class="code" href="struct_overlay_info.html">OverlayInfo</a>*    <a class="code" href="group__layman__api.html#gf5e1d733f389f845e594c25b99706415">laymanAPIGetAllInfo</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>* l, <span class="keyword">const</span> <span class="keywordtype">char</span>*);
+<a name="l00048"></a>00048 <span class="keywordtype">int</span>             <a class="code" href="group__layman__api.html#g8ea2f5e93d017bd0ac40a745d4dc2219">laymanAPIAddRepo</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>* l, <span class="keyword">const</span> <span class="keywordtype">char</span> *repo);
+<a name="l00049"></a>00049 <span class="keywordtype">int</span>             <a class="code" href="group__layman__api.html#gb090e78aaf388d85ea79db19991c5e65">laymanAPIAddRepoList</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>* l, <a class="code" href="struct_string_list.html">StringList</a> *repos);
+<a name="l00050"></a>00050 <span class="keywordtype">int</span>             <a class="code" href="group__layman__api.html#ge5227c228a1c4a2a18a674bca298c331">laymanAPIDeleteRepo</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>* l, <span class="keyword">const</span> <span class="keywordtype">char</span> *repo);
+<a name="l00051"></a>00051 <span class="keywordtype">int</span>             <a class="code" href="group__layman__api.html#g0cd008dbdec709f24a3b88fefdfe3796">laymanAPIDeleteRepoList</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>* l, <a class="code" href="struct_string_list.html">StringList</a> *repos);
+<a name="l00052"></a>00052 <a class="code" href="struct_overlay_info.html">OverlayInfo</a>*    <a class="code" href="laymanapi_8h.html#6329b51a7a78bdb2981d463cb8d2f94a">laymanAPIGetInfo</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>* l, <span class="keyword">const</span> <span class="keywordtype">char</span>* overlay);
+<a name="l00053"></a>00053 <span class="keywordtype">void</span>            <a class="code" href="group__layman__api.html#g9babe72a16d6fd80b9f138ca6fb7a379">laymanAPIFree</a>(<a class="code" href="struct_layman_a_p_i.html">LaymanAPI</a>*);
+<a name="l00054"></a>00054 <span class="keywordtype">void</span>            <a class="code" href="group__layman__api.html#gc9e16e85ef3f86b8f325dcb63e30403f">overlayInfoFree</a>(<a class="code" href="struct_overlay_info.html">OverlayInfo</a> oi);
+<a name="l00055"></a>00055 
+<a name="l00056"></a>00056 <span class="preprocessor">#endif</span>
+</pre></div></div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/laymanapi_8h.html b/doc/html/laymanapi_8h.html
new file mode 100644
index 0000000..6ddf277
--- /dev/null
+++ b/doc/html/laymanapi_8h.html
@@ -0,0 +1,126 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/laymanapi.h File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/laymanapi.h File Reference</h1><code>#include &quot;<a class="el" href="config_8h-source.html">config.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="stringlist_8h-source.html">stringlist.h</a>&quot;</code><br>
+
+<p>
+<a href="laymanapi_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_overlay_info.html">OverlayInfo</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="laymanapi_8h.html#849e611fede037e0249899e0999f2de4">LaymanAPI</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gc1ae8bdf47eca0cea7bb8e7f3147cded">laymanAPICreate</a> (<a class="el" href="struct_bare_config.html">BareConfig</a> *config, int report_error, int output)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g565dbbf32dcbaa175bb9d3038c079725">laymanAPIIsRepo</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *repo)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g9cc093b2c4e423cd16c2b0fb9b5ef3c6">laymanAPIIsInstalled</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *repo)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gb5def5ffed71eadc0b49a826905c30e4">laymanAPIGetAvailable</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *, int reload)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g87060319cb5448e8776f5b2b960c12eb">laymanAPIGetInstalled</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *, int reload)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g23f91e7730d5cdd000a53debc6854b10">laymanAPISync</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *overlay, int verbose)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g8fbe3095011d998bf0bfe8aab46f2009">laymanAPIFetchRemoteList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gcdc26d10e9faf847996c3ae3295c48b7">laymanAPIGetInfoStrList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, <a class="el" href="struct_string_list.html">StringList</a> *overlays, <a class="el" href="struct_overlay_info.html">OverlayInfo</a> *results)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_overlay_info.html">OverlayInfo</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#ge97d530a816f7da28be35eb20a8ab22d">laymanAPIGetInfoStr</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *overlay)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g2e04f8103171790be61f092078fea8ff">laymanAPIGetAllInfoList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, <a class="el" href="struct_string_list.html">StringList</a> *, <a class="el" href="struct_overlay_info.html">OverlayInfo</a> *)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_overlay_info.html">OverlayInfo</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gf5e1d733f389f845e594c25b99706415">laymanAPIGetAllInfo</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g8ea2f5e93d017bd0ac40a745d4dc2219">laymanAPIAddRepo</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *repo)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gb090e78aaf388d85ea79db19991c5e65">laymanAPIAddRepoList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, <a class="el" href="struct_string_list.html">StringList</a> *repos)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#ge5227c228a1c4a2a18a674bca298c331">laymanAPIDeleteRepo</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *repo)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g0cd008dbdec709f24a3b88fefdfe3796">laymanAPIDeleteRepoList</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, <a class="el" href="struct_string_list.html">StringList</a> *repos)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_overlay_info.html">OverlayInfo</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="laymanapi_8h.html#6329b51a7a78bdb2981d463cb8d2f94a">laymanAPIGetInfo</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *l, const char *overlay)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#g9babe72a16d6fd80b9f138ca6fb7a379">laymanAPIFree</a> (<a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__layman__api.html#gc9e16e85ef3f86b8f325dcb63e30403f">overlayInfoFree</a> (<a class="el" href="struct_overlay_info.html">OverlayInfo</a> oi)</td></tr>
+
+</table>
+<hr><h2>Typedef Documentation</h2>
+<a class="anchor" name="849e611fede037e0249899e0999f2de4"></a><!-- doxytag: member="laymanapi.h::LaymanAPI" ref="849e611fede037e0249899e0999f2de4" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">typedef struct <a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> <a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<hr><h2>Function Documentation</h2>
+<a class="anchor" name="6329b51a7a78bdb2981d463cb8d2f94a"></a><!-- doxytag: member="laymanapi.h::laymanAPIGetInfo" ref="6329b51a7a78bdb2981d463cb8d2f94a" args="(LaymanAPI *l, const char *overlay)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_overlay_info.html">OverlayInfo</a>* laymanAPIGetInfo           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="struct_layman_a_p_i.html">LaymanAPI</a> *&nbsp;</td>
+          <td class="paramname"> <em>l</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">const char *&nbsp;</td>
+          <td class="paramname"> <em>overlay</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/message_8c.html b/doc/html/message_8c.html
new file mode 100644
index 0000000..30376f0
--- /dev/null
+++ b/doc/html/message_8c.html
@@ -0,0 +1,64 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/message.c File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/message.c File Reference</h1><code>#include &lt;Python.h&gt;</code><br>
+<code>#include &quot;<a class="el" href="message_8h-source.html">message.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="internal_8h-source.html">internal.h</a>&quot;</code><br>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_message.html">Message</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g71549e9f908d468258f2e257655df858">messageCreate</a> (const char *module, FILE *out, FILE *err, FILE *dbg)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g7d64c094c067c51ac35e8c94ffd4717d">messageSetDebugLevel</a> (<a class="el" href="struct_message.html">Message</a> *m, int debug_level)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#gd72f800527b2f7271e1ad8138d73356a">messageSetDebugVerbosity</a> (<a class="el" href="struct_message.html">Message</a> *m, int debug_verbosity)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#gf320a2e540a2f038336e38514ca2efa2">messageSetInfoLevel</a> (<a class="el" href="struct_message.html">Message</a> *m, int info_level)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g855a6fb93be9d27d27aa0601d257398c">messageSetWarnLevel</a> (<a class="el" href="struct_message.html">Message</a> *m, int warn_level)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g11f689d4d1d1ad36dd83dcea1302a558">messageSetColorsOn</a> (<a class="el" href="struct_message.html">Message</a> *m)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#gfb1dffe72803a80dc62a029b383dd461">messageSetColorsOff</a> (<a class="el" href="struct_message.html">Message</a> *m)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#gb8f6a4ef59dd9839df9d3113f78ef894">messageSetDebugMethods</a> (<a class="el" href="struct_message.html">Message</a> *m, const char *mth)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g92bf48088ee4b4a5024002d82f48256a">messageSetDebugClasses</a> (<a class="el" href="struct_message.html">Message</a> *m, const char *cla)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g3bef935449187c338f607ed29866c4e3">messageSetDebugVariables</a> (<a class="el" href="struct_message.html">Message</a> *m, const char *var)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g5faf9665b84f817233ca8dad4dbe9004">messageFree</a> (<a class="el" href="struct_message.html">Message</a> *m)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g2818a4e60e36b681acfa7a7f5ef39b2e">_messageObject</a> (<a class="el" href="struct_message.html">Message</a> *m)</td></tr>
+
+</table>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/message_8h-source.html b/doc/html/message_8h-source.html
new file mode 100644
index 0000000..60b22a4
--- /dev/null
+++ b/doc/html/message_8h-source.html
@@ -0,0 +1,40 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/message.h Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+<h1>/home/detlev/src/c-layman/src/message.h</h1><a href="message_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef MESSAGE_H</span>
+<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define MESSAGE_H</span>
+<a name="l00003"></a>00003 <span class="preprocessor"></span>
+<a name="l00004"></a>00004 <span class="preprocessor">#include &lt;stdio.h&gt;</span>
+<a name="l00005"></a>00005 <span class="preprocessor">#include "<a class="code" href="stringlist_8h.html">stringlist.h</a>"</span>
+<a name="l00006"></a>00006 
+<a name="l00007"></a><a class="code" href="message_8h.html#82fffef6ac8d8a796ab35b7d6a7a0dcb">00007</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct_message.html">Message</a> <a class="code" href="struct_message.html">Message</a>;
+<a name="l00008"></a>00008 
+<a name="l00009"></a>00009 <a class="code" href="struct_message.html">Message</a>*        <a class="code" href="group__message.html#g71549e9f908d468258f2e257655df858">messageCreate</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* module, FILE* out, FILE* err, FILE* dbg);
+<a name="l00010"></a>00010 <span class="keywordtype">void</span>            <a class="code" href="group__message.html#g5faf9665b84f817233ca8dad4dbe9004">messageFree</a>(<a class="code" href="struct_message.html">Message</a> *m);
+<a name="l00011"></a>00011 
+<a name="l00012"></a>00012 <span class="preprocessor">#endif</span>
+</pre></div></div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/message_8h.html b/doc/html/message_8h.html
new file mode 100644
index 0000000..f054310
--- /dev/null
+++ b/doc/html/message_8h.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/message.h File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/message.h File Reference</h1><code>#include &lt;stdio.h&gt;</code><br>
+<code>#include &quot;<a class="el" href="stringlist_8h-source.html">stringlist.h</a>&quot;</code><br>
+
+<p>
+<a href="message_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="struct_message.html">Message</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="message_8h.html#82fffef6ac8d8a796ab35b7d6a7a0dcb">Message</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_message.html">Message</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g71549e9f908d468258f2e257655df858">messageCreate</a> (const char *module, FILE *out, FILE *err, FILE *dbg)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__message.html#g5faf9665b84f817233ca8dad4dbe9004">messageFree</a> (<a class="el" href="struct_message.html">Message</a> *m)</td></tr>
+
+</table>
+<hr><h2>Typedef Documentation</h2>
+<a class="anchor" name="82fffef6ac8d8a796ab35b7d6a7a0dcb"></a><!-- doxytag: member="message.h::Message" ref="82fffef6ac8d8a796ab35b7d6a7a0dcb" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">typedef struct <a class="el" href="struct_message.html">Message</a> <a class="el" href="struct_message.html">Message</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/modules.html b/doc/html/modules.html
new file mode 100644
index 0000000..71f7bcc
--- /dev/null
+++ b/doc/html/modules.html
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Module Index</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li class="current"><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>Modules</h1>Here is a list of all modules:<ul>
+<li><a class="el" href="group__config.html">Config</a>
+<li><a class="el" href="group__layman__base.html">Layman base</a>
+<li><a class="el" href="group__layman__api.html">Layman API</a>
+<li><a class="el" href="group__message.html">Message</a>
+<li><a class="el" href="group__string__list.html">StringList</a>
+</ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/stringlist_8c.html b/doc/html/stringlist_8c.html
new file mode 100644
index 0000000..e4048c5
--- /dev/null
+++ b/doc/html/stringlist_8c.html
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/stringlist.c File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/stringlist.c File Reference</h1><code>#include &lt;Python.h&gt;</code><br>
+<code>#include &lt;stdlib.h&gt;</code><br>
+<code>#include &quot;<a class="el" href="stringlist_8h-source.html">stringlist.h</a>&quot;</code><br>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_string_list.html">StringList</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#gafedcfd6148313464f9aab9c08f87989">stringListCreate</a> (size_t len)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g28cd2d1037d735a5ac3275897b0c2065">stringListInsertAt</a> (<a class="el" href="struct_string_list.html">StringList</a> *l, unsigned int pos, char *str)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g307b9dca62828cbfe5c163d327f01806">stringListCount</a> (<a class="el" href="struct_string_list.html">StringList</a> *l)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g43bc91c5da9f06e7c972c8f04b3a99c2">stringListGetAt</a> (<a class="el" href="struct_string_list.html">StringList</a> *l, unsigned int pos)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g3ed6624cf1e5f944068f803964be6c95">stringListPrint</a> (<a class="el" href="struct_string_list.html">StringList</a> *list)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#ged41020feb3f2b869647cc280b493cb3">stringListFree</a> (<a class="el" href="struct_string_list.html">StringList</a> *list)</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g52128fb831cc1a4643950bbc2ec31391">listToCList</a> (PyObject *list)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g2433a3f25f9fd7950892807717b8e0bd">cListToPyList</a> (<a class="el" href="struct_string_list.html">StringList</a> *list)</td></tr>
+
+</table>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/stringlist_8h-source.html b/doc/html/stringlist_8h-source.html
new file mode 100644
index 0000000..443f6e9
--- /dev/null
+++ b/doc/html/stringlist_8h-source.html
@@ -0,0 +1,43 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/stringlist.h Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+<h1>/home/detlev/src/c-layman/src/stringlist.h</h1><a href="stringlist_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef STRINGLIST_H</span>
+<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define STRINGLIST_H</span>
+<a name="l00003"></a>00003 <span class="preprocessor"></span>
+<a name="l00004"></a>00004 <span class="preprocessor">#include &lt;sys/types.h&gt;</span>
+<a name="l00005"></a>00005 
+<a name="l00006"></a><a class="code" href="stringlist_8h.html#e4b88da263d1953a7d200b44a99e0cd5">00006</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct_string_list.html">StringList</a> <a class="code" href="struct_string_list.html">StringList</a>;
+<a name="l00007"></a>00007 
+<a name="l00008"></a>00008 <a class="code" href="struct_string_list.html">StringList</a>*     <a class="code" href="group__string__list.html#gafedcfd6148313464f9aab9c08f87989">stringListCreate</a>(<span class="keywordtype">size_t</span>);
+<a name="l00009"></a>00009 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>    <a class="code" href="group__string__list.html#g307b9dca62828cbfe5c163d327f01806">stringListCount</a>(<a class="code" href="struct_string_list.html">StringList</a>*);
+<a name="l00010"></a>00010 <span class="keywordtype">int</span>             <a class="code" href="group__string__list.html#g28cd2d1037d735a5ac3275897b0c2065">stringListInsertAt</a>(<a class="code" href="struct_string_list.html">StringList</a>*, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>, <span class="keywordtype">char</span>*);
+<a name="l00011"></a>00011 <span class="keywordtype">char</span>*           <a class="code" href="group__string__list.html#g43bc91c5da9f06e7c972c8f04b3a99c2">stringListGetAt</a>(<a class="code" href="struct_string_list.html">StringList</a>*, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>);
+<a name="l00012"></a>00012 <span class="keywordtype">void</span>            <a class="code" href="group__string__list.html#g3ed6624cf1e5f944068f803964be6c95">stringListPrint</a>(<a class="code" href="struct_string_list.html">StringList</a>*);
+<a name="l00013"></a>00013 <span class="keywordtype">void</span>            <a class="code" href="group__string__list.html#ged41020feb3f2b869647cc280b493cb3">stringListFree</a>(<a class="code" href="struct_string_list.html">StringList</a>*);
+<a name="l00014"></a>00014 
+<a name="l00015"></a>00015 <span class="preprocessor">#endif</span>
+</pre></div></div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/stringlist_8h.html b/doc/html/stringlist_8h.html
new file mode 100644
index 0000000..22d7e6c
--- /dev/null
+++ b/doc/html/stringlist_8h.html
@@ -0,0 +1,68 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/stringlist.h File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/stringlist.h File Reference</h1><code>#include &lt;sys/types.h&gt;</code><br>
+
+<p>
+<a href="stringlist_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="struct_string_list.html">StringList</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="stringlist_8h.html#e4b88da263d1953a7d200b44a99e0cd5">StringList</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#gafedcfd6148313464f9aab9c08f87989">stringListCreate</a> (size_t)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g307b9dca62828cbfe5c163d327f01806">stringListCount</a> (<a class="el" href="struct_string_list.html">StringList</a> *)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g28cd2d1037d735a5ac3275897b0c2065">stringListInsertAt</a> (<a class="el" href="struct_string_list.html">StringList</a> *, unsigned int, char *)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g43bc91c5da9f06e7c972c8f04b3a99c2">stringListGetAt</a> (<a class="el" href="struct_string_list.html">StringList</a> *, unsigned int)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#g3ed6624cf1e5f944068f803964be6c95">stringListPrint</a> (<a class="el" href="struct_string_list.html">StringList</a> *)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__string__list.html#ged41020feb3f2b869647cc280b493cb3">stringListFree</a> (<a class="el" href="struct_string_list.html">StringList</a> *)</td></tr>
+
+</table>
+<hr><h2>Typedef Documentation</h2>
+<a class="anchor" name="e4b88da263d1953a7d200b44a99e0cd5"></a><!-- doxytag: member="stringlist.h::StringList" ref="e4b88da263d1953a7d200b44a99e0cd5" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">typedef struct <a class="el" href="struct_string_list.html">StringList</a> <a class="el" href="struct_string_list.html">StringList</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/struct_bare_config.html b/doc/html/struct_bare_config.html
new file mode 100644
index 0000000..41e7f80
--- /dev/null
+++ b/doc/html/struct_bare_config.html
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: BareConfig Struct Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>BareConfig Struct Reference<br>
+<small>
+[<a class="el" href="group__config.html">Config</a>]</small>
+</h1><!-- doxytag: class="BareConfig" --><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_bare_config.html#db7ba59fec8a5847f73c56fccee0f1a0">object</a></td></tr>
+
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="db7ba59fec8a5847f73c56fccee0f1a0"></a><!-- doxytag: member="BareConfig::object" ref="db7ba59fec8a5847f73c56fccee0f1a0" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">PyObject* <a class="el" href="struct_bare_config.html#db7ba59fec8a5847f73c56fccee0f1a0">object</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<hr>The documentation for this struct was generated from the following file:<ul>
+<li>/home/detlev/src/c-layman/src/<a class="el" href="config_8c.html">config.c</a></ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/struct_dict.html b/doc/html/struct_dict.html
new file mode 100644
index 0000000..3b42cb3
--- /dev/null
+++ b/doc/html/struct_dict.html
@@ -0,0 +1,71 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Dict Struct Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>Dict Struct Reference</h1><!-- doxytag: class="Dict" --><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_dict_elem.html">DictElem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_dict.html#952d143d222751c7308e0180b20ce6e1">root</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_dict.html#d43c3812e6d13e0518d9f8b8f463ffcf">count</a></td></tr>
+
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="d43c3812e6d13e0518d9f8b8f463ffcf"></a><!-- doxytag: member="Dict::count" ref="d43c3812e6d13e0518d9f8b8f463ffcf" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int <a class="el" href="struct_dict.html#d43c3812e6d13e0518d9f8b8f463ffcf">count</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="952d143d222751c7308e0180b20ce6e1"></a><!-- doxytag: member="Dict::root" ref="952d143d222751c7308e0180b20ce6e1" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_dict_elem.html">DictElem</a>* <a class="el" href="struct_dict.html#952d143d222751c7308e0180b20ce6e1">root</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<hr>The documentation for this struct was generated from the following file:<ul>
+<li>/home/detlev/src/c-layman/src/<a class="el" href="dict_8c.html">dict.c</a></ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/struct_dict_elem.html b/doc/html/struct_dict_elem.html
new file mode 100644
index 0000000..bf62771
--- /dev/null
+++ b/doc/html/struct_dict_elem.html
@@ -0,0 +1,88 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: DictElem Struct Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>DictElem Struct Reference</h1><!-- doxytag: class="DictElem" --><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_dict_elem.html#cd3d88da3c0e0313c3645ff34f62f542">key</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_dict_elem.html#0fc584151635e6718cb3052b5a5dce4d">val</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="struct_dict_elem.html">DictElem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_dict_elem.html#e283b528dd0b0463c2444296b4252e53">next</a></td></tr>
+
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="cd3d88da3c0e0313c3645ff34f62f542"></a><!-- doxytag: member="DictElem::key" ref="cd3d88da3c0e0313c3645ff34f62f542" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">const char* <a class="el" href="struct_dict_elem.html#cd3d88da3c0e0313c3645ff34f62f542">key</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="e283b528dd0b0463c2444296b4252e53"></a><!-- doxytag: member="DictElem::next" ref="e283b528dd0b0463c2444296b4252e53" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">struct <a class="el" href="struct_dict_elem.html">DictElem</a>* <a class="el" href="struct_dict_elem.html#e283b528dd0b0463c2444296b4252e53">next</a><code> [read]</code>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="0fc584151635e6718cb3052b5a5dce4d"></a><!-- doxytag: member="DictElem::val" ref="0fc584151635e6718cb3052b5a5dce4d" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">const char* <a class="el" href="struct_dict_elem.html#0fc584151635e6718cb3052b5a5dce4d">val</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<hr>The documentation for this struct was generated from the following file:<ul>
+<li>/home/detlev/src/c-layman/src/<a class="el" href="dict_8c.html">dict.c</a></ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/struct_interpreter.html b/doc/html/struct_interpreter.html
new file mode 100644
index 0000000..2e54580
--- /dev/null
+++ b/doc/html/struct_interpreter.html
@@ -0,0 +1,54 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Interpreter Struct Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>Interpreter Struct Reference</h1><!-- doxytag: class="Interpreter" --><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_py_object_list.html">PyObjectList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_interpreter.html#54484552877f952edaa9238edc7174ec">modules</a></td></tr>
+
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="54484552877f952edaa9238edc7174ec"></a><!-- doxytag: member="Interpreter::modules" ref="54484552877f952edaa9238edc7174ec" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_py_object_list.html">PyObjectList</a>* <a class="el" href="struct_interpreter.html#54484552877f952edaa9238edc7174ec">modules</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<hr>The documentation for this struct was generated from the following file:<ul>
+<li>/home/detlev/src/c-layman/src/<a class="el" href="interpreter_8c.html">interpreter.c</a></ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/struct_layman_a_p_i.html b/doc/html/struct_layman_a_p_i.html
new file mode 100644
index 0000000..23607d5
--- /dev/null
+++ b/doc/html/struct_layman_a_p_i.html
@@ -0,0 +1,58 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: LaymanAPI Struct Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>LaymanAPI Struct Reference<br>
+<small>
+[<a class="el" href="group__layman__api.html">Layman API</a>]</small>
+</h1><!-- doxytag: class="LaymanAPI" --><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_layman_a_p_i.html#db7ba59fec8a5847f73c56fccee0f1a0">object</a></td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Layman structure that is used in all functions <hr><h2>Field Documentation</h2>
+<a class="anchor" name="db7ba59fec8a5847f73c56fccee0f1a0"></a><!-- doxytag: member="LaymanAPI::object" ref="db7ba59fec8a5847f73c56fccee0f1a0" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">PyObject* <a class="el" href="struct_layman_a_p_i.html#db7ba59fec8a5847f73c56fccee0f1a0">object</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<hr>The documentation for this struct was generated from the following file:<ul>
+<li>/home/detlev/src/c-layman/src/<a class="el" href="laymanapi_8c.html">laymanapi.c</a></ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/struct_message.html b/doc/html/struct_message.html
new file mode 100644
index 0000000..0d9e9d2
--- /dev/null
+++ b/doc/html/struct_message.html
@@ -0,0 +1,58 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: Message Struct Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>Message Struct Reference<br>
+<small>
+[<a class="el" href="group__message.html">Message</a>]</small>
+</h1><!-- doxytag: class="Message" --><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_message.html#db7ba59fec8a5847f73c56fccee0f1a0">object</a></td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+<a class="el" href="struct_message.html">Message</a> structure that is used in all functions <hr><h2>Field Documentation</h2>
+<a class="anchor" name="db7ba59fec8a5847f73c56fccee0f1a0"></a><!-- doxytag: member="Message::object" ref="db7ba59fec8a5847f73c56fccee0f1a0" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">PyObject* <a class="el" href="struct_message.html#db7ba59fec8a5847f73c56fccee0f1a0">object</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<hr>The documentation for this struct was generated from the following file:<ul>
+<li>/home/detlev/src/c-layman/src/<a class="el" href="message_8c.html">message.c</a></ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/struct_overlay_info.html b/doc/html/struct_overlay_info.html
new file mode 100644
index 0000000..59a6ddf
--- /dev/null
+++ b/doc/html/struct_overlay_info.html
@@ -0,0 +1,244 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: OverlayInfo Struct Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>OverlayInfo Struct Reference</h1><!-- doxytag: class="OverlayInfo" --><code>#include &lt;<a class="el" href="laymanapi_8h-source.html">laymanapi.h</a>&gt;</code>
+<p>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_overlay_info.html#5ac083a645d964373f022d03df4849c8">name</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_overlay_info.html#5633b1433389cec21ade3811bbe9ca5b">text</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_overlay_info.html#b976d386d27f39e2fbfb07ab5a9a74f4">ownerEmail</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_overlay_info.html#4470dc7453f754e87738462bfede9feb">ownerName</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_overlay_info.html#5bc3413dec9282bb700a1cf1a24235c2">homepage</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_overlay_info.html#8444d6e0dfe2bbab0b5e7b24308f1559">description</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_overlay_info.html#33d8b4b60c5f2e27c44e1fca9515d237">srcType</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_overlay_info.html#fdabd0073bd86d184b408f1ef57e5c4e">quality</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_overlay_info.html#cec9ce2df15222151ad66fcb1d74eb9f">priority</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_string_list.html">StringList</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_overlay_info.html#31254fad8941223b74864ff72eeb5b30">srcUris</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_overlay_info.html#39ff61d5fdbc3c939eaaae94a1db6e3d">official</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_overlay_info.html#f7d846dfb6ed3e5f62cfddc7b1007228">supported</a></td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Contains all information for an overlay <hr><h2>Field Documentation</h2>
+<a class="anchor" name="8444d6e0dfe2bbab0b5e7b24308f1559"></a><!-- doxytag: member="OverlayInfo::description" ref="8444d6e0dfe2bbab0b5e7b24308f1559" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">char* <a class="el" href="struct_overlay_info.html#8444d6e0dfe2bbab0b5e7b24308f1559">description</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="5bc3413dec9282bb700a1cf1a24235c2"></a><!-- doxytag: member="OverlayInfo::homepage" ref="5bc3413dec9282bb700a1cf1a24235c2" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">char* <a class="el" href="struct_overlay_info.html#5bc3413dec9282bb700a1cf1a24235c2">homepage</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="5ac083a645d964373f022d03df4849c8"></a><!-- doxytag: member="OverlayInfo::name" ref="5ac083a645d964373f022d03df4849c8" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">char* <a class="el" href="struct_overlay_info.html#5ac083a645d964373f022d03df4849c8">name</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="39ff61d5fdbc3c939eaaae94a1db6e3d"></a><!-- doxytag: member="OverlayInfo::official" ref="39ff61d5fdbc3c939eaaae94a1db6e3d" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int <a class="el" href="struct_overlay_info.html#39ff61d5fdbc3c939eaaae94a1db6e3d">official</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="b976d386d27f39e2fbfb07ab5a9a74f4"></a><!-- doxytag: member="OverlayInfo::ownerEmail" ref="b976d386d27f39e2fbfb07ab5a9a74f4" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">char* <a class="el" href="struct_overlay_info.html#b976d386d27f39e2fbfb07ab5a9a74f4">ownerEmail</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="4470dc7453f754e87738462bfede9feb"></a><!-- doxytag: member="OverlayInfo::ownerName" ref="4470dc7453f754e87738462bfede9feb" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">char* <a class="el" href="struct_overlay_info.html#4470dc7453f754e87738462bfede9feb">ownerName</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="cec9ce2df15222151ad66fcb1d74eb9f"></a><!-- doxytag: member="OverlayInfo::priority" ref="cec9ce2df15222151ad66fcb1d74eb9f" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int <a class="el" href="struct_overlay_info.html#cec9ce2df15222151ad66fcb1d74eb9f">priority</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="fdabd0073bd86d184b408f1ef57e5c4e"></a><!-- doxytag: member="OverlayInfo::quality" ref="fdabd0073bd86d184b408f1ef57e5c4e" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">char* <a class="el" href="struct_overlay_info.html#fdabd0073bd86d184b408f1ef57e5c4e">quality</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="33d8b4b60c5f2e27c44e1fca9515d237"></a><!-- doxytag: member="OverlayInfo::srcType" ref="33d8b4b60c5f2e27c44e1fca9515d237" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">char* <a class="el" href="struct_overlay_info.html#33d8b4b60c5f2e27c44e1fca9515d237">srcType</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="31254fad8941223b74864ff72eeb5b30"></a><!-- doxytag: member="OverlayInfo::srcUris" ref="31254fad8941223b74864ff72eeb5b30" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_string_list.html">StringList</a>* <a class="el" href="struct_overlay_info.html#31254fad8941223b74864ff72eeb5b30">srcUris</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="f7d846dfb6ed3e5f62cfddc7b1007228"></a><!-- doxytag: member="OverlayInfo::supported" ref="f7d846dfb6ed3e5f62cfddc7b1007228" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int <a class="el" href="struct_overlay_info.html#f7d846dfb6ed3e5f62cfddc7b1007228">supported</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="5633b1433389cec21ade3811bbe9ca5b"></a><!-- doxytag: member="OverlayInfo::text" ref="5633b1433389cec21ade3811bbe9ca5b" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">char* <a class="el" href="struct_overlay_info.html#5633b1433389cec21ade3811bbe9ca5b">text</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<hr>The documentation for this struct was generated from the following file:<ul>
+<li>/home/detlev/src/c-layman/src/<a class="el" href="laymanapi_8h-source.html">laymanapi.h</a></ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/struct_py_object_list.html b/doc/html/struct_py_object_list.html
new file mode 100644
index 0000000..320eac6
--- /dev/null
+++ b/doc/html/struct_py_object_list.html
@@ -0,0 +1,71 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: PyObjectList Struct Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>PyObjectList Struct Reference</h1><!-- doxytag: class="PyObjectList" --><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_py_object_list_elem.html">PyObjectListElem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_py_object_list.html#a024c10304ef3a9c85e1927577a23a5c">root</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_py_object_list.html#d43c3812e6d13e0518d9f8b8f463ffcf">count</a></td></tr>
+
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="d43c3812e6d13e0518d9f8b8f463ffcf"></a><!-- doxytag: member="PyObjectList::count" ref="d43c3812e6d13e0518d9f8b8f463ffcf" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int <a class="el" href="struct_py_object_list.html#d43c3812e6d13e0518d9f8b8f463ffcf">count</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="a024c10304ef3a9c85e1927577a23a5c"></a><!-- doxytag: member="PyObjectList::root" ref="a024c10304ef3a9c85e1927577a23a5c" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="struct_py_object_list_elem.html">PyObjectListElem</a>* <a class="el" href="struct_py_object_list.html#a024c10304ef3a9c85e1927577a23a5c">root</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<hr>The documentation for this struct was generated from the following file:<ul>
+<li>/home/detlev/src/c-layman/src/<a class="el" href="interpreter_8c.html">interpreter.c</a></ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/struct_py_object_list_elem.html b/doc/html/struct_py_object_list_elem.html
new file mode 100644
index 0000000..e20d87b
--- /dev/null
+++ b/doc/html/struct_py_object_list_elem.html
@@ -0,0 +1,71 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: PyObjectListElem Struct Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>PyObjectListElem Struct Reference</h1><!-- doxytag: class="PyObjectListElem" --><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PyObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_py_object_list_elem.html#db7ba59fec8a5847f73c56fccee0f1a0">object</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="struct_py_object_list_elem.html">PyObjectListElem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_py_object_list_elem.html#8c80f1351a112162a90491278c0e89ac">next</a></td></tr>
+
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="8c80f1351a112162a90491278c0e89ac"></a><!-- doxytag: member="PyObjectListElem::next" ref="8c80f1351a112162a90491278c0e89ac" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">struct <a class="el" href="struct_py_object_list_elem.html">PyObjectListElem</a>* <a class="el" href="struct_py_object_list_elem.html#8c80f1351a112162a90491278c0e89ac">next</a><code> [read]</code>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="db7ba59fec8a5847f73c56fccee0f1a0"></a><!-- doxytag: member="PyObjectListElem::object" ref="db7ba59fec8a5847f73c56fccee0f1a0" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">PyObject* <a class="el" href="struct_py_object_list_elem.html#db7ba59fec8a5847f73c56fccee0f1a0">object</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<hr>The documentation for this struct was generated from the following file:<ul>
+<li>/home/detlev/src/c-layman/src/<a class="el" href="interpreter_8c.html">interpreter.c</a></ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/struct_string_list.html b/doc/html/struct_string_list.html
new file mode 100644
index 0000000..fb90f66
--- /dev/null
+++ b/doc/html/struct_string_list.html
@@ -0,0 +1,74 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: StringList Struct Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>StringList Struct Reference<br>
+<small>
+[<a class="el" href="group__string__list.html">StringList</a>]</small>
+</h1><!-- doxytag: class="StringList" --><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">char **&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_string_list.html#c7532f926b69022dd1878cc2d3b2e113">list</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_string_list.html#16ff2d8e15ade4948398b0aeb80124a8">count</a></td></tr>
+
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="16ff2d8e15ade4948398b0aeb80124a8"></a><!-- doxytag: member="StringList::count" ref="16ff2d8e15ade4948398b0aeb80124a8" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">unsigned int <a class="el" href="struct_string_list.html#16ff2d8e15ade4948398b0aeb80124a8">count</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="c7532f926b69022dd1878cc2d3b2e113"></a><!-- doxytag: member="StringList::list" ref="c7532f926b69022dd1878cc2d3b2e113" args="" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">char** <a class="el" href="struct_string_list.html#c7532f926b69022dd1878cc2d3b2e113">list</a>          </td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<hr>The documentation for this struct was generated from the following file:<ul>
+<li>/home/detlev/src/c-layman/src/<a class="el" href="stringlist_8c.html">stringlist.c</a></ul>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/doc/html/tab_b.gif b/doc/html/tab_b.gif
new file mode 100644
index 0000000..0d62348
Binary files /dev/null and b/doc/html/tab_b.gif differ

diff --git a/doc/html/tab_l.gif b/doc/html/tab_l.gif
new file mode 100644
index 0000000..9b1e633
Binary files /dev/null and b/doc/html/tab_l.gif differ

diff --git a/doc/html/tab_r.gif b/doc/html/tab_r.gif
new file mode 100644
index 0000000..ce9dd9f
Binary files /dev/null and b/doc/html/tab_r.gif differ

diff --git a/doc/html/tabs.css b/doc/html/tabs.css
new file mode 100644
index 0000000..ab02c62
--- /dev/null
+++ b/doc/html/tabs.css
@@ -0,0 +1,105 @@
+/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
+
+DIV.tabs
+{
+   float            : left;
+   width            : 100%;
+   background       : url("tab_b.gif") repeat-x bottom;
+   margin-bottom    : 4px;
+}
+
+DIV.tabs UL
+{
+   margin           : 0px;
+   padding-left     : 10px;
+   list-style       : none;
+}
+
+DIV.tabs LI, DIV.tabs FORM
+{
+   display          : inline;
+   margin           : 0px;
+   padding          : 0px;
+}
+
+DIV.tabs FORM
+{
+   float            : right;
+}
+
+DIV.tabs A
+{
+   float            : left;
+   background       : url("tab_r.gif") no-repeat right top;
+   border-bottom    : 1px solid #84B0C7;
+   font-size        : 80%;
+   font-weight      : bold;
+   text-decoration  : none;
+}
+
+DIV.tabs A:hover
+{
+   background-position: 100% -150px;
+}
+
+DIV.tabs A:link, DIV.tabs A:visited,
+DIV.tabs A:active, DIV.tabs A:hover
+{
+       color: #1A419D;
+}
+
+DIV.tabs SPAN
+{
+   float            : left;
+   display          : block;
+   background       : url("tab_l.gif") no-repeat left top;
+   padding          : 5px 9px;
+   white-space      : nowrap;
+}
+
+DIV.tabs INPUT
+{
+   float            : right;
+   display          : inline;
+   font-size        : 1em;
+}
+
+DIV.tabs TD
+{
+   font-size        : 80%;
+   font-weight      : bold;
+   text-decoration  : none;
+}
+
+
+
+/* Commented Backslash Hack hides rule from IE5-Mac \*/
+DIV.tabs SPAN {float : none;}
+/* End IE5-Mac hack */
+
+DIV.tabs A:hover SPAN
+{
+   background-position: 0% -150px;
+}
+
+DIV.tabs LI.current A
+{
+   background-position: 100% -150px;
+   border-width     : 0px;
+}
+
+DIV.tabs LI.current SPAN
+{
+   background-position: 0% -150px;
+   padding-bottom   : 6px;
+}
+
+DIV.navpath
+{
+   background       : none;
+   border           : none;
+   border-bottom    : 1px solid #84B0C7;
+   text-align       : center;
+   margin           : 2px;
+   padding          : 2px;
+}

diff --git a/doc/html/tester_8c.html b/doc/html/tester_8c.html
new file mode 100644
index 0000000..da0414b
--- /dev/null
+++ b/doc/html/tester_8c.html
@@ -0,0 +1,71 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>C-Layman: /home/detlev/src/c-layman/src/tester.c File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css">
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.8 -->
+<div class="navigation" id="top">
+  <div class="tabs">
+    <ul>
+      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="modules.html"><span>Modules</span></a></li>
+      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>/home/detlev/src/c-layman/src/tester.c File Reference</h1><code>#include &lt;stdlib.h&gt;</code><br>
+<code>#include &quot;<a class="el" href="interpreter_8h-source.html">interpreter.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="config_8h-source.html">config.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="laymanapi_8h-source.html">laymanapi.h</a>&quot;</code><br>
+<code>#include &quot;<a class="el" href="message_8h-source.html">message.h</a>&quot;</code><br>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="tester_8c.html#0ddf1224851353fc92bfbff6f499fa97">main</a> (int argc, char *argv[])</td></tr>
+
+</table>
+<hr><h2>Function Documentation</h2>
+<a class="anchor" name="0ddf1224851353fc92bfbff6f499fa97"></a><!-- doxytag: member="tester.c::main" ref="0ddf1224851353fc92bfbff6f499fa97" args="(int argc, char *argv[])" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">int main           </td>
+          <td>(</td>
+          <td class="paramtype">int&nbsp;</td>
+          <td class="paramname"> <em>argc</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">char *&nbsp;</td>
+          <td class="paramname"> <em>argv</em>[]</td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+</div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Aug 6 20:00:53 2010 for C-Layman by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
+</body>
+</html>

diff --git a/src/config.c b/src/config.c
index eed3b7e..c578d90 100644
--- a/src/config.c
+++ b/src/config.c
@@ -3,13 +3,32 @@
 #include "config.h"
 #include "internal.h"
 
+/**
+ * \internal
+ */
 #define debug(x)	printf(x)
 
+/** \defgroup config Config
+ * \brief Layman library configuration module
+ */
+
+/** \addtogroup config
+ * @{
+ */
+
+
+/**
+ * \internal
+ */
 struct BareConfig
 {
 	PyObject *object;
 };
 
+/**
+ * \internal
+ * Returns the internal Python object.
+ */
 PyObject *_bareConfigObject(BareConfig *c)
 {
 	if (c && c->object)
@@ -71,7 +90,7 @@ void bareConfigFree(BareConfig* cfg)
 		free(cfg);
 }
 
-/*
+/**
  * Get an option's default value.
  *
  * \param opt the name of the option
@@ -141,3 +160,5 @@ int bareConfigSetOptionValue(BareConfig* cfg, const char* opt, const char* val)
 
 	return ret;
 }
+
+/** @} */

diff --git a/src/interpreter.c b/src/interpreter.c
index a372120..95d40d9 100644
--- a/src/interpreter.c
+++ b/src/interpreter.c
@@ -1,14 +1,10 @@
-/*
- * Compile command :
- * gcc -o interpreter -W -Wall -g --std=c99 -I/usr/include/python3.1/ -lpython3.1 interpreter.c
- */
 #include <Python.h>
 #include <stdio.h>
 #include <string.h>
 #include "interpreter.h"
 
 /**
- * PyObjectList
+ * \internal
  * Stores modules in a linked list so that they don't have to be reloaded every time.
  */
 typedef struct PyObjectListElem
@@ -80,19 +76,30 @@ void freeList(PyObjectList *list, int deref)
 	free(list);
 }
 
-/*
- * Interpreter
- *
+/**
+ * \internal
  * A Python interpreter object keeps the context like the loaded modules.
  */
-
 struct Interpreter
 {
 	PyObjectList *modules;
 } *in = 0;
 
+
+/** \defgroup layman_base Layman base
+ * 
+ * \brief Layman Base functions
+ *
+ * These functions are used when you want to begin or end using the library.
+ */
+
+/** \addtogroup layman_base
+ * @{
+ */
+
 /**
  * This is the first function that must be called before using the library.
+ * It initializes the Python interpreter.
  */
 void laymanInit()
 {
@@ -121,7 +128,10 @@ void laymanFinalize()
 		Py_Finalize();
 }
 
+/** @} */
+
 /**
+ * \internal
  * printf() like function that executes a python function
  *
  * \param module name of the python module in which the function is
@@ -133,8 +143,7 @@ void laymanFinalize()
  */
 PyObject *executeFunction(const char *module, const char *funcName, const char* format, ...)
 {
-	if (!Py_IsInitialized())
-		Py_Initialize();
+	assert(in);
 
 	// Make argument list
 	PyObject *args;

diff --git a/src/laymanapi.c b/src/laymanapi.c
index 75f8363..d733cfd 100644
--- a/src/laymanapi.c
+++ b/src/laymanapi.c
@@ -2,13 +2,29 @@
 #include "internal.h"
 #include "laymanapi.h"
 
+/** \defgroup layman_api Layman API
+ * \brief Main API functions
+ */
+
+/** \addtogroup layman_api
+ * @{
+ */
+
 static int _laymanAPIGetAllInfos(LaymanAPI* l, StringList* overlays, OverlayInfo *results, const char *overlay);
 
+/**
+ * Layman structure that is used in all functions
+ */
 struct LaymanAPI
 {
+	/**
+	 * \internal
+	 * PyObject that is used to call methods
+	 */
 	PyObject *object;
 };
 
+
 /**
  * Creates a LaymanAPI object that must be used in all function in this file.
  *
@@ -327,10 +343,10 @@ OverlayInfo *laymanAPIGetAllInfo(LaymanAPI* l, const char* overlay)
  * 
  * This function fills every fields but the text field of the OverlayInfo structure.
  * 
- * \param overlays the list of overlays to get information from
- * \param results a pointer to a table of OverlayInfo structures
+ * @param overlays the list of overlays to get information from
+ * @param results a pointer to a table of OverlayInfo structures
  *
- * \return the number of OverlayInfo structures filled.
+ * @return the number of OverlayInfo structures filled.
  */
 int laymanAPIGetAllInfoList(LaymanAPI* l, StringList* overlays, OverlayInfo *results)
 {
@@ -338,12 +354,18 @@ int laymanAPIGetAllInfoList(LaymanAPI* l, StringList* overlays, OverlayInfo *res
 }
 
 /**
- * Gives a list of OverlayInfo's from the overaly names found in the overlays StringList if it's not NULL
+ * \internal
+ * \brief Gives a list of OverlayInfo's from the overaly names found in the overlays StringList if it's not NULL
  * If it's NULL, and overlay is not NULL, the information for Overlay will be fetched.
  * results must be allocated and initialized with zeroes.
  * 
  * If an information is unavailable (no owner email for example),
  * the correpsonding field will stay to NULL
+ *
+ * \param l Layman object
+ * \param overlays List of overlays
+ * \param results results of the call
+ * \param overlay overlay to provide
  * 
  * \return the number of OverlayInfo structures filled.
  */
@@ -610,3 +632,7 @@ void overlayInfoFree(OverlayInfo oi)
 	if (oi.srcUris)
 		stringListFree(oi.srcUris);
 }
+
+/**
+ * @}
+ */

diff --git a/src/laymanapi.h b/src/laymanapi.h
index 38d6207..60e20e0 100644
--- a/src/laymanapi.h
+++ b/src/laymanapi.h
@@ -6,6 +6,9 @@
 
 typedef struct LaymanAPI LaymanAPI;
 
+/**
+ * Contains all information for an overlay
+ */
 typedef struct OverlayInfo
 {
 	char*		name;
@@ -22,7 +25,16 @@ typedef struct OverlayInfo
 	int		supported;
 } OverlayInfo;
 
-LaymanAPI*	laymanAPICreate(BareConfig*, int, int);
+/**
+ * Creates a LaymanAPI object that must be used in all function in this file.
+ *
+ * \param config a BareConfig object that contains all configuration options. If NULL, the default configuration will be used.
+ * \param report_error if True, errors reporting on stdout will be activated.
+ * \param output ?
+ * \return a new instance of the LaymanAPI class, to be freed with laymanAPIFree()
+ */
+LaymanAPI*	laymanAPICreate(BareConfig* config, int report_error, int output);
+
 int		laymanAPIIsRepo(LaymanAPI *l, const char* repo);
 int		laymanAPIIsInstalled(LaymanAPI *l, const char* repo);
 StringList*	laymanAPIGetAvailable(LaymanAPI*, int reload);

diff --git a/src/message.c b/src/message.c
index a0ed050..4d35bb6 100644
--- a/src/message.c
+++ b/src/message.c
@@ -2,8 +2,25 @@
 #include "message.h"
 #include "internal.h"
 
+/** \defgroup message Message
+ * \brief Debug message management
+ *
+ * This class relays all debug messages to the given files and set different
+ * debug levels.
+ */
+
+/** \addtogroup message
+ * @{
+ */
+
+/**
+ * Message structure that is used in all functions
+ */
 struct Message
 {
+	/**
+	 * \internal
+	 */
 	PyObject *object;
 };
 
@@ -277,6 +294,9 @@ int messageSetDebugVariables(Message *m, const char* var)
 	return ret;
 }
 
+/**
+ * Frees a message structure.
+ */
 void messageFree(Message *m)
 {
 	if (m && m->object)
@@ -287,6 +307,10 @@ void messageFree(Message *m)
 		free(m);
 }
 
+/**
+ * \internal
+ * Returns the internal Python object
+ */
 PyObject *_messageObject(Message* m)
 {
 	if (m && m->object)
@@ -294,3 +318,4 @@ PyObject *_messageObject(Message* m)
 	else
 		Py_RETURN_NONE;
 }
+/** @} */

diff --git a/src/stringlist.c b/src/stringlist.c
index 915cca4..fed7b8b 100644
--- a/src/stringlist.c
+++ b/src/stringlist.c
@@ -2,14 +2,23 @@
 #include <stdlib.h>
 #include "stringlist.h"
 
+/** \defgroup string_list StringList
+ * \brief String list management class
+ */
+
+/** \addtogroup string_list
+ * @{
+ */
 struct StringList
 {
 	char **list;
 	unsigned int count;
 };
 
-// Creates a String list to use with the library.
-// len is the number of strings in the list.
+/**
+ * Creates a String list to use with the library.
+ * \param len the number of strings in the list.
+ */
 StringList* stringListCreate(size_t len)
 {
 	StringList *ret = malloc(sizeof(StringList));
@@ -19,9 +28,9 @@ StringList* stringListCreate(size_t len)
 	return ret;
 }
 
-/*
+/**
  * Inserts the string str in the list l at position pos.
- * Return True if it succeeded, False if not.
+ * \return True if it succeeded, False if not.
  */
 int stringListInsertAt(StringList *l, unsigned int pos, char *str)
 {
@@ -33,8 +42,10 @@ int stringListInsertAt(StringList *l, unsigned int pos, char *str)
 	return 1;
 }
 
-/*
- * Returns the number of strings in the list
+/**
+ * Get the number of strings in the list.
+ *
+ * \return the number of strings in the list
  */
 unsigned int stringListCount(StringList *l)
 {
@@ -43,8 +54,9 @@ unsigned int stringListCount(StringList *l)
 	return l->count;
 }
 
-/*
- * Returns the String at position pos
+/**
+ * Get the String at position pos
+ * \return the String at position pos
  */
 char* stringListGetAt(StringList *l, unsigned int pos)
 {
@@ -54,7 +66,13 @@ char* stringListGetAt(StringList *l, unsigned int pos)
 	return l->list[pos];
 }
 
-/*
+/**
+ * \section internal
+ * @{
+ * \internal
+ */
+
+/**
  * Converts a Python list object to a C String list
  */
 StringList* listToCList(PyObject* list)
@@ -79,7 +97,7 @@ StringList* listToCList(PyObject* list)
 	return ret;
 }
 
-/*
+/**
  * Converts a C String list to a Python List object
  */
 PyObject* cListToPyList(StringList* list)
@@ -96,7 +114,9 @@ PyObject* cListToPyList(StringList* list)
 	return ret;
 }
 
-/*
+/** @} */
+
+/**
  * Prints a C String list.
  */
 void stringListPrint(StringList* list)
@@ -113,7 +133,7 @@ void stringListPrint(StringList* list)
 	}
 }
 
-/*
+/**
  * Frees a string list and it's data
  */
 void stringListFree(StringList* list)
@@ -132,3 +152,4 @@ void stringListFree(StringList* list)
 		free(list);
 }
 
+/** @} */



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-05 20:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-05 20:56 [gentoo-commits] proj/layman:master commit in: src/, doc/, doc/html/ Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox