Home | History | Annotate | Download | only in resources

Lines Matching refs:doxygen

7 """Generate Doxygen documentation."""
18 DOXYGEN_BINARY = 'doxygen'
20 DOXYGEN_CONFIG_DIR = os.path.join(WORKDIR, 'doxygen-config')
21 DOXYGEN_WORKING_DIR = os.path.join(WORKDIR, 'doxygen')
22 DOXYGEN_GS_PATH = '/'.join(['gs://skia-doc', 'doxygen'])
27 by <a href="http://www.doxygen.org/index.html">doxygen</a>
43 """Generate Doxygen."""
50 # Make copy of doxygen config file, overriding any necessary configs,
51 # and run doxygen.