Addd high level introductory docs for all the libs

This commit is contained in:
Robert Osfield
2004-11-26 16:01:04 +00:00
parent 4c36d5dd0b
commit c3fd271dc4
11 changed files with 92 additions and 0 deletions

View File

@@ -34,4 +34,12 @@
# define OSGDB_EXPORT
#endif
/**
\namespace osgDB
The osgDB library provides support for reading and writing scene graphs, providing a plugin framework and file utility classes.
The plugin framework in centred around the osgDB::Registry, and allows plugins which provide specific file format support to be dynamically loaded on demand.
*/
#endif