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 /intern/mikktspace
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 'intern/mikktspace')
-rw-r--r--intern/mikktspace/mikktspace.c3
-rw-r--r--intern/mikktspace/mikktspace.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/intern/mikktspace/mikktspace.c b/intern/mikktspace/mikktspace.c
index 204be59e408..8721d4c669d 100644
--- a/intern/mikktspace/mikktspace.c
+++ b/intern/mikktspace/mikktspace.c
@@ -1,4 +1,5 @@
-/** \file \ingroup mikktspace
+/** \file
+ * \ingroup mikktspace
*/
/**
* Copyright (C) 2011 by Morten S. Mikkelsen
diff --git a/intern/mikktspace/mikktspace.h b/intern/mikktspace/mikktspace.h
index d993af9183a..dbc8bd59b58 100644
--- a/intern/mikktspace/mikktspace.h
+++ b/intern/mikktspace/mikktspace.h
@@ -1,4 +1,5 @@
-/** \file \ingroup mikktspace
+/** \file
+ * \ingroup mikktspace
*/
/**
* Copyright (C) 2011 by Morten S. Mikkelsen