Cleanup: manually apply changes missed last commit

Automatic edits failed for indented comment blocks,
removed indentation & adjusted.
This commit is contained in:
Campbell Barton 2019-02-06 15:52:04 +11:00
parent eef4077f18
commit 48a36ff9e9
16 changed files with 31 additions and 50 deletions

View File

@ -20,9 +20,8 @@
#ifndef __BKE_GPENCIL_H__
#define __BKE_GPENCIL_H__
/** \file
* \ingroup bke
*/
/** \file \ingroup bke
*/
struct ArrayGpencilModifierData;
struct BoundBox;

View File

@ -17,10 +17,8 @@
* This is a new part of Blender
*/
/** \file
* \ingroup bke
*/
/** \file \ingroup bke
*/
#include <stdio.h>

View File

@ -19,9 +19,8 @@
* All rights reserved.
*/
/** \file
* \ingroup bli
*/
/** \file \ingroup bli
*/
#include <string.h>
#include <wchar.h>

View File

@ -14,9 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup collada
*/
/** \file \ingroup collada
*/
#include "BlenderContext.h"
#include "BKE_scene.h"

View File

@ -14,9 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup collada
*/
/** \file \ingroup collada
*/
#ifndef __BLENDERCONTEXT_H__
#define __BLENDERCONTEXT_H__

View File

@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file *
* \ingroup depsgraph
/** \file \ingroup depsgraph
*/
#include "intern/node/deg_node_factory.h"

View File

@ -18,10 +18,8 @@
* Operators for editing Grease Pencil strokes
*/
/** \file
* \ingroup edgpencil
*/
/** \file \ingroup edgpencil
*/
#include <stdio.h>
#include <string.h>

View File

@ -17,9 +17,8 @@
* This is a new part of Blender
*/
/** \file
* \ingroup edgpencil
*/
/** \file \ingroup edgpencil
*/
#include <stdio.h>

View File

@ -18,10 +18,8 @@
* Operators for merge Grease Pencil strokes
*/
/** \file
* \ingroup edgpencil
*/
/** \file \ingroup edgpencil
*/
#include <stdio.h>

View File

@ -17,10 +17,8 @@
* This is a new part of Blender
*/
/** \file
* \ingroup edgpencil
*/
/** \file \ingroup edgpencil
*/
#include <stdio.h>
#include <stddef.h>

View File

@ -18,10 +18,8 @@
* Operators for creating new Grease Pencil primitives (boxes, circles, ...)
*/
/** \file
* \ingroup edgpencil
*/
/** \file \ingroup edgpencil
*/
#include <stdio.h>
#include <string.h>

View File

@ -17,9 +17,8 @@
* This is a new part of Blender
*/
/** \file
* \ingroup modifiers
*/
/** \file \ingroup modifiers
*/
#include <stdio.h>

View File

@ -17,9 +17,8 @@
* All rights reserved.
*/
/**
/** \file \ingroup DNA
* \page makesdna makesdna
* \ingroup DNA
*
* \section aboutdna About the DNA module
*

View File

@ -17,9 +17,9 @@
* All rights reserved.
*/
/** \file
* \brief Struct muncher for making SDNA.
* \ingroup DNA
/** \file \ingroup DNA
*
* \brief Struct muncher for making SDNA.
*
* \section aboutmakesdnac About makesdna tool
* Originally by Ton, some mods by Frank, and some cleaning and

View File

@ -1,5 +1,5 @@
/** \file \page makesrna makesrna
* \ingroup RNA
/** \file \ingroup RNA
* \page makesrna makesrna
* \section aboutmakesrna About RNA
* The \ref RNA module defines and provides the access API to the data, thus encapsulating \ref DNA
*/

View File

@ -14,9 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file
* \ingroup RNA
*/
/** \file \ingroup RNA
*/
#include <stdlib.h>