GNU Info

Info Node: (ebrowse)Input files

(ebrowse)Input files


Next: Output file Prev: Generating browser files Up: Generating browser files
Enter node , (file) or (file)node

Specifying Input Files
======================

`file'
     Each file name on the command line tells `ebrowse' to parse that
     file.

`--files=FILE'
     This command line switch specifies that FILE contains a list of
     file names to parse.  Each line in FILE must contain one file
     name.  More than one option of this kind is allowed.  You might,
     for instance, want to use one file for header files, and another
     for source files.

`standard input'
     When `ebrowse' finds no file names on the command line, and no
     `--file' option is specified, it reads file names from standard
     input.  This is sometimes convenient when `ebrowse' is used as part
     of a command pipe.

`--search-path=PATHS'
     This option lets you specify search paths for your input files.
     PATHS is a list of directory names, separated from each other by a
     either a colon or a semicolon, depending on the operating system.

   It is generally a good idea to specify input files so that header
files are parsed before source files.  This facilitates the parser's
work of properly identifying friend functions of a class.


automatically generated by info2www version 1.2.2.9