/*! 
 * \cond
 * Copyright Disney Enterprises, Inc.  All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License
 * and the following modification to it: Section 6 Trademarks.
 * deleted and replaced with:
 *
 * 6. Trademarks. This License does not grant permission to use the
 * trade names, trademarks, service marks, or product names of the
 * Licensor and its affiliates, except as required for reproducing
 * the content of the NOTICE file.
 *
 * You may obtain a copy of the License at
 * http://www.apache.org/licenses/LICENSE-2.0
 * \endcond
 * \mainpage SeExpr
 * \image html seexprlogo.png
 * \section maindoc User and Programmer Tutorials
 *  - \subpage userdoc -  User Documentation
 *  - \subpage plugins -  Custom Function Plugins
 * \section demos Demo Applications
 *     - \subpage mytut (code at asciiGraph.cpp)
 *     - \subpage uitut (code starting at imageEditor.cpp)
 *     - Image Synthesizer  (code at imageSynth.cpp)
 *     - SeGrapher Qt Grapher (code starting at segraph.cpp)
 *     - Renderman Shadeop (code at seop.cpp)
 * \section mainapi Main API pages
 *  - SeExpression - Main class to parse a single expression
 *  - SeExprVarRef - Binding of an external variable to an expression context.
 *  - SeExprFunc - Define a custom function that calls C++ code
 *  - SeExprFuncX - Manual argument parsing C++ code
 *  - SeExprFuncNode - Node that calls a function (needed for SeExprFuncX arg parsing)
 * \section useful Useful classes and functions
 *  - SeVec3d - Class to hold and manipulate 3-vectors
 *  - SeExprBuiltins.h - Useful builtin functions that are also available in C++
 *  - SeExpr::SeCurve - Hermite interpolation curve.
 *
 * \section internals Internals
 *  - SeExprNode - Parse Tree Node
 *  - SeExprParser.h - Entry point to bison/flex parser
 * 
 * \section Other
 *  - \subpage license
 */

/**
\page mytut Simple ASCII Grapher Tutorial
\htmlinclude tutorial.txt
*/
/**
\page uitut Simple Image Editor UI Tutorial
\htmlinclude uitutorial.txt
*/
/**
\page userdoc User Documentation
\htmlinclude userdoc.txt
*/
/**
\page plugins SeExpr Plugins
\htmlinclude plugins.txt
*/
/**
\page license License
\htmlinclude license.txt
*/
