DoxygenBuilder¶
- 
class lsst.sconsUtils.builders.DoxygenBuilder(**kw)¶
- Bases: - object- A callable to be used as an SCons Action to run Doxygen. - This should only be used by the env.Doxygen pseudo-builder method. - Methods Summary - __call__(env, config)- Call self as a function. - buildConfig(target, source, env)- findSources()- findTargets()- Methods Documentation - 
__call__(env, config)¶
- Call self as a function. 
 - 
buildConfig(target, source, env)¶
 - 
findSources()¶
 - 
findTargets()¶
 
-