From: commit-bot@chromium.org Date: Fri, 7 Mar 2014 16:20:36 +0000 (+0000) Subject: update Doxygen config file to include gpu directory in api generation X-Git-Tag: submit/tizen/20180928.044319~8755 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19dff99a67fa83f8d3db3e203d853effb5bcf059;p=platform%2Fupstream%2FlibSkiaSharp.git 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 --- diff --git a/Doxyfile b/Doxyfile index eafa01aa8e..c472164ed8 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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