[Bf-blender-cvs] [090947ce6cc] blenloader-decentralization: cleanup

Jacques Lucke noreply at git.blender.org
Sun May 3 16:10:31 CEST 2020


Commit: 090947ce6cca3d0ad00b3638fb0b65a4407b4bfd
Author: Jacques Lucke
Date:   Sun May 3 16:10:26 2020 +0200
Branches: blenloader-decentralization
https://developer.blender.org/rB090947ce6cca3d0ad00b3638fb0b65a4407b4bfd

cleanup

===================================================================

M	source/blender/blenloader/BLO_read_write.h

===================================================================

diff --git a/source/blender/blenloader/BLO_read_write.h b/source/blender/blenloader/BLO_read_write.h
index f90c73dad77..00ff99693b6 100644
--- a/source/blender/blenloader/BLO_read_write.h
+++ b/source/blender/blenloader/BLO_read_write.h
@@ -17,7 +17,8 @@
 /** \file
  * \ingroup blenloader
  *
- * API that allows different parts of Blender to define what data is stored in .blend files.
+ * This file contains an API that allows different parts of Blender to define what data is stored
+ * in .blend files.
  *
  * Four callbacks have to be provided to fully implement .blend I/O for a piece of data. One of
  * those is related to file writing and three for file reading. Reading requires multiple



More information about the Bf-blender-cvs mailing list