Cleanup: remove old header conventions recently re-introduced

This commit is contained in:
2020-03-20 12:19:09 +11:00
parent d2c3544c5c
commit 35e3abb912
18 changed files with 36 additions and 106 deletions

View File

@@ -18,7 +18,7 @@
*/
/** \file
* \ingroup GHOST
* \ingroup GHOST
*
* Definition of GHOST_ContextCGL class.
*/

View File

@@ -1,6 +1,4 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,18 +12,14 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Contributor(s): Brecht Van Lommel.
*
* ***** END GPL LICENSE BLOCK *****
*/
#ifndef __BKE_HAIR_H__
#define __BKE_HAIR_H__
/** \file BKE_hair.h
* \ingroup bke
* \brief General operations for hairs.
/** \file
* \ingroup bke
* \brief General operations for hairs.
*/
#ifdef __cplusplus
extern "C" {

View File

@@ -1,6 +1,4 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,18 +12,14 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Contributor(s): Brecht Van Lommel.
*
* ***** END GPL LICENSE BLOCK *****
*/
#ifndef __BKE_POINTCLOUD_H__
#define __BKE_POINTCLOUD_H__
/** \file BKE_pointcloud.h
* \ingroup bke
* \brief General operations for pointclouds.
/** \file
* \ingroup bke
* \brief General operations for point-clouds.
*/
#ifdef __cplusplus
extern "C" {

View File

@@ -1,6 +1,4 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,18 +12,14 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Contributor(s): Brecht Van Lommel.
*
* ***** END GPL LICENSE BLOCK *****
*/
#ifndef __BKE_VOLUME_H__
#define __BKE_VOLUME_H__
/** \file BKE_volume.h
* \ingroup bke
* \brief Volume datablock.
/** \file
* \ingroup bke
* \brief Volume datablock.
*/
#ifdef __cplusplus
extern "C" {

View File

@@ -1,6 +1,4 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,18 +12,14 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Contributor(s): Brecht Van Lommel.
*
* ***** END GPL LICENSE BLOCK *****
*/
#ifndef __BKE_VOLUME_RENDER_H__
#define __BKE_VOLUME_RENDER_H__
/** \file BKE_volume_render.h
* \ingroup bke
* \brief Volume datablock rendering and viewport drawing utilities.
/** \file
* \ingroup bke
* \brief Volume data-block rendering and viewport drawing utilities.
*/
#include "BLI_sys_types.h"

View File

@@ -1,6 +1,4 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,12 +12,10 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/blenkernel/intern/hair.c
* \ingroup bke
/** \file
* \ingroup bke
*/
#include "MEM_guardedalloc.h"

View File

@@ -1,6 +1,4 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,12 +12,10 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/blenkernel/intern/pointcloud.c
* \ingroup bke
/** \file
* \ingroup bke
*/
#include "MEM_guardedalloc.h"

View File

@@ -1,6 +1,4 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,12 +12,10 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/blenkernel/intern/volume.cc
* \ingroup bke
/** \file
* \ingroup bke
*/
#include "MEM_guardedalloc.h"

View File

@@ -1,6 +1,4 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,12 +12,10 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/blenkernel/intern/volume_render.cc
* \ingroup bke
/** \file
* \ingroup bke
*/
#include "MEM_guardedalloc.h"

View File

@@ -18,7 +18,7 @@
*/
/** \file
* \ingroup modifiers
* \ingroup modifiers
*/
#include <stdio.h>

View File

@@ -1,6 +1,4 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,12 +12,10 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file DNA_hair_types.h
* \ingroup DNA
/** \file
* \ingroup DNA
*/
#ifndef __DNA_HAIR_TYPES_H__

View File

@@ -1,6 +1,4 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,12 +12,10 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file DNA_pointcloud_types.h
* \ingroup DNA
/** \file
* \ingroup DNA
*/
#ifndef __DNA_POINTCLOUD_TYPES_H__

View File

@@ -1,6 +1,4 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,12 +12,10 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file DNA_volume_types.h
* \ingroup DNA
/** \file
* \ingroup DNA
*/
#ifndef __DNA_VOLUME_TYPES_H__

View File

@@ -1,6 +1,4 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,14 +12,10 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Contributor(s): Jörg Müller.
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_hair.c
* \ingroup RNA
/** \file
* \ingroup RNA
*/
#include <stdlib.h>

View File

@@ -1,6 +1,4 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,14 +12,10 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Contributor(s): Jörg Müller.
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_pointcloud.c
* \ingroup RNA
/** \file
* \ingroup RNA
*/
#include <stdlib.h>

View File

@@ -15,7 +15,7 @@
*/
/** \file
* \ingroup rna
* \ingroup RNA
* \brief RNA property definitions for Rigid Body datatypes
*/

View File

@@ -1,6 +1,4 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -14,14 +12,10 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Contributor(s): Jörg Müller.
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/makesrna/intern/rna_volume.c
* \ingroup RNA
/** \file
* \ingroup RNA
*/
#include <stdlib.h>

View File

@@ -20,7 +20,7 @@
*/
/** \file
* \ingroup cmpnodes
* \ingroup cmpnodes
*/
#include "node_composite_util.h"