Doc now includes parts of the internal API.

Documenting importer plugin development.
Cleaning up doxygen usage in the public API.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@473 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
aramis_acg
2009-08-31 15:51:54 +00:00
parent a5d0829b78
commit 8929ee3da5
17 changed files with 306 additions and 162 deletions

View File

@@ -69,6 +69,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// .......................................................................................
// Importers
// (include_new_importers_here)
// .......................................................................................
#ifndef AI_BUILD_NO_X_IMPORTER
# include "XFileImporter.h"
@@ -269,8 +270,7 @@ Importer::Importer()
// ----------------------------------------------------------------------------
// Add an instance of each worker class here
// The order doesn't really care. File formats that are
// used more frequently than others should be at the beginning.
// (register_new_importers_here)
// ----------------------------------------------------------------------------
pimpl->mImporter.reserve(25);
#if (!defined AI_BUILD_NO_X_IMPORTER)