From de13d0a80c3cb6a7445245b2999a29fe70e49953 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 18 Feb 2019 08:08:12 +1100 Subject: doxygen: add newline after \file While \file doesn't need an argument, it can't have another doxy command after it. --- source/blender/makesdna/intern/dna_genfile.c | 3 ++- source/blender/makesdna/intern/dna_rename_defs.h | 3 ++- source/blender/makesdna/intern/dna_utils.c | 3 ++- source/blender/makesdna/intern/dna_utils.h | 3 ++- source/blender/makesdna/intern/makesdna.c | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) (limited to 'source/blender/makesdna/intern') diff --git a/source/blender/makesdna/intern/dna_genfile.c b/source/blender/makesdna/intern/dna_genfile.c index 078cda2ac16..7440034a7ba 100644 --- a/source/blender/makesdna/intern/dna_genfile.c +++ b/source/blender/makesdna/intern/dna_genfile.c @@ -18,7 +18,8 @@ * DNA handling */ -/** \file \ingroup DNA +/** \file + * \ingroup DNA * * Lowest-level functions for decoding the parts of a saved .blend * file, including interpretation of its SDNA block and conversion of diff --git a/source/blender/makesdna/intern/dna_rename_defs.h b/source/blender/makesdna/intern/dna_rename_defs.h index 63a6da32ae6..93ce7f748c5 100644 --- a/source/blender/makesdna/intern/dna_rename_defs.h +++ b/source/blender/makesdna/intern/dna_rename_defs.h @@ -18,7 +18,8 @@ * DNA handling */ -/** \file \ingroup DNA +/** \file + * \ingroup DNA * * Defines in this header are only used to define blend file storage. * This allows us to rename variables & structs without breaking compatibility. diff --git a/source/blender/makesdna/intern/dna_utils.c b/source/blender/makesdna/intern/dna_utils.c index e696082dee1..6dc26d975a9 100644 --- a/source/blender/makesdna/intern/dna_utils.c +++ b/source/blender/makesdna/intern/dna_utils.c @@ -16,7 +16,8 @@ * Copyright (C) 2018 Blender Foundation. */ -/** \file \ingroup DNA +/** \file + * \ingroup DNA * * Utilities for stand-alone makesdna.c and Blender to share. */ diff --git a/source/blender/makesdna/intern/dna_utils.h b/source/blender/makesdna/intern/dna_utils.h index 1a1f5201310..bdb3acfe3b8 100644 --- a/source/blender/makesdna/intern/dna_utils.h +++ b/source/blender/makesdna/intern/dna_utils.h @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup DNA +/** \file + * \ingroup DNA */ #ifndef __DNA_UTILS_H__ diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c index 2a6a4545634..1607e5e15a7 100644 --- a/source/blender/makesdna/intern/makesdna.c +++ b/source/blender/makesdna/intern/makesdna.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup DNA +/** \file + * \ingroup DNA * * \brief Struct muncher for making SDNA. * -- cgit v1.2.3