aboutsummaryrefslogtreecommitdiff
path: root/docs/_compile/api.doxyfile
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2017-02-24 09:32:20 -0800
committerBryan Galdrikian <[email protected]>2017-02-24 09:32:20 -0800
commite1bf674c16e3c8472b29574159c789cd3f0c64e0 (patch)
tree9f0cfce09c71a2c27ff19589fcad6cd83504477c /docs/_compile/api.doxyfile
parentfirst commit (diff)
downloadblast-e1bf674c16e3c8472b29574159c789cd3f0c64e0.tar.xz
blast-e1bf674c16e3c8472b29574159c789cd3f0c64e0.zip
Updating to [email protected] and [email protected] with a new directory structure.
NvBlast folder is gone, files have been moved to top level directory. README is changed to reflect this.
Diffstat (limited to 'docs/_compile/api.doxyfile')
-rw-r--r--docs/_compile/api.doxyfile56
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/_compile/api.doxyfile b/docs/_compile/api.doxyfile
new file mode 100644
index 0000000..d4b679e
--- /dev/null
+++ b/docs/_compile/api.doxyfile
@@ -0,0 +1,56 @@
+# Doxyfile 1.8.7
+
+@INCLUDE = Doxyfile
+
+PROJECT_NAME = "NVIDIA(R) Blast(R) SDK 1.0 API Reference"
+
+INPUT = ../../sdk \
+ ../release_notes.txt \
+ ../_source/api_users_guide.txt \
+ ../_source/introduction.txt \
+ ../_source/api_ll_users_guide.txt \
+ ../_source/api_hl_users_guide.txt \
+ ../_source/api_ext_users_guide.txt \
+ ../_source/ext_authoring.txt \
+ ../_source/ext_import.txt \
+ ../_source/ext_serialization.txt \
+ ../_source/ext_converterll.txt \
+ ../_source/ext_materials.txt \
+ ../_source/ext_physx.txt \
+ ../_source/tools.txt \
+ ../_source/apex_importer.txt \
+ ../_source/data_converter.txt \
+ ../_source/authoring_tool.txt \
+ ../_source/samples.txt \
+ ../_source/sample_asset_viewer.txt \
+ ../_source/definitions.txt \
+ ../_source/copyrights.txt
+FILE_PATTERNS = *.h
+RECURSIVE = YES
+EXCLUDE_PATTERNS = NvPreprocessor.h */ps4/* */xboxone/* */source/* */waiting/*
+CHM_FILE = chm\Blast.chm
+TOC_EXPAND = YES
+OUTPUT_DIRECTORY = ../api_docs/
+HTML_OUTPUT = files
+GENERATE_HTML = YES
+GENERATE_LATEX = NO
+DISABLE_INDEX = YES
+GENERATE_TREEVIEW = YES
+TREEVIEW_WIDTH = 375
+HTML_STYLESHEET = NVIDIA.css
+FULL_PATH_NAMES = YES
+STRIP_FROM_PATH = ../..
+HTML_TIMESTAMP = NO
+PROJECT_LOGO = blast_logo.png
+SEARCHENGINE = NO
+HTML_FOOTER = doxygen_html_footer.txt
+HTML_HEADER = doxygen_html_header.txt
+LAYOUT_FILE = DoxygenLayout.xml
+EXTRACT_ALL = YES
+SORT_MEMBER_DOCS = YES
+SORT_BRIEF_DOCS = YES
+SORT_MEMBERS_CTORS_1ST = YES
+ENABLE_PREPROCESSING = YES
+MACRO_EXPANSION = YES
+EXPAND_ONLY_PREDEF = YES
+PREDEFINED = NVBLAST_API=