1TAGS(3)                    ERLANG MODULE DEFINITION                    TAGS(3)
2
3
4

MODULE

6       tags - Generate Emacs TAGS file from Erlang source files.
7

DESCRIPTION

9       A  TAGS file is used by Emacs to find function and variable definitions
10       in any source file in a big project.  This module can generate  a  TAGS
11       file  from  Erlang source files.  It recognises functions, records, and
12       defines.
13

EXPORTS

15       root([Options])
16               Create a TAGS file covering all files in the  Erlang  distribuā€
17               tion.
18
19       file(File [, Options])
20               Create a TAGS file for the file `File'.
21
22       files(FileList [, Options])
23               Create a TAGS file for the files in the list `FileList'.
24
25       dir(Dir [, Options])
26               Create a TAGS file for all files in directory `Dir'.
27
28       dirs(DirList [, Options])
29               Create a TAGS file for all files in any directory in `DirList'.
30
31       subdir(Dir [, Options])
32               Descend  recursively down the directory `Dir' and create a TAGS
33               file based on all files found.
34
35       subdirs(DirList [, Options])
36               Descend recursively down all the directories in  `DirList'  and
37               create a TAGS file based on all files found.
38

OPTIONS

40       The  functions  above have an optional argument, Options.  It is a list
41       which can contain the following elements:
42
43       {outfile, NameOfTAGSFile}
44               Create a TAGS file named `NameOfTAGSFile'.
45
46       {outdir, NameOfDirectory}
47               Create a file named TAGS in the directory `NameOfDirectory'.
48
49       The default behaviour is to create a file named "TAGS" in  the  current
50       directory.
51

SEE ALSO

53       GNU Emacs Manual, chapter "Editing Programs", section "Tag Tables".
54
55       Erlang mode V2.0 for Emacs.
56

AUTHOR

58       Anders Lindgren
59
60
61
62
63Ericsson Software Technology      1996-05-30                           TAGS(3)
Impressum