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:
authorCampbell Barton <ideasman42@gmail.com>2020-09-08 02:10:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-08 02:18:59 +0300
commitbedc68a83881b209b399bb5135fb08b0968b145a (patch)
treed0c6ce7458efee6e6b3926963922823e01543cf5 /source/blender/blenkernel/intern/unit.c
parent5c2ac8520e070db2085b7d95d9d232b567edb247 (diff)
Cleanup: consistent syntax for doxygen parameters
Also use back-slash instead of '@'.
Diffstat (limited to 'source/blender/blenkernel/intern/unit.c')
-rw-r--r--source/blender/blenkernel/intern/unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/unit.c b/source/blender/blenkernel/intern/unit.c
index c5782d846bb..babb4965b1e 100644
--- a/source/blender/blenkernel/intern/unit.c
+++ b/source/blender/blenkernel/intern/unit.c
@@ -1099,7 +1099,7 @@ double bUnit_ApplyPreferredUnit(const struct UnitSettings *settings, int type, d
* Values will be split by an add sign.
* 5'2" -> 5*0.3048 + 2*0.0254
*
- * \param str_prev is optional, when valid it is used to get a base unit when none is set.
+ * \param str_prev: is optional, when valid it is used to get a base unit when none is set.
*
* \return True of a change was made.
*/