Package mbuild :: Module doxygen
[frames] | no frames]

Module doxygen

source code

Functions
 
doxygen_args(env)
Add the knobs to the command line knobs parser
source code
 
doxygen_env(env)
Add the doxygen variables to the environment
source code
 
doxygen_run(env, inputs, subs, work_queue, hash_file_name='dox')
Run doxygen assuming certain values are in the environment env.
source code
Variables
  __package__ = 'mbuild'
Function Details

doxygen_run(env, inputs, subs, work_queue, hash_file_name='dox')

source code 

Run doxygen assuming certain values are in the environment env.

Parameters:
  • env (env_t) - the environment
  • inputs (list) - list of input files to scan for dependences
  • subs (dictionary) - replacements in the config file
  • work_queue (work_queue_t) - a work queue for the build
  • hash_file_name (string) - used for the dummy file and mbuild hash suffix