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 File

the file that Exuberant TAGS info is written to

fileNames string[]

tags will be generated from these files

Meta