diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 14:03:54 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 14:04:17 +1100 |
commit | 9468abbdf973e2da8f9b2660c440d3ff55326f9b (patch) | |
tree | c0acce383155e381ae440b5211605f08905a4d81 /solenv | |
parent | c89f9b19cefd08b31b6e5dfa55ea0f4ff757da9c (diff) |
vcl: exclude precompiled headers from doxygen
Change-Id: I97e931ae654b3c61de92866bf6c4a3d22e3f96c9
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/doxygen.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/doxygen.cfg b/solenv/inc/doxygen.cfg index 26324fd65e6b..4591c799906a 100644 --- a/solenv/inc/doxygen.cfg +++ b/solenv/inc/doxygen.cfg @@ -796,7 +796,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = vcl/inc/pch/ # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded |