ROBODoc/Configuration [ Modules ]

FUNCTION

Functions to access the ROBODoc configuration and configuration file (robodoc.rc) or the file specified with the --rc option.

The robodoc.rc file consists of a number of blocks. Each block starts with a line of the form

     <block name>:

This is followed by a number of lines of data. Each line starts with at least one space followed by the actual data.

This module parses this data and stores it in the global configuration.

NOTES

Is missing a lot of documentation.

You can not use RB_Say() in this module since the --tell flag won't be parsed until after this module has finished.