1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
.TH EBROWSE 1
.SH NAME
ebrowse \- create a class hierarchy database
.SH SYNOPSIS
.B emacsclient
.I "[options] files ..."
.SH "DESCRIPTION"
This manual page documents briefly the
.BR ebrowse
command. Full documentation is available in the GNU Info format.
.PP
.B ebrowse
is used to create the database used by the class browser in Emacs.
.PP
.SH OPTIONS
The programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
.TP
.B \-a, \-\-append
append output to existing file
.TP
.B \-f, \-\-files=FILES
read input file names from FILE
.TP
.B \-I, \-\-search-path=LIST
set search path for input files
.TP
.B \-m, \-\-min-regexp-length=N
set minimum regexp length to N
.TP
.B \-M, \-\-max-regexp-length=N
set maximum regexp length to N
.TP
.B \-n, \-\-no-nested-classes
exclude nested classes
.TP
.B \-o, \-\-output-file=FILE
set output file name to FILE
.TP
.B \-p, \-\-position-info
print info about position in file
.TP
.B \-s, \-\-no-structs-or-unions
don't record structs or unions
.TP
.B \-v, \-\-verbose
be verbose
.TP
.B \-V, \-\-very-verbose
be very verbose
.TP
.B \-x, \-\-no-regexps
don't record regular expressions
.TP
.B \-\-help
display this help
.TP
.B \-\-version
display version info
.SH "SEE ALSO"
The program is documented fully in
.IR "Ebrowse"
available via the Info system.
.SH AUTHORS
.I Ebrowse
was written by Gerd Möllmann.
.
.SH COPYING
Copyright 2008 Free Software Foundation, Inc.
.
.\" arch-tag: b771158b-90cb-43a5-b9af-dbc506311817
|