[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
input
argument is provided or is set to simply "-", and if
stdin
is not a tty
, then the list of input files will be
read from stdin
.
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 8.5.6 subblock option. That is, this text:
* arg: int, this, what-it-is |
with 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.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |