polyvox/library/Mainpage.dox

29 lines
368 B
Plaintext

/**
\mainpage PolyVox Framework
The PolyVox documentation.\n
For a brief introduction, see the \ref tutorial.
\author David Williams
\namespace PolyVox
\brief Main namespace
*/
/**
\page tutorial Tutorial
This is a basic tutorial covering the essentials of using PolyVox.
\code
#include <Block.h>
int main(int argc, char *argv[])
{
//blah blah
}
\endcode
*/