From ac961c33c61b487d982ca9cf9b04ba4ac754ecda Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Fri, 26 Jan 2018 21:55:41 -0800 Subject: Apex dependency removed (used in ExtImport) Mesh corruption and crash fit for UV fitting function Updated release_notes.txt --- docs/_compile/api.doxyfile | 2 +- docs/_compile/source.doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_compile') diff --git a/docs/_compile/api.doxyfile b/docs/_compile/api.doxyfile index 171022d..ad4597a 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 */common/* */ps4/* */xboxone/* */source/* */waiting/* +EXCLUDE_PATTERNS = NvPreprocessor.h */common/* */ps4/* */xboxone/* */source/* */waiting/* */apexmodules/* CHM_FILE = chm\Blast.chm TOC_EXPAND = YES OUTPUT_DIRECTORY = ../api_docs/ 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/ -- cgit v1.2.3