diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-03-07 16:20:36 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-03-07 16:20:36 +0000 |
commit | 19dff99a67fa83f8d3db3e203d853effb5bcf059 (patch) | |
tree | 4057cad0bfd0429883289c8d6935262a0c68c904 /Doxyfile | |
parent | 8016f79cfc6b4e9b34049ecbccdb65ee222d537a (diff) |
update Doxygen config file to include gpu directory in api generation
BUG=skia:2263
R=epoger@google.com
Author: hcm@google.com
Review URL: https://codereview.chromium.org/182253012
git-svn-id: http://skia.googlecode.com/svn/trunk@13705 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ WARN_IF_UNDOCUMENTED = NO # This file only creates documentation for the most important parts of the # external-visible API. -INPUT = include/core include/effects +INPUT = include/core include/effects include/gpu EXTRACT_PRIVATE = YES EXTRACT_STATIC = YES |