webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
def | find_program (filenames) |
def | do_subst_in_file (targetfile, sourcefile, dict) |
def | run_doxygen (doxygen_path, config_file, working_dir, is_silent) |
def | build_doc (options, make_release=False) |
def | main () |
Script to generate doxygen documentation.
def doxybuild.build_doc | ( | options, | |
make_release = False |
|||
) |
def doxybuild.do_subst_in_file | ( | targetfile, | |
sourcefile, | |||
dict | |||
) |
Replace all instances of the keys of dict with their values. For example, if dict is {'%VERSION%': '1.2345', '%BASE%': 'MyProg'}, then all instances of %VERSION% in the file will be replaced with 1.2345 etc.
def doxybuild.find_program | ( | filenames | ) |
find a program in folders path_lst, and sets env[var] @param filenames: a list of possible names of the program to search for @return: the full path of the filename if found, or '' if filename could not be found
def doxybuild.main | ( | void | ) |
def doxybuild.run_doxygen | ( | doxygen_path, | |
config_file, | |||
working_dir, | |||
is_silent | |||
) |