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>2019-02-18 00:08:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-18 00:22:12 +0300
commitde13d0a80c3cb6a7445245b2999a29fe70e49953 (patch)
tree48ab17499c8ade363e082e5871770a9d10a8b930 /source/blender/editors/space_userpref
parent3316853323226afe7003a8638fa09600d9ba028d (diff)
doxygen: add newline after \file
While \file doesn't need an argument, it can't have another doxy command after it.
Diffstat (limited to 'source/blender/editors/space_userpref')
-rw-r--r--source/blender/editors/space_userpref/space_userpref.c3
-rw-r--r--source/blender/editors/space_userpref/userpref_intern.h3
-rw-r--r--source/blender/editors/space_userpref/userpref_ops.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/source/blender/editors/space_userpref/space_userpref.c b/source/blender/editors/space_userpref/space_userpref.c
index 14b8e57bb6a..2857c5c8d81 100644
--- a/source/blender/editors/space_userpref/space_userpref.c
+++ b/source/blender/editors/space_userpref/space_userpref.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup spuserpref
+/** \file
+ * \ingroup spuserpref
*/
diff --git a/source/blender/editors/space_userpref/userpref_intern.h b/source/blender/editors/space_userpref/userpref_intern.h
index 8ee550d0b92..56930d3a231 100644
--- a/source/blender/editors/space_userpref/userpref_intern.h
+++ b/source/blender/editors/space_userpref/userpref_intern.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup spuserpref
+/** \file
+ * \ingroup spuserpref
*/
#ifndef __USERPREF_INTERN_H__
diff --git a/source/blender/editors/space_userpref/userpref_ops.c b/source/blender/editors/space_userpref/userpref_ops.c
index 4f14af275bd..4ba3c988c4d 100644
--- a/source/blender/editors/space_userpref/userpref_ops.c
+++ b/source/blender/editors/space_userpref/userpref_ops.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup spuserpref
+/** \file
+ * \ingroup spuserpref
*/