printEtags

Prints ETAGS information to the given file.

void
printEtags
(
File output
,
bool tagAll
,
string[] fileNames
)

Parameters

tagAll bool

if set, tag private/package declaration too

fileNames string[]

tags will be generated from these files

Meta