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/imbuf/intern/openexr')
-rw-r--r--source/blender/imbuf/intern/openexr/openexr_multi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/imbuf/intern/openexr/openexr_multi.h b/source/blender/imbuf/intern/openexr/openexr_multi.h
index 7fb48a92bfd..6694c32820b 100644
--- a/source/blender/imbuf/intern/openexr/openexr_multi.h
+++ b/source/blender/imbuf/intern/openexr/openexr_multi.h
@@ -45,7 +45,7 @@ void *IMB_exr_get_handle_name(const char *name);
/**
* Adds flattened #ExrChannel's
* `xstride`, `ystride` and `rect` can be done in set_channel too, for tile writing.
- * \param passname does not include view.
+ * \param passname: Does not include view.
*/
void IMB_exr_add_channel(void *handle,
const char *layname,
@@ -80,7 +80,7 @@ void IMB_exrtile_begin_write(
/**
* Still clumsy name handling, layers/channels can be ordered as list in list later.
*
- * \param passname here is the raw channel name without the layer.
+ * \param passname: Here is the raw channel name without the layer.
*/
void IMB_exr_set_channel(void *handle,
const char *layname,