diff --git a/library/Mainpage.dox b/library/Mainpage.dox index 193f3164..47e67028 100644 --- a/library/Mainpage.dox +++ b/library/Mainpage.dox @@ -1,11 +1,28 @@ /** \mainpage PolyVox Framework -The PolyVox documentation. +The PolyVox documentation.\n + +For a brief introduction, see the \ref tutorial. + -\par \author David Williams \namespace PolyVox \brief Main namespace -*/ \ No newline at end of file +*/ + +/** +\page tutorial Tutorial + +This is a basic tutorial covering the essentials of using PolyVox. + +\code +#include + +int main(int argc, char *argv[]) +{ + //blah blah +} +\endcode +*/