GNU Info

Info Node: (ebrowse)Generating browser files

(ebrowse)Generating browser files


Next: Loading a Tree Prev: Overview Up: Top
Enter node , (file) or (file)node

Processing Source Files
***********************

   Before you can start browsing a class hierarchy, you must run the
parser `ebrowse' on your source files in order to generate a Lisp data
base describing your program.

   The operation of `ebrowse' can be tailored with command line
options.  Under normal circumstances it suffices to let the parser use
its default settings.  If you want to do that, call it with a command
line like:

     ebrowse *.h *.cc

or, if your shell doesn't allow all the file names to be specified on
the command line,

     ebrowse --files=FILE

where FILE contains the names of the files to be parsed, one per line.

   When invoked with option `--help', `ebrowse' prints a list of
available command line options.

Input files
Specifying which files to parse
Output file
Changing the output file name
Structs and unions
Omitting `struct's and `union's
Matching
Setting regular expression lengths
Verbosity
Getting feedback for lengthy operations

automatically generated by info2www version 1.2.2.9