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

@@ -25,10 +25,18 @@
#include <list>
#include <fstream>
/**
\namespace osgUtx
The osgUtx is a unit test framework.
*/
namespace osgUtx{
class TestVisitor;
/**
Test, an abstract base class, is the Composite pattern's \em component
class for our graph of test cases, and defines the basic interface