Ammend the references to ReentrantMutex and ReadWriteMutex to related to their move to OpenThreads
This commit is contained in:
parent
eb4ad4229f
commit
69e52e6d61
@ -281,11 +281,13 @@ suppress reflector "osgDB::Output"
|
|||||||
# some types are incorrectly detected as value type or object type. Here we
|
# some types are incorrectly detected as value type or object type. Here we
|
||||||
# specify the type kind explicitly
|
# specify the type kind explicitly
|
||||||
|
|
||||||
configure reflector "osgDB::ReentrantMutex"
|
suppress reflector "OpenThreads::Mutex"
|
||||||
|
|
||||||
|
configure reflector "OpenThreads::ReentrantMutex"
|
||||||
object-type
|
object-type
|
||||||
end
|
end
|
||||||
|
|
||||||
configure reflector "osgDB::ReadWriteMutex"
|
configure reflector "OpenThreads::ReadWriteMutex"
|
||||||
object-type
|
object-type
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -297,8 +299,6 @@ configure reflector "osg::GraphicsContext"
|
|||||||
object-type
|
object-type
|
||||||
end
|
end
|
||||||
|
|
||||||
suppress reflector "OpenThreads::Mutex"
|
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
# Doxygen doesn't parse ReadFunc and WriteFunc correctly...
|
# Doxygen doesn't parse ReadFunc and WriteFunc correctly...
|
||||||
|
Loading…
Reference in New Issue
Block a user