filesToTag¶
-
lsst.sconsUtils.builders.
filesToTag
(root=None, fileRegex=None, ignoreDirs=None)¶ Return a list of files that need to be scanned for tags, starting at directory root.
Parameters: Returns: - files :
list
List of matching files.
Notes
These tags are for advanced Emacs users, and should not be confused with SVN tags or Doxygen tags.
Files are chosen if they match fileRegex; toplevel directories in list ignoreDirs are ignored. This routine won’t do anything unless you specified a “TAGS” target.
- files :