lsst.sconsUtils
16.0-14-g280d363+1
|
A callable to be used as an SCons Action to run Doxygen. More...
Public Member Functions | |
def | __init__ (self, kw) |
def | __call__ (self, env, config) |
def | findSources (self) |
def | findTargets (self) |
def | buildConfig (self, target, source, env) |
Public Attributes | |
results | |
sources | |
targets | |
useTags | |
inputs | |
excludes | |
outputPaths | |
makeTag | |
A callable to be used as an SCons Action to run Doxygen.
This should only be used by the env.Doxygen pseudo-builder method.
def lsst.sconsUtils.builders.DoxygenBuilder.__init__ | ( | self, | |
kw | |||
) |
def lsst.sconsUtils.builders.DoxygenBuilder.__call__ | ( | self, | |
env, | |||
config | |||
) |
def lsst.sconsUtils.builders.DoxygenBuilder.buildConfig | ( | self, | |
target, | |||
source, | |||
env | |||
) |
References lsst.sconsUtils.builders.DoxygenBuilder.excludes, lsst.sconsUtils.builders.DoxygenBuilder.inputs, lsst.sconsUtils.builders.DoxygenBuilder.makeTag, lsst.sconsUtils.utils.memberOf(), lsst.sconsUtils.builders.DoxygenBuilder.outputPaths, lsst.sconsUtils.installation.DirectoryInstaller.recursive, lsst.sconsUtils.builders.DoxygenBuilder.sources, and lsst.sconsUtils.builders.DoxygenBuilder.useTags.
def lsst.sconsUtils.builders.DoxygenBuilder.findSources | ( | self | ) |
def lsst.sconsUtils.builders.DoxygenBuilder.findTargets | ( | self | ) |
References lsst.sconsUtils.builders.DoxygenBuilder.targets.
Referenced by lsst.sconsUtils.builders.DoxygenBuilder.__call__().
lsst.sconsUtils.builders.DoxygenBuilder.excludes |
lsst.sconsUtils.builders.DoxygenBuilder.inputs |
lsst.sconsUtils.builders.DoxygenBuilder.makeTag |
lsst.sconsUtils.builders.DoxygenBuilder.outputPaths |
Referenced by lsst.sconsUtils.builders.DoxygenBuilder.buildConfig().
lsst.sconsUtils.builders.DoxygenBuilder.results |
lsst.sconsUtils.builders.DoxygenBuilder.sources |
lsst.sconsUtils.builders.DoxygenBuilder.targets |
Referenced by lsst.sconsUtils.builders.DoxygenBuilder.findTargets().
lsst.sconsUtils.builders.DoxygenBuilder.useTags |
Referenced by lsst.sconsUtils.builders.DoxygenBuilder.buildConfig().