printCtags

Prints CTAGS information to the given file. Includes metadata according to exuberant format used by Vim.

void
printCtags
(
File output
,
string[] fileNames
)

Parameters

output
Type: File

the file that Exuberant TAGS info is written to

fileNames
Type: string[]

tags will be generated from these files

Meta