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-11-03 16:01:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-03 16:01:00 +0300
commit7ceb622fd3d8629226ef1c0ca028aa89194f5131 (patch)
treec32f9cba9da199c477a9c2110ccfbfccd100d010 /source/blender/blenlib/intern/storage_apple.mm
parentf278d814fd7b23c58348524dee9f3b1d6e5e2167 (diff)
Cleanup: doxy param syntax
Diffstat (limited to 'source/blender/blenlib/intern/storage_apple.mm')
-rw-r--r--source/blender/blenlib/intern/storage_apple.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/storage_apple.mm b/source/blender/blenlib/intern/storage_apple.mm
index 564ef5a199a..2a4bbffa60e 100644
--- a/source/blender/blenlib/intern/storage_apple.mm
+++ b/source/blender/blenlib/intern/storage_apple.mm
@@ -29,7 +29,7 @@
#include "BLI_path_util.h"
/**
- * \param r_targetpath Buffer for the target path an alias points to.
+ * \param r_targetpath: Buffer for the target path an alias points to.
* \return Whether the file at the input path is an alias.
*/
/* False alarm by clang-tidy: #getFileSystemRepresentation changes the return value argument. */