Updated doxgen docs.

This commit is contained in:
Robert Osfield
2005-05-25 11:45:02 +00:00
parent 59be8c19f3
commit 40ef0026df
4 changed files with 20 additions and 3 deletions

View File

@@ -41,4 +41,21 @@
# endif
#endif
/**
\namespace osgIntrospection
The osgIntrospection library provides the an introspection/reflection framework for non intrusive
run-time querying and calling of class properties and methods.
osgIntrospection is ideal for providing non native language binding to the OpenSceneGraph, convenient means
for editing properties in a generic way, such as required in scene graph editors,
and also facilitates the automatic serealization of objects.
osgIntrospection can be used to provide introspection support to 3rd Party libraries without the need to
modify them to add this support, the wrappers providing the actual binding can be
automatically generated by parsing header files via gen_wrapper utility. All the
core OpenSceneGraph libraries have pre built wrappers available for you use.
*/
#endif