name | Name of this config object: 'IDL' |
verbose | Verbosity flag. This attribute is set by __init__(), but only if 'verbose' was passed as a config option. |
main_file | Flag that selects if should only store the AST generated from the file(s) being processed, and not included files. This attribute is true by default. |
basename | A file path to strip from the start of all filenames before storing. Setting this option will for example remove any redundant parent directories in the HTML FileTree page. |
include_path | A list of strings, each specifying a path to add to the include path. For example: ['/usr/local/corba/'] |
keep_comments | If set to true (ie: 1) then comments are kept in the documentation. This is true by default. |