From d243404d4ba88bcf53f7310cc8980b4efe38c19f Mon Sep 17 00:00:00 2001 From: Marijn Tamis Date: Mon, 1 Apr 2019 14:21:09 +0200 Subject: 1.1.6 Release. --- PxShared/src/foundation/doc/PsFoundation.chm | Bin 548596 -> 0 bytes PxShared/src/foundation/doc/Readme.txt | 18 ------------------ PxShared/src/foundation/doc/create_docs.cmd | 7 ------- PxShared/src/foundation/doc/docs.doxyfile | 13 ------------- 4 files changed, 38 deletions(-) delete mode 100644 PxShared/src/foundation/doc/PsFoundation.chm delete mode 100644 PxShared/src/foundation/doc/Readme.txt delete mode 100644 PxShared/src/foundation/doc/create_docs.cmd delete mode 100644 PxShared/src/foundation/doc/docs.doxyfile (limited to 'PxShared/src/foundation/doc') diff --git a/PxShared/src/foundation/doc/PsFoundation.chm b/PxShared/src/foundation/doc/PsFoundation.chm deleted file mode 100644 index df3c07f..0000000 Binary files a/PxShared/src/foundation/doc/PsFoundation.chm and /dev/null differ diff --git a/PxShared/src/foundation/doc/Readme.txt b/PxShared/src/foundation/doc/Readme.txt deleted file mode 100644 index 88e1189..0000000 --- a/PxShared/src/foundation/doc/Readme.txt +++ /dev/null @@ -1,18 +0,0 @@ -This is the 'NVIDIA Shared' foundation library. - -This code should not ever appear in any public headers or interfaces. - -This library is primarily a platform abstraction layer. - -It contains code to handle mutexes, atomic operations, etc. - -It also handles some SIMD data types. - -It provides math utility functions. - -It implements a number of common container classes. - -It manages trapping all memory allocations. - -All projects should leverage against this foundation library to -perform these common functions. diff --git a/PxShared/src/foundation/doc/create_docs.cmd b/PxShared/src/foundation/doc/create_docs.cmd deleted file mode 100644 index 4691d7d..0000000 --- a/PxShared/src/foundation/doc/create_docs.cmd +++ /dev/null @@ -1,7 +0,0 @@ -set DOXYGEN_DIR=..\..\..\..\..\..\..\devrel\GameWorks\BuildTools\doxygen-win\bin -set HTMLHELP_DIR=..\..\..\..\..\..\..\devrel\GameWorks\BuildTools\HTMLHelpWorkshop - -%DOXYGEN_DIR%\doxygen.exe docs.doxyfile -cd html -..\%HTMLHELP_DIR%\hhc.exe index.hhp -cd .. diff --git a/PxShared/src/foundation/doc/docs.doxyfile b/PxShared/src/foundation/doc/docs.doxyfile deleted file mode 100644 index 624a44f..0000000 --- a/PxShared/src/foundation/doc/docs.doxyfile +++ /dev/null @@ -1,13 +0,0 @@ -# Doxyfile 1.5.8 - -PROJECT_NAME = "NVIDIA(R) PsFoundation Reference" -#ENABLED_SECTIONS = PHYSICS_SDK_PAGES -WARN_LOGFILE = PsFoundation.err -INPUT = ../include ../include/windows ../src ../src/windows -EXTRACT_ALL = YES -ENABLE_PREPROCESSING = YES -MACRO_EXPANSION = YES -GENERATE_HTMLHELP = YES -HTML_OUTPUT = html/ -CHM_FILE = ../PsFoundation.chm -TOC_EXPAND = YES -- cgit v1.2.3