Mercurial > emacs
changeset 49123:3e1dde9764c0
Added reference to the new `etags --help --lang=LANG' option.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Thu, 09 Jan 2003 15:15:28 +0000 |
parents | 1a51889893d0 |
children | f613014bd3f4 |
files | man/maintaining.texi |
diffstat | 1 files changed, 9 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/man/maintaining.texi Thu Jan 09 14:13:48 2003 +0000 +++ b/man/maintaining.texi Thu Jan 09 15:15:28 2003 +0000 @@ -230,7 +230,8 @@ You can tag function declarations and external variables in addition to function definitions by giving the @samp{--declarations} option to -@code{etags}. +@code{etags}. You can tag struct members with the @samp{--members} +option. @item In C++ code, in addition to all the tag constructs of C code, member @@ -271,7 +272,7 @@ @item In Lisp code, any function defined with @code{defun}, any variable defined with @code{defvar} or @code{defconst}, and in general the first -argument of any expression that starts with @samp{(def} in column zero, is +argument of any expression that starts with @samp{(def} in column zero is a tag. @item @@ -285,7 +286,7 @@ @itemize @bullet @item -In Ada code, functions, procedures, packages, tasks, and types are +In Ada code, functions, procedures, packages, tasks and types are tags. Use the @samp{--packages-only} option to create tags for packages only. @@ -330,7 +331,7 @@ column 8 and followed by a period. @item -In Erlang code, the tags are the functions, records, and macros defined +In Erlang code, the tags are the functions, records and macros defined in the file. @item @@ -347,7 +348,7 @@ @item In Objective C code, tags include Objective C definitions for classes, -class categories, methods, and protocols. Tags for variables and +class categories, methods and protocols. Tags for variables and functions in classes are named @samp{@var{class}::@var{variable}} and @samp{@var{class}::@var{function}}. @@ -477,7 +478,9 @@ @samp{etags --help} prints the list of the languages @code{etags} knows, and the file name rules for guessing the language. It also prints a list of all the available @code{etags} options, together with a short -explanation. +explanation. If followed by one or more @samp{--language=@var{lang}} +options, prints detailed information about how tags are generated for +@var{lang}. @node Etags Regexps @subsection Etags Regexps