Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/io/collada/DocumentImporter.h')
-rw-r--r--source/blender/io/collada/DocumentImporter.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/source/blender/io/collada/DocumentImporter.h b/source/blender/io/collada/DocumentImporter.h
index a6ed014a33c..8e553f1ce7a 100644
--- a/source/blender/io/collada/DocumentImporter.h
+++ b/source/blender/io/collada/DocumentImporter.h
@@ -77,11 +77,13 @@ class DocumentImporter : COLLADAFW::IWriter {
*/
void cancel(const COLLADAFW::String &errorMessage);
- /** This is the method called. The writer hast to prepare to receive data.*/
+ /** This is the method called. The writer hast to prepare to receive data. */
void start();
- /** This method is called after the last write* method. No other methods will be called after
- * this.*/
+ /**
+ * This method is called after the last write* method.
+ * No other methods will be called after this.
+ */
void finish();
bool writeGlobalAsset(const COLLADAFW::FileInfo *);