aboutsummaryrefslogtreecommitdiff
path: root/docs/_compile/source.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/source.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/source.doxyfile')
-rw-r--r--docs/_compile/source.doxyfile31
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/_compile/source.doxyfile b/docs/_compile/source.doxyfile
new file mode 100644
index 0000000..0980e89
--- /dev/null
+++ b/docs/_compile/source.doxyfile
@@ -0,0 +1,31 @@
+# Doxyfile 1.8.7
+
+@INCLUDE = Doxyfile
+
+PROJECT_NAME = "NVIDIA(R) Blast(R) SDK 1.0 Source Reference"
+
+INPUT = ../../sdk
+FILE_PATTERNS = *.h
+RECURSIVE = YES
+EXCLUDE_PATTERNS = */waiting/* */ps4/* */xboxone/*
+CHM_FILE = chm\Blast.chm
+TOC_EXPAND = YES
+OUTPUT_DIRECTORY = ../source_docs/
+HTML_OUTPUT = files
+GENERATE_HTML = YES
+GENERATE_LATEX = NO
+GENERATE_TREEVIEW = YES
+TREEVIEW_WIDTH = 400
+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 \ No newline at end of file