Query: tags
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAGS(3erl) ERLANG MODULE DEFINITION TAGS(3erl)MODULEtags - Generate Emacs TAGS file from Erlang source files.DESCRIPTIONA TAGS file is used by Emacs to find function and variable definitions in any source file in a big project. This module can generate a TAGS file from Erlang source files. It recognises functions, records, and defines.EXPORTSroot([Options]) Create a TAGS file covering all files in the Erlang distribution. file(File [, Options]) Create a TAGS file for the file `File'. files(FileList [, Options]) Create a TAGS file for the files in the list `FileList'. dir(Dir [, Options]) Create a TAGS file for all files in directory `Dir'. dirs(DirList [, Options]) Create a TAGS file for all files in any directory in `DirList'. subdir(Dir [, Options]) Descend recursively down the directory `Dir' and create a TAGS file based on all files found. subdirs(DirList [, Options]) Descend recursively down all the directories in `DirList' and create a TAGS file based on all files found.OPTIONSThe functions above have an optional argument, Options. It is a list which can contain the following elements: {outfile, NameOfTAGSFile} Create a TAGS file named `NameOfTAGSFile'. {outdir, NameOfDirectory} Create a file named TAGS in the directory `NameOfDirectory'. The default behaviour is to create a file named "TAGS" in the current directory.SEE ALSOGNU Emacs Manual, chapter "Editing Programs", section "Tag Tables". Erlang mode V2.0 for Emacs.AUTHORAnders Lindgren Ericsson Software Technology 1996-05-30 TAGS(3erl)
Related Man Pages |
---|
mod_auth(3erl) - linux |
ssh_sftpd(3erl) - linux |
tags(3erl) - linux |
iptc(1) - debian |
update-otags(8) - debian |
Similar Topics in the Unix Linux Community |
---|
File name 1 |
Find /Dir |
Creating a File system with required permissions for all DIR's created in |
Vi editor in UNIX hwk HELP!! |
Create several files from one |