Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Config
class Base:: Parser:: IDL
Files: Synopsis/Config.py

Config object for the IDL parser.

Attributes:
nameName of this config object: 'IDL'
verboseVerbosity flag. This attribute is set by __init__(), but only if 'verbose' was passed as a config option.
main_fileFlag 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.
basenameA 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_pathA list of strings, each specifying a path to add to the include path. For example: ['/usr/local/corba/']
keep_commentsIf set to true (ie: 1) then comments are kept in the documentation. This is true by default.
See Also:
Synopsis.Parser.IDL


Operations Summary:
 __init__(self, argv) [Source]