Cleanup: clang-format, correct doxy groups

This commit is contained in:
Campbell Barton 2021-10-06 11:37:50 +11:00
parent 8113b8391a
commit 0d68d7baa3
15 changed files with 15 additions and 15 deletions

View File

@ -16,7 +16,7 @@
#pragma once
/** \file
* \ingroup bli
* \ingroup bke
*/
#include <stddef.h>

View File

@ -20,7 +20,7 @@ struct Mesh;
struct CurveEval;
/** \file
* \ingroup geo
* \ingroup bke
*/
namespace blender::bke {

View File

@ -19,7 +19,7 @@
#include <stdbool.h>
/** \file
* \ingroup bli
* \ingroup bke
*/
#ifdef __cplusplus

View File

@ -18,7 +18,7 @@
*/
/** \file
* \ingroup blenkernel
* \ingroup bke
* \brief API for Blender-side Rigid Body stuff
*/

View File

@ -15,7 +15,7 @@
*/
/** \file
* \ingroup bli
* \ingroup bke
*/
/* TODO:

View File

@ -17,7 +17,7 @@
#pragma once
/** \file
* \ingroup bli
* \ingroup bke
*/
#ifdef __cplusplus

View File

@ -15,7 +15,7 @@
*/
/** \file
* \ingroup bli
* \ingroup bke
*/
#include "MEM_guardedalloc.h"

View File

@ -15,7 +15,7 @@
*/
/** \file
* \ingroup bli
* \ingroup bke
*/
#include "MEM_guardedalloc.h"

View File

@ -17,7 +17,7 @@
#pragma once
/** \file
* \ingroup bli
* \ingroup bke
*/
/* Axis-aligned bounding box */

View File

@ -18,7 +18,7 @@
*/
/** \file
* \ingroup blenkernel
* \ingroup bke
* \brief Blender-side interface and methods for dealing with Rigid Body simulations
*/

View File

@ -50,12 +50,12 @@
#include "BKE_anim_path.h"
#include "BKE_curve.h"
#include "BKE_vfont.h"
#include "BKE_global.h"
#include "BKE_idtype.h"
#include "BKE_lib_id.h"
#include "BKE_main.h"
#include "BKE_packedFile.h"
#include "BKE_vfont.h"
#include "BKE_vfontdata.h"
#include "BLO_read_write.h"

View File

@ -23,7 +23,7 @@
*/
/** \file
* \ingroup bli
* \ingroup bke
*/
#include <ft2build.h>

View File

@ -20,7 +20,7 @@
#pragma once
/** \file
* \ingroup BLI
* \ingroup bli
*/
#include "BLI_compiler_attrs.h"

View File

@ -22,7 +22,7 @@
#include "BLI_sys_types.h"
/** \file
* \ingroup BLI
* \ingroup bli
*/
#ifdef __cplusplus

View File

@ -18,7 +18,7 @@
*/
/** \file
* \ingroup blendlib
* \ingroup bli
*
* Time-Code string formatting
*/