Skip to content

Commit b51f7ed

Browse files
committed
Docs : Remove "Application support" section
1 parent 03df0b5 commit b51f7ed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/IECore/IECore.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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 -

0 commit comments

Comments
 (0)