diff options
Diffstat (limited to 'docs/_compile')
| -rw-r--r-- | docs/_compile/api.doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_compile/api.doxyfile b/docs/_compile/api.doxyfile index 601f1f1..171022d 100644 --- a/docs/_compile/api.doxyfile +++ b/docs/_compile/api.doxyfile @@ -32,7 +32,7 @@ INPUT = ../../sdk \ ../_source/copyrights.txt FILE_PATTERNS = *.h RECURSIVE = YES -EXCLUDE_PATTERNS = NvPreprocessor.h */ps4/* */xboxone/* */source/* */waiting/* +EXCLUDE_PATTERNS = NvPreprocessor.h */common/* */ps4/* */xboxone/* */source/* */waiting/* CHM_FILE = chm\Blast.chm TOC_EXPAND = YES OUTPUT_DIRECTORY = ../api_docs/ |