diff --git a/doc/AssimpCmdDoc_Html/AssimpCmdDoc.chm b/doc/AssimpCmdDoc_Html/AssimpCmdDoc.chm index 9c47f2125..5179a8447 100644 Binary files a/doc/AssimpCmdDoc_Html/AssimpCmdDoc.chm and b/doc/AssimpCmdDoc_Html/AssimpCmdDoc.chm differ diff --git a/doc/dox_cmd.h b/doc/dox_cmd.h index 22fdbb595..7de5b2946 100644 --- a/doc/dox_cmd.h +++ b/doc/dox_cmd.h @@ -57,15 +57,48 @@ environment. /** @page version 'version'-Command - +Display the version/revision of Assimp used. */ /** @page help 'help'-Command - +Display a really helpful text. */ +//---------------------------------------------------------------------------------------------- +// ASSIMP CMPDUMP + +/** +@page cmpdump 'cmpdump'-Command + +Used for Assimp's internal regression testing. Compare two mini dumps (produced using assimp dump .. -b -s) and +report any differences. In the regression test suite, this facility is used to build a database of +'known-to-be-fine' mini dumps, which are regularly compared against current results to detect regressions. + +
+
+actual
+Required. Mini dump now.
+
+
+expected
+Required. Archived dump from some point in the past.
+
model
-Required. Relative or absolute path to the input model. A wildcard may be specified.
-See the @link wildcard wildcards page @endlink for more information.
+Required. Relative or absolute path to the input model.
@@ -168,8 +200,7 @@ assimp extract
model
-Required. Relative or absolute path to the input model. A wildcard may be specified.
-See the @link wildcard wildcards page @endlink for more information.
+Required. Relative or absolute path to the input model.