[Bf-blender-cvs] [52b2999] temp_widgets_c++_experiment: Fix incorrect file names in doxygen comments

Julian Eisel noreply at git.blender.org
Thu Dec 24 23:52:05 CET 2015


Commit: 52b299990ae73107f07b1f70288485d2f5236340
Author: Julian Eisel
Date:   Thu Dec 24 23:50:20 2015 +0100
Branches: temp_widgets_c++_experiment
https://developer.blender.org/rB52b299990ae73107f07b1f70288485d2f5236340

Fix incorrect file names in doxygen comments

Changed file extensions in rBbaca87c20cc22

===================================================================

M	source/blender/windowmanager/widgets/wm_widget.cc
M	source/blender/windowmanager/widgets/wm_widgetgroup.cc
M	source/blender/windowmanager/widgets/wm_widgetgrouptype.cc
M	source/blender/windowmanager/widgets/wm_widgetmap.cc
M	source/blender/windowmanager/widgets/wm_widgetmaptype.cc
M	source/blender/windowmanager/widgets/wm_widgets_c_api.cc

===================================================================

diff --git a/source/blender/windowmanager/widgets/wm_widget.cc b/source/blender/windowmanager/widgets/wm_widget.cc
index 6de3519..9df497b 100644
--- a/source/blender/windowmanager/widgets/wm_widget.cc
+++ b/source/blender/windowmanager/widgets/wm_widget.cc
@@ -23,7 +23,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/windowmanager/widgets/wm_widget.cpp
+/** \file blender/windowmanager/widgets/wm_widget.cc
  *  \ingroup wm
  */
 
diff --git a/source/blender/windowmanager/widgets/wm_widgetgroup.cc b/source/blender/windowmanager/widgets/wm_widgetgroup.cc
index 75e0556..f0331af 100644
--- a/source/blender/windowmanager/widgets/wm_widgetgroup.cc
+++ b/source/blender/windowmanager/widgets/wm_widgetgroup.cc
@@ -23,7 +23,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/windowmanager/widgets/wm_widgetgroup.cpp
+/** \file blender/windowmanager/widgets/wm_widgetgroup.cc
  *  \ingroup wm
  *
  * WidgetGroups store and manage groups of widgets.
diff --git a/source/blender/windowmanager/widgets/wm_widgetgrouptype.cc b/source/blender/windowmanager/widgets/wm_widgetgrouptype.cc
index dca6bb0..94b8786 100644
--- a/source/blender/windowmanager/widgets/wm_widgetgrouptype.cc
+++ b/source/blender/windowmanager/widgets/wm_widgetgrouptype.cc
@@ -23,7 +23,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/windowmanager/widgets/wm_widgetgrouptype.cpp
+/** \file blender/windowmanager/widgets/wm_widgetgrouptype.cc
  *  \ingroup wm
  */
 
diff --git a/source/blender/windowmanager/widgets/wm_widgetmap.cc b/source/blender/windowmanager/widgets/wm_widgetmap.cc
index 28dd88c..78a2c68 100644
--- a/source/blender/windowmanager/widgets/wm_widgetmap.cc
+++ b/source/blender/windowmanager/widgets/wm_widgetmap.cc
@@ -23,7 +23,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/windowmanager/widgets/wm_widgetmap.cpp
+/** \file blender/windowmanager/widgets/wm_widgetmap.cc
  *  \ingroup wm
  */
 
diff --git a/source/blender/windowmanager/widgets/wm_widgetmaptype.cc b/source/blender/windowmanager/widgets/wm_widgetmaptype.cc
index 5ed3c26..e1ec228 100644
--- a/source/blender/windowmanager/widgets/wm_widgetmaptype.cc
+++ b/source/blender/windowmanager/widgets/wm_widgetmaptype.cc
@@ -23,7 +23,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/windowmanager/widgets/wm_widgetmaptype.cpp
+/** \file blender/windowmanager/widgets/wm_widgetmaptype.cc
  *  \ingroup wm
  */
 
diff --git a/source/blender/windowmanager/widgets/wm_widgets_c_api.cc b/source/blender/windowmanager/widgets/wm_widgets_c_api.cc
index fcc63de..3781745 100644
--- a/source/blender/windowmanager/widgets/wm_widgets_c_api.cc
+++ b/source/blender/windowmanager/widgets/wm_widgets_c_api.cc
@@ -23,7 +23,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file blender/windowmanager/widgets/wm_widgets_c_api.cpp
+/** \file blender/windowmanager/widgets/wm_widgets_c_api.cc
  *  \ingroup wm
  *
  * C-API for wmWidget types.




More information about the Bf-blender-cvs mailing list