Go to the first, previous, next, last section, table of contents.
This program extracts AutoGen definitions from a list of source files. Definitions are delimited by `/*=<entry-type> <entry-name>\n' and `=*/\n'. From that, this program creates a definition of the following form:
#line nnn "source-file-name" entry_type = { name = entry_name; ... };
The ellipsis `...' is filled in by text found between the two delimiters, using the following rules:
* mumble: * " this is some\n" * " indented text."
#ifdef if_name #line nnn "source-file-name" entry_type = { name = entry_name; ... }; #endif
subblock
option, you can specify a nested
value, See section subblock option. That is, this text:
* arg: int, this, what-it-iswith the `--subblock=arg=type,name,doc' option would yield:
arg = { type = int; name = this; doc = what-it-is; };
This section was generated by AutoGen, the aginfo template and the option descriptions for the getdefs program. It documents the getdefs usage text and option meanings.
This software is released under the GNU General Public License.
Go to the first, previous, next, last section, table of contents.