etags now tags #undef, too
This commit is contained in:
parent
af02e17730
commit
5f7c79f929
1 changed files with 2 additions and 1 deletions
|
@ -182,7 +182,8 @@ convenient. Each name recorded is called a @dfn{tag}.
|
|||
@item
|
||||
In C code, any C function or typedef is a tag, and so are definitions of
|
||||
@code{struct}, @code{union} and @code{enum}.
|
||||
@code{#define} macro definitions and @code{enum} constants are also
|
||||
@code{#define} macro definitions, @code{#undef} and @code{enum}
|
||||
constants are also
|
||||
tags, unless you specify @samp{--no-defines} when making the tags table.
|
||||
Similarly, global variables are tags, unless you specify
|
||||
@samp{--no-globals}. Use of @samp{--no-globals} and @samp{--no-defines}
|
||||
|
|
Loading…
Add table
Reference in a new issue