aboutsummaryrefslogtreecommitdiff
path: root/docs/_compile
diff options
context:
space:
mode:
authorAnton Novoselov <[email protected]>2017-08-01 12:53:38 +0300
committerAnton Novoselov <[email protected]>2017-08-01 12:53:38 +0300
commit236f03c0b9a4982328ed1201978f7f69d192d9b2 (patch)
treee486f2fa39dba203563895541e92c60ed3e25759 /docs/_compile
parentAdded screens to welcome page (diff)
downloadblast-236f03c0b9a4982328ed1201978f7f69d192d9b2.tar.xz
blast-236f03c0b9a4982328ed1201978f7f69d192d9b2.zip
Blast 1.1 release (windows / linux)
see docs/release_notes.txt for details
Diffstat (limited to 'docs/_compile')
-rw-r--r--docs/_compile/api.doxyfile13
-rw-r--r--docs/_compile/doxygen.bat2
-rw-r--r--docs/_compile/doxygen.sh2
-rw-r--r--docs/_compile/source.doxyfile2
4 files changed, 12 insertions, 7 deletions
diff --git a/docs/_compile/api.doxyfile b/docs/_compile/api.doxyfile
index d4b679e..601f1f1 100644
--- a/docs/_compile/api.doxyfile
+++ b/docs/_compile/api.doxyfile
@@ -2,24 +2,29 @@
@INCLUDE = Doxyfile
-PROJECT_NAME = "NVIDIA(R) Blast(R) SDK 1.0 API Reference"
+PROJECT_NAME = "NVIDIA(R) Blast(R) SDK 1.1 API Reference"
INPUT = ../../sdk \
../release_notes.txt \
../_source/api_users_guide.txt \
../_source/introduction.txt \
../_source/api_ll_users_guide.txt \
+ ../_source/api_globals_users_guide.txt \
../_source/api_hl_users_guide.txt \
../_source/api_ext_users_guide.txt \
+ ../_source/ext_shaders.txt \
+ ../_source/ext_stress.txt \
+ ../_source/ext_assetutils.txt \
../_source/ext_authoring.txt \
../_source/ext_import.txt \
+ ../_source/ext_exporter.txt \
../_source/ext_serialization.txt \
- ../_source/ext_converterll.txt \
- ../_source/ext_materials.txt \
+ ../_source/ext_tkserialization.txt \
+ ../_source/ext_pxserialization.txt \
../_source/ext_physx.txt \
../_source/tools.txt \
../_source/apex_importer.txt \
- ../_source/data_converter.txt \
+ ../_source/legacy_converter.txt \
../_source/authoring_tool.txt \
../_source/samples.txt \
../_source/sample_asset_viewer.txt \
diff --git a/docs/_compile/doxygen.bat b/docs/_compile/doxygen.bat
index 74d482f..7bd5cb4 100644
--- a/docs/_compile/doxygen.bat
+++ b/docs/_compile/doxygen.bat
@@ -20,7 +20,7 @@ if exist ..\"%NAME%"_docs (
:: Run packman to ensure doxygen is there:
set DOXYGEN_VERSION=1.5.8-gameworks-win
-call "%BLAST_ROOT%\buildtools\packman\windows\packman.cmd" %PM_OPTIONS_EXT% install doxygen %DOXYGEN_VERSION%
+call "%BLAST_ROOT%\buildtools\packman\packman.cmd" install doxygen %DOXYGEN_VERSION%
if errorlevel 1 (
echo ***SCRIPTERROR: packman failed to get dependencies
goto doxygen_failed
diff --git a/docs/_compile/doxygen.sh b/docs/_compile/doxygen.sh
index 7d4c794..1e6d37c 100644
--- a/docs/_compile/doxygen.sh
+++ b/docs/_compile/doxygen.sh
@@ -21,7 +21,7 @@ fi
DOXYGEN_VERSION=1.8.13-linux-x86_64
echo "Using packman to get doxygen: $DOXYGEN_VERSION"
-$(dirname "$0")/../../buildtools/packman/linux/packman $PM_OPTIONS_EXT install doxygen $DOXYGEN_VERSION
+$(dirname "$0")/../../buildtools/packman/packman install doxygen $DOXYGEN_VERSION
DOXYGEN=$PM_PACKAGES_ROOT/doxygen/$DOXYGEN_VERSION/bin/doxygen
diff --git a/docs/_compile/source.doxyfile b/docs/_compile/source.doxyfile
index 0980e89..3cdddf6 100644
--- a/docs/_compile/source.doxyfile
+++ b/docs/_compile/source.doxyfile
@@ -2,7 +2,7 @@
@INCLUDE = Doxyfile
-PROJECT_NAME = "NVIDIA(R) Blast(R) SDK 1.0 Source Reference"
+PROJECT_NAME = "NVIDIA(R) Blast(R) SDK 1.1 Source Reference"
INPUT = ../../sdk
FILE_PATTERNS = *.h