|
LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
A callable to be used as an SCons Action to run Doxygen. More...
Public Member Functions | |
| def | __init__ |
| def | __call__ |
| def | findSources |
| def | findTargets |
| def | buildConfig |
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.
Definition at line 238 of file builders.py.
| def lsst.sconsUtils.builders.DoxygenBuilder.__init__ | ( | self, | |
| kw | |||
| ) |
Definition at line 240 of file builders.py.
| def lsst.sconsUtils.builders.DoxygenBuilder.__call__ | ( | self, | |
| env, | |||
| config | |||
| ) |
Definition at line 250 of file builders.py.
| def lsst.sconsUtils.builders.DoxygenBuilder.buildConfig | ( | self, | |
| target, | |||
| source, | |||
| env | |||
| ) |
Definition at line 311 of file builders.py.
| def lsst.sconsUtils.builders.DoxygenBuilder.findSources | ( | self | ) |
Definition at line 272 of file builders.py.
| def lsst.sconsUtils.builders.DoxygenBuilder.findTargets | ( | self | ) |
Definition at line 307 of file builders.py.
| lsst.sconsUtils.builders.DoxygenBuilder.excludes |
Definition at line 247 of file builders.py.
| lsst.sconsUtils.builders.DoxygenBuilder.inputs |
Definition at line 246 of file builders.py.
| lsst.sconsUtils.builders.DoxygenBuilder.makeTag |
Definition at line 258 of file builders.py.
| lsst.sconsUtils.builders.DoxygenBuilder.outputPaths |
Definition at line 248 of file builders.py.
| lsst.sconsUtils.builders.DoxygenBuilder.results |
Definition at line 242 of file builders.py.
| lsst.sconsUtils.builders.DoxygenBuilder.sources |
Definition at line 243 of file builders.py.
| lsst.sconsUtils.builders.DoxygenBuilder.targets |
Definition at line 244 of file builders.py.
| lsst.sconsUtils.builders.DoxygenBuilder.useTags |
Definition at line 245 of file builders.py.
1.8.5