lsst.sconsUtils  13.0-7-gc601e82+2
 All Classes Namespaces Files Functions Variables Properties Groups
Public Member Functions | Public Attributes | List of all members
lsst.sconsUtils.builders.DoxygenBuilder Class Reference

A callable to be used as an SCons Action to run Doxygen. More...

Inheritance diagram for lsst.sconsUtils.builders.DoxygenBuilder:

Public Member Functions

def __init__
 
def __call__
 
def findSources
 
def findTargets
 
def buildConfig
 

Public Attributes

 results
 
 sources
 
 targets
 
 useTags
 
 inputs
 
 excludes
 
 outputPaths
 
 makeTag
 

Detailed Description

A callable to be used as an SCons Action to run Doxygen.

This should only be used by the env.Doxygen pseudo-builder method.

Constructor & Destructor Documentation

def lsst.sconsUtils.builders.DoxygenBuilder.__init__ (   self,
  kw 
)

Member Function Documentation

def lsst.sconsUtils.builders.DoxygenBuilder.__call__ (   self,
  env,
  config 
)
def lsst.sconsUtils.builders.DoxygenBuilder.buildConfig (   self,
  target,
  source,
  env 
)
def lsst.sconsUtils.builders.DoxygenBuilder.findSources (   self)
def lsst.sconsUtils.builders.DoxygenBuilder.findTargets (   self)

Member Data Documentation

lsst.sconsUtils.builders.DoxygenBuilder.excludes
lsst.sconsUtils.builders.DoxygenBuilder.inputs
lsst.sconsUtils.builders.DoxygenBuilder.makeTag
lsst.sconsUtils.builders.DoxygenBuilder.outputPaths
lsst.sconsUtils.builders.DoxygenBuilder.results
lsst.sconsUtils.builders.DoxygenBuilder.sources
lsst.sconsUtils.builders.DoxygenBuilder.targets
lsst.sconsUtils.builders.DoxygenBuilder.useTags

The documentation for this class was generated from the following file: