webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Namespaces | |
srcdist | |
Functions | |
def | srcdist.srcDistEmitter (source, target, env) |
def DoxyfileParse(file_contents): """ Parse a Doxygen source file and return a dictionary of all the values. More... | |
def | srcdist.generate (env) |
"""Doxygen Doxyfile emitter""" possible output formats and their default values and output locationsoutput_formats = { "HTML": ("YES", "html"), "LATEX": ("YES", "latex"), "RTF": ("NO", "rtf"), "MAN": ("YES", "man"), "XML": ("NO", "xml"), } More... | |
def | srcdist.exists (env) |
Variables | |
srcdist.srcdist_builder = targz.makeBuilder( srcDistEmitter ) | |
doxyfile_scanner = env.Scanner( DoxySourceScan, "DoxySourceScan", scan_check = DoxySourceScanCheck, ) More... | |