| # To update the Doxygen output checked into the Skia subversion repo (which is |
| # browsable at http://skia.googlecode.com/svn/docs/html/index.html ), run: |
| # tools/update-doxygen.sh |
| PROJECT_BRIEF = 2D Graphics Library |
| OUTPUT_DIRECTORY = ../docs |
| HTML_FOOTER = ../docs/static_footer.txt |
| INLINE_INHERITED_MEMB = NO |
| WARN_IF_UNDOCUMENTED = NO |
| # This file only creates documentation for the most important parts of the |
| INPUT = include/core include/effects |
| HTML_DYNAMIC_SECTIONS = NO |
| # Good class diagrams require graphviz, but also more parameter tuning and |
| # more build time than seems worthwhile. |
| # COLLABORATION_GRAPH = YES |
| # GRAPHICAL_HIERARCHY = YES |
| # Make SkDEBUGCODE disappear, but not SK_OVERRIDE. |
| ENABLE_PREPROCESSING = YES |
| EXPAND_AS_DEFINED = SkDEBUGCODE |
| # experimental evil only! inflates build time by 10 minutes |
| # INCLUDED_BY_GRAPH = YES |