diff options
| author | Bryan Galdrikian <[email protected]> | 2018-01-26 21:55:41 -0800 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2018-01-26 21:55:41 -0800 |
| commit | ac961c33c61b487d982ca9cf9b04ba4ac754ecda (patch) | |
| tree | 2600d61bb009f065384d548eb16fdc2d12f0f227 /docs/_compile/api.doxyfile | |
| parent | Updated release notes (diff) | |
| download | blast-ac961c33c61b487d982ca9cf9b04ba4ac754ecda.tar.xz blast-ac961c33c61b487d982ca9cf9b04ba4ac754ecda.zip | |
Apex dependency removed (used in ExtImport)
Mesh corruption and crash fit for UV fitting function
Updated release_notes.txt
Diffstat (limited to 'docs/_compile/api.doxyfile')
| -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 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/ |