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-06 07:42:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-06 07:45:22 +0300
commiteef4077f18495d88a2426cfda3ec9a4dc461f798 (patch)
tree0042b131bafa216f8ee69546085f2841a1a13513 /source/blender/freestyle/intern/view_map
parent1085c2cc44573b77a74baae8f4be9771941d58da (diff)
Cleanup: remove redundant doxygen \file argument
Move \ingroup onto same line to be more compact and make it clear the file is in the group.
Diffstat (limited to 'source/blender/freestyle/intern/view_map')
-rw-r--r--source/blender/freestyle/intern/view_map/ArbitraryGridDensityProvider.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/ArbitraryGridDensityProvider.h3
-rw-r--r--source/blender/freestyle/intern/view_map/AutoPtrHelper.h3
-rw-r--r--source/blender/freestyle/intern/view_map/AverageAreaGridDensityProvider.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/AverageAreaGridDensityProvider.h3
-rw-r--r--source/blender/freestyle/intern/view_map/BoxGrid.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/BoxGrid.h3
-rw-r--r--source/blender/freestyle/intern/view_map/CulledOccluderSource.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/CulledOccluderSource.h3
-rw-r--r--source/blender/freestyle/intern/view_map/FEdgeXDetector.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/FEdgeXDetector.h3
-rw-r--r--source/blender/freestyle/intern/view_map/Functions0D.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/Functions0D.h3
-rw-r--r--source/blender/freestyle/intern/view_map/Functions1D.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/Functions1D.h3
-rw-r--r--source/blender/freestyle/intern/view_map/GridDensityProvider.h3
-rw-r--r--source/blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.h3
-rw-r--r--source/blender/freestyle/intern/view_map/Interface0D.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/Interface0D.h3
-rw-r--r--source/blender/freestyle/intern/view_map/Interface1D.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/Interface1D.h3
-rw-r--r--source/blender/freestyle/intern/view_map/OccluderSource.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/OccluderSource.h3
-rw-r--r--source/blender/freestyle/intern/view_map/Pow23GridDensityProvider.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/Pow23GridDensityProvider.h3
-rw-r--r--source/blender/freestyle/intern/view_map/Silhouette.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/Silhouette.h3
-rw-r--r--source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.h3
-rw-r--r--source/blender/freestyle/intern/view_map/SphericalGrid.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/SphericalGrid.h3
-rw-r--r--source/blender/freestyle/intern/view_map/SteerableViewMap.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/SteerableViewMap.h3
-rw-r--r--source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.h3
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMap.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMap.h3
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h3
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMapBuilder.h3
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMapIO.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMapIO.h3
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMapIterators.h3
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMapTesselator.cpp3
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMapTesselator.h3
46 files changed, 46 insertions, 92 deletions
diff --git a/source/blender/freestyle/intern/view_map/ArbitraryGridDensityProvider.cpp b/source/blender/freestyle/intern/view_map/ArbitraryGridDensityProvider.cpp
index e67067ee0bb..7b9bc274c3c 100644
--- a/source/blender/freestyle/intern/view_map/ArbitraryGridDensityProvider.cpp
+++ b/source/blender/freestyle/intern/view_map/ArbitraryGridDensityProvider.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/ArbitraryGridDensityProvider.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/ArbitraryGridDensityProvider.h b/source/blender/freestyle/intern/view_map/ArbitraryGridDensityProvider.h
index bc6d7d68f86..62f8669fbce 100644
--- a/source/blender/freestyle/intern/view_map/ArbitraryGridDensityProvider.h
+++ b/source/blender/freestyle/intern/view_map/ArbitraryGridDensityProvider.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_ARBITRARY_GRID_DENSITY_PROVIDER_H__
#define __FREESTYLE_ARBITRARY_GRID_DENSITY_PROVIDER_H__
-/** \file blender/freestyle/intern/view_map/ArbitraryGridDensityProvider.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/AutoPtrHelper.h b/source/blender/freestyle/intern/view_map/AutoPtrHelper.h
index ef8d2964c51..289b34261d6 100644
--- a/source/blender/freestyle/intern/view_map/AutoPtrHelper.h
+++ b/source/blender/freestyle/intern/view_map/AutoPtrHelper.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_AUTOPTR_HELPER_H__
#define __FREESTYLE_AUTOPTR_HELPER_H__
-/** \file blender/freestyle/intern/view_map/AutoPtrHelper.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Utility header for auto_ptr/unique_ptr selection
*/
diff --git a/source/blender/freestyle/intern/view_map/AverageAreaGridDensityProvider.cpp b/source/blender/freestyle/intern/view_map/AverageAreaGridDensityProvider.cpp
index 1f0cc859e33..641629918f3 100644
--- a/source/blender/freestyle/intern/view_map/AverageAreaGridDensityProvider.cpp
+++ b/source/blender/freestyle/intern/view_map/AverageAreaGridDensityProvider.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/AverageAreaGridDensityProvider.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/AverageAreaGridDensityProvider.h b/source/blender/freestyle/intern/view_map/AverageAreaGridDensityProvider.h
index c0ab29cd4d9..c913d78648d 100644
--- a/source/blender/freestyle/intern/view_map/AverageAreaGridDensityProvider.h
+++ b/source/blender/freestyle/intern/view_map/AverageAreaGridDensityProvider.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_AVERAGE_AREA_GRID_DENSITY_PROVIDER_H__
#define __FREESTYLE_AVERAGE_AREA_GRID_DENSITY_PROVIDER_H__
-/** \file blender/freestyle/intern/view_map/AverageAreaGridDensityProvider.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/BoxGrid.cpp b/source/blender/freestyle/intern/view_map/BoxGrid.cpp
index 3ae9aa81988..e9e888abe67 100644
--- a/source/blender/freestyle/intern/view_map/BoxGrid.cpp
+++ b/source/blender/freestyle/intern/view_map/BoxGrid.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/BoxGrid.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/BoxGrid.h b/source/blender/freestyle/intern/view_map/BoxGrid.h
index 64ae0f59c24..0205bd488a5 100644
--- a/source/blender/freestyle/intern/view_map/BoxGrid.h
+++ b/source/blender/freestyle/intern/view_map/BoxGrid.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_BOX_GRID_H__
#define __FREESTYLE_BOX_GRID_H__
-/** \file blender/freestyle/intern/view_map/BoxGrid.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/CulledOccluderSource.cpp b/source/blender/freestyle/intern/view_map/CulledOccluderSource.cpp
index 53b9b2b63ce..d9e91a3f803 100644
--- a/source/blender/freestyle/intern/view_map/CulledOccluderSource.cpp
+++ b/source/blender/freestyle/intern/view_map/CulledOccluderSource.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/CulledOccluderSource.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/CulledOccluderSource.h b/source/blender/freestyle/intern/view_map/CulledOccluderSource.h
index 1e97a507013..c2ac89b1ddd 100644
--- a/source/blender/freestyle/intern/view_map/CulledOccluderSource.h
+++ b/source/blender/freestyle/intern/view_map/CulledOccluderSource.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_CULLED_OCCLUDER_SOURCE_H__
#define __FREESTYLE_CULLED_OCCLUDER_SOURCE_H__
-/** \file blender/freestyle/intern/view_map/CulledOccluderSource.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/FEdgeXDetector.cpp b/source/blender/freestyle/intern/view_map/FEdgeXDetector.cpp
index 2517fa0e2da..8e58ea1db84 100644
--- a/source/blender/freestyle/intern/view_map/FEdgeXDetector.cpp
+++ b/source/blender/freestyle/intern/view_map/FEdgeXDetector.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/FEdgeXDetector.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Detects/flags/builds extended features edges on the WXEdge structure
*/
diff --git a/source/blender/freestyle/intern/view_map/FEdgeXDetector.h b/source/blender/freestyle/intern/view_map/FEdgeXDetector.h
index c1afa73b1dd..f58c856ca30 100644
--- a/source/blender/freestyle/intern/view_map/FEdgeXDetector.h
+++ b/source/blender/freestyle/intern/view_map/FEdgeXDetector.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_FEDGE_X_DETECTOR_H__
#define __FREESTYLE_FEDGE_X_DETECTOR_H__
-/** \file blender/freestyle/intern/view_map/FEdgeXDetector.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Detects/flags/builds extended features edges on the WXEdge structure
*/
diff --git a/source/blender/freestyle/intern/view_map/Functions0D.cpp b/source/blender/freestyle/intern/view_map/Functions0D.cpp
index 25e9ac8bc44..cba86ba9448 100644
--- a/source/blender/freestyle/intern/view_map/Functions0D.cpp
+++ b/source/blender/freestyle/intern/view_map/Functions0D.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/Functions0D.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Functions taking 0D input
*/
diff --git a/source/blender/freestyle/intern/view_map/Functions0D.h b/source/blender/freestyle/intern/view_map/Functions0D.h
index bab55e162b8..32026036510 100644
--- a/source/blender/freestyle/intern/view_map/Functions0D.h
+++ b/source/blender/freestyle/intern/view_map/Functions0D.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_FUNCTIONS_0D_H__
#define __FREESTYLE_FUNCTIONS_0D_H__
-/** \file blender/freestyle/intern/view_map/Functions0D.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Functions taking 0D input
*/
diff --git a/source/blender/freestyle/intern/view_map/Functions1D.cpp b/source/blender/freestyle/intern/view_map/Functions1D.cpp
index 3291bfe92b2..1ad3437149b 100644
--- a/source/blender/freestyle/intern/view_map/Functions1D.cpp
+++ b/source/blender/freestyle/intern/view_map/Functions1D.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/Functions1D.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Functions taking 1D input
*/
diff --git a/source/blender/freestyle/intern/view_map/Functions1D.h b/source/blender/freestyle/intern/view_map/Functions1D.h
index 1347816962b..a7ae6a27422 100644
--- a/source/blender/freestyle/intern/view_map/Functions1D.h
+++ b/source/blender/freestyle/intern/view_map/Functions1D.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_FUNCTIONS_1D_H__
#define __FREESTYLE_FUNCTIONS_1D_H__
-/** \file blender/freestyle/intern/view_map/Functions1D.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Functions taking 1D input
*/
diff --git a/source/blender/freestyle/intern/view_map/GridDensityProvider.h b/source/blender/freestyle/intern/view_map/GridDensityProvider.h
index 4ff3a65e769..c03241769b6 100644
--- a/source/blender/freestyle/intern/view_map/GridDensityProvider.h
+++ b/source/blender/freestyle/intern/view_map/GridDensityProvider.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_GRID_DENSITY_PROVIDER_H__
#define __FREESTYLE_GRID_DENSITY_PROVIDER_H__
-/** \file blender/freestyle/intern/view_map/GridDensityProvider.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.cpp b/source/blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.cpp
index adecdee7712..16bb20edc49 100644
--- a/source/blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.cpp
+++ b/source/blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.h b/source/blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.h
index 99ef44a9f37..6b96cbd08b4 100644
--- a/source/blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.h
+++ b/source/blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_HEURISTIC_GRID_DENSITY_PROVIDER_FACTORY_H__
#define __FREESTYLE_HEURISTIC_GRID_DENSITY_PROVIDER_FACTORY_H__
-/** \file blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/Interface0D.cpp b/source/blender/freestyle/intern/view_map/Interface0D.cpp
index 4303e45a1c3..03b2265955f 100644
--- a/source/blender/freestyle/intern/view_map/Interface0D.cpp
+++ b/source/blender/freestyle/intern/view_map/Interface0D.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/Interface0D.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
*/
extern "C" {
diff --git a/source/blender/freestyle/intern/view_map/Interface0D.h b/source/blender/freestyle/intern/view_map/Interface0D.h
index 00bb1890adb..4df0f23fe27 100644
--- a/source/blender/freestyle/intern/view_map/Interface0D.h
+++ b/source/blender/freestyle/intern/view_map/Interface0D.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_INTERFACE_0D_H__
#define __FREESTYLE_INTERFACE_0D_H__
-/** \file blender/freestyle/intern/view_map/Interface0D.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Interface to 0D elts
*/
diff --git a/source/blender/freestyle/intern/view_map/Interface1D.cpp b/source/blender/freestyle/intern/view_map/Interface1D.cpp
index e2a5fcf8fbe..38aef29835d 100644
--- a/source/blender/freestyle/intern/view_map/Interface1D.cpp
+++ b/source/blender/freestyle/intern/view_map/Interface1D.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/Interface1D.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
*/
extern "C" {
diff --git a/source/blender/freestyle/intern/view_map/Interface1D.h b/source/blender/freestyle/intern/view_map/Interface1D.h
index 56810dbd716..a5749490d3a 100644
--- a/source/blender/freestyle/intern/view_map/Interface1D.h
+++ b/source/blender/freestyle/intern/view_map/Interface1D.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_INTERFACE_1D_H__
#define __FREESTYLE_INTERFACE_1D_H__
-/** \file blender/freestyle/intern/view_map/Interface1D.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Interface 1D and related tools definitions
*/
diff --git a/source/blender/freestyle/intern/view_map/OccluderSource.cpp b/source/blender/freestyle/intern/view_map/OccluderSource.cpp
index f740c47ba15..b80f04cbbe8 100644
--- a/source/blender/freestyle/intern/view_map/OccluderSource.cpp
+++ b/source/blender/freestyle/intern/view_map/OccluderSource.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/OccluderSource.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/OccluderSource.h b/source/blender/freestyle/intern/view_map/OccluderSource.h
index 42d0a266248..aec0d5a0087 100644
--- a/source/blender/freestyle/intern/view_map/OccluderSource.h
+++ b/source/blender/freestyle/intern/view_map/OccluderSource.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_OCCLUDER_SOURCE_H__
#define __FREESTYLE_OCCLUDER_SOURCE_H__
-/** \file blender/freestyle/intern/view_map/OccluderSource.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/Pow23GridDensityProvider.cpp b/source/blender/freestyle/intern/view_map/Pow23GridDensityProvider.cpp
index 9353d90c4b3..83ee0db6e30 100644
--- a/source/blender/freestyle/intern/view_map/Pow23GridDensityProvider.cpp
+++ b/source/blender/freestyle/intern/view_map/Pow23GridDensityProvider.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/Pow23GridDensityProvider.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/Pow23GridDensityProvider.h b/source/blender/freestyle/intern/view_map/Pow23GridDensityProvider.h
index 866dc1788a3..62d78d90338 100644
--- a/source/blender/freestyle/intern/view_map/Pow23GridDensityProvider.h
+++ b/source/blender/freestyle/intern/view_map/Pow23GridDensityProvider.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_POW_23_GRID_DENSITY_PROVIDER_H__
#define __FREESTYLE_POW_23_GRID_DENSITY_PROVIDER_H__
-/** \file blender/freestyle/intern/view_map/Pow23GridDensityProvider.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/Silhouette.cpp b/source/blender/freestyle/intern/view_map/Silhouette.cpp
index f0ee44eb6c3..d4658a64997 100644
--- a/source/blender/freestyle/intern/view_map/Silhouette.cpp
+++ b/source/blender/freestyle/intern/view_map/Silhouette.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/Silhouette.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Classes to define a silhouette structure
*/
diff --git a/source/blender/freestyle/intern/view_map/Silhouette.h b/source/blender/freestyle/intern/view_map/Silhouette.h
index cee54434b70..b0b1f198c21 100644
--- a/source/blender/freestyle/intern/view_map/Silhouette.h
+++ b/source/blender/freestyle/intern/view_map/Silhouette.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_SILHOUETTE_H__
#define __FREESTYLE_SILHOUETTE_H__
-/** \file blender/freestyle/intern/view_map/Silhouette.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Classes to define a silhouette structure
*/
diff --git a/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp b/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp
index 4e42ff5a505..cf902db64b1 100644
--- a/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp
+++ b/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to perform all geometric operations dedicated to silhouette. That, for example, implies that
* this geom engine has as member data the viewpoint, transformations, projections...
*/
diff --git a/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.h b/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.h
index 7bfff0792e9..3f68ef46ce8 100644
--- a/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.h
+++ b/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_SILHOUETTE_GEOM_ENGINE_H__
#define __FREESTYLE_SILHOUETTE_GEOM_ENGINE_H__
-/** \file blender/freestyle/intern/view_map/SilhouetteGeomEngine.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to perform all geometric operations dedicated to silhouette. That, for example, implies that
* this geom engine has as member data the viewpoint, transformations, projections...
*/
diff --git a/source/blender/freestyle/intern/view_map/SphericalGrid.cpp b/source/blender/freestyle/intern/view_map/SphericalGrid.cpp
index bc22854f9db..7b98d5f9dc7 100644
--- a/source/blender/freestyle/intern/view_map/SphericalGrid.cpp
+++ b/source/blender/freestyle/intern/view_map/SphericalGrid.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/SphericalGrid.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/SphericalGrid.h b/source/blender/freestyle/intern/view_map/SphericalGrid.h
index e52fba7f628..1e72e6db60a 100644
--- a/source/blender/freestyle/intern/view_map/SphericalGrid.h
+++ b/source/blender/freestyle/intern/view_map/SphericalGrid.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_SPHERICAL_GRID_H__
#define __FREESTYLE_SPHERICAL_GRID_H__
-/** \file blender/freestyle/intern/view_map/SphericalGrid.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a cell grid surrounding the projected image of a scene
*/
diff --git a/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp b/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp
index 57497113849..165c823e3ee 100644
--- a/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp
+++ b/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/SteerableViewMap.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Convenient access to the steerable ViewMap to which any element of the ViewMap belongs to.
*/
diff --git a/source/blender/freestyle/intern/view_map/SteerableViewMap.h b/source/blender/freestyle/intern/view_map/SteerableViewMap.h
index e5b1f2df17f..dee6e34e376 100644
--- a/source/blender/freestyle/intern/view_map/SteerableViewMap.h
+++ b/source/blender/freestyle/intern/view_map/SteerableViewMap.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_STEERABLE_VIEW_MAP_H__
#define __FREESTYLE_STEERABLE_VIEW_MAP_H__
-/** \file blender/freestyle/intern/view_map/SteerableViewMap.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Convenient access to the steerable ViewMap to which any element of the ViewMap belongs to.
*/
diff --git a/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp b/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp
index d90513ddf6b..240ba3f23ec 100644
--- a/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp
+++ b/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to build view edges and the underlying chains of feature edges...
*/
diff --git a/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.h b/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.h
index 1c7af745dc9..fa413d88290 100644
--- a/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.h
+++ b/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_VIEW_EDGE_X_BUILDER_H__
#define __FREESTYLE_VIEW_EDGE_X_BUILDER_H__
-/** \file blender/freestyle/intern/view_map/ViewEdgeXBuilder.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to build view edges and the underlying chains of feature edges...
*/
diff --git a/source/blender/freestyle/intern/view_map/ViewMap.cpp b/source/blender/freestyle/intern/view_map/ViewMap.cpp
index 104346b824b..9322a7fd812 100644
--- a/source/blender/freestyle/intern/view_map/ViewMap.cpp
+++ b/source/blender/freestyle/intern/view_map/ViewMap.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/ViewMap.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Classes to define a View Map (ViewVertex, ViewEdge, etc.)
*/
diff --git a/source/blender/freestyle/intern/view_map/ViewMap.h b/source/blender/freestyle/intern/view_map/ViewMap.h
index 779efbf2df6..7bad6312234 100644
--- a/source/blender/freestyle/intern/view_map/ViewMap.h
+++ b/source/blender/freestyle/intern/view_map/ViewMap.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_VIEW_MAP_H__
#define __FREESTYLE_VIEW_MAP_H__
-/** \file blender/freestyle/intern/view_map/ViewMap.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Classes to define a View Map (ViewVertex, ViewEdge, etc.)
*/
diff --git a/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h b/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h
index e7b49c0c892..31464909aad 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h
+++ b/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_VIEW_MAP_ADVANCED_ITERATORS_H__
#define __FREESTYLE_VIEW_MAP_ADVANCED_ITERATORS_H__
-/** \file blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Iterators used to iterate over the various elements of the ViewMap.
* These iterators can't be exported to python.
*/
diff --git a/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp b/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp
index d7892f5d8bb..b7aabccba3c 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp
+++ b/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/ViewMapBuilder.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to build silhouette edges from a Winged-Edge structure
*/
diff --git a/source/blender/freestyle/intern/view_map/ViewMapBuilder.h b/source/blender/freestyle/intern/view_map/ViewMapBuilder.h
index 93689e94fa2..019348f6ca2 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapBuilder.h
+++ b/source/blender/freestyle/intern/view_map/ViewMapBuilder.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_VIEW_MAP_BUILDER_H__
#define __FREESTYLE_VIEW_MAP_BUILDER_H__
-/** \file blender/freestyle/intern/view_map/ViewMapBuilder.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to build silhouette edges from a Winged-Edge structure
*/
diff --git a/source/blender/freestyle/intern/view_map/ViewMapIO.cpp b/source/blender/freestyle/intern/view_map/ViewMapIO.cpp
index 7cc2317f125..aba93d14392 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapIO.cpp
+++ b/source/blender/freestyle/intern/view_map/ViewMapIO.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/ViewMapIO.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Functions to manage I/O for the view map
*/
diff --git a/source/blender/freestyle/intern/view_map/ViewMapIO.h b/source/blender/freestyle/intern/view_map/ViewMapIO.h
index d158cccff1d..887b9306929 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapIO.h
+++ b/source/blender/freestyle/intern/view_map/ViewMapIO.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_VIEW_MAP_IO_H__
#define __FREESTYLE_VIEW_MAP_IO_H__
-/** \file blender/freestyle/intern/view_map/ViewMapIO.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Functions to manage I/O for the view map
*/
diff --git a/source/blender/freestyle/intern/view_map/ViewMapIterators.h b/source/blender/freestyle/intern/view_map/ViewMapIterators.h
index f375181d71b..d35c310878c 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapIterators.h
+++ b/source/blender/freestyle/intern/view_map/ViewMapIterators.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_VIEW_MAP_ITERATORS_H__
#define __FREESTYLE_VIEW_MAP_ITERATORS_H__
-/** \file blender/freestyle/intern/view_map/ViewMapIterators.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Iterators used to iterate over the various elements of the ViewMap
*/
diff --git a/source/blender/freestyle/intern/view_map/ViewMapTesselator.cpp b/source/blender/freestyle/intern/view_map/ViewMapTesselator.cpp
index 434fe6bf3d0..cf1cddfcbf4 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapTesselator.cpp
+++ b/source/blender/freestyle/intern/view_map/ViewMapTesselator.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/view_map/ViewMapTesselator.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to build a Node Tree designed to be displayed from a Silhouette View Map structure.
*/
diff --git a/source/blender/freestyle/intern/view_map/ViewMapTesselator.h b/source/blender/freestyle/intern/view_map/ViewMapTesselator.h
index f6deaf52fb4..31aee8d9406 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapTesselator.h
+++ b/source/blender/freestyle/intern/view_map/ViewMapTesselator.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_VIEW_MAP_TESSELATOR_H__
#define __FREESTYLE_VIEW_MAP_TESSELATOR_H__
-/** \file blender/freestyle/intern/view_map/ViewMapTesselator.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to build a Node Tree designed to be displayed from a Silhouette View Map structure.
*/