diff options
Diffstat (limited to 'docs/_compile/source.doxyfile')
| -rw-r--r-- | docs/_compile/source.doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_compile/source.doxyfile b/docs/_compile/source.doxyfile index 3cdddf6..af0e055 100644 --- a/docs/_compile/source.doxyfile +++ b/docs/_compile/source.doxyfile @@ -7,7 +7,7 @@ PROJECT_NAME = "NVIDIA(R) Blast(R) SDK 1.1 Source Reference" INPUT = ../../sdk FILE_PATTERNS = *.h RECURSIVE = YES -EXCLUDE_PATTERNS = */waiting/* */ps4/* */xboxone/* +EXCLUDE_PATTERNS = */waiting/* */ps4/* */xboxone/* */apexmodules/* CHM_FILE = chm\Blast.chm TOC_EXPAND = YES OUTPUT_DIRECTORY = ../source_docs/ |