From e757c4a3bec8b0e8d198531a28327332af00a9ba Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 12 Dec 2018 12:50:58 +1100 Subject: Cleanup: use colon separator after parameter Helps separate variable names from descriptive text. Was already used in some parts of the code, double space and dashes were used elsewhere. --- source/blender/alembic/intern/alembic_capi.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/alembic') diff --git a/source/blender/alembic/intern/alembic_capi.cc b/source/blender/alembic/intern/alembic_capi.cc index b7c1f98bfb0..4b41277f0df 100644 --- a/source/blender/alembic/intern/alembic_capi.cc +++ b/source/blender/alembic/intern/alembic_capi.cc @@ -395,11 +395,11 @@ bool ABC_export( /** * Generates an AbcObjectReader for this Alembic object and its children. * - * \param object The Alembic IObject to visit. - * \param readers The created AbcObjectReader * will be appended to this vector. - * \param settings Import settings, not used directly but passed to the + * \param object: The Alembic IObject to visit. + * \param readers: The created AbcObjectReader * will be appended to this vector. + * \param settings: Import settings, not used directly but passed to the * AbcObjectReader subclass constructors. - * \param r_assign_as_parent Return parameter, contains a list of reader + * \param r_assign_as_parent: Return parameter, contains a list of reader * pointers, whose parent pointer should still be set. * This is filled when this call to visit_object() didn't create * a reader that should be the parent. -- cgit v1.2.3