File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ IECORE_API bool withFreeType();
6666// / \ref mainPageRenderingSection <br>
6767// / \ref mainPageAlgorithmsSection <br>
6868// / \ref mainPagePythonSection <br>
69- // / \ref mainPageApplicationSupportSection <br>
7069// / \ref mainPageThreadingSection <br>
7170// /
7271// / \section mainPageMathSection Math
@@ -232,11 +231,6 @@ IECORE_API bool withFreeType();
232231// / All of the IECore C++ classes are bound into Python using the <a href="http://www.boost.org/libs/python/doc/">boost::python</a> framework.
233232// / Many can actually be subclassed in python, making it very quick to implement a new Op for instance.
234233// /
235- // / \section mainPageApplicationSupportSection Application support
236- // /
237- // / The generic functionality contained within IECore is interfaced with specific 3rd party applications and frameworks using additional
238- // / libraries. These libraries include \ref IECoreMaya, IECoreHoudini, IECoreNuke and IECoreGL.
239- // /
240234// / \section mainPageThreadingSection Threading
241235// /
242236// / Much of the library is not threadsafe. In general it's best to assume that thread safety doesn't exist unless specified otherwise -
You can’t perform that action at this time.
0 commit comments