[Bf-blender-cvs] [3d4165c] temp_widgets_update_tagging: Correct comments on header usage.

Julian Eisel noreply at git.blender.org
Tue May 10 03:08:50 CEST 2016


Commit: 3d4165c3d38b4ff915be7ea1b0ee7f330bfd0a39
Author: Julian Eisel
Date:   Tue May 10 03:01:50 2016 +0200
Branches: temp_widgets_update_tagging
https://developer.blender.org/rB3d4165c3d38b4ff915be7ea1b0ee7f330bfd0a39

Correct comments on header usage.

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

M	source/blender/windowmanager/widgets/WM_widget_library.h
M	source/blender/windowmanager/widgets/WM_widget_types.h
M	source/blender/windowmanager/widgets/wm_widget_wmapi.h

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

diff --git a/source/blender/windowmanager/widgets/WM_widget_library.h b/source/blender/windowmanager/widgets/WM_widget_library.h
index 6198faa..8137a28 100644
--- a/source/blender/windowmanager/widgets/WM_widget_library.h
+++ b/source/blender/windowmanager/widgets/WM_widget_library.h
@@ -25,7 +25,7 @@
  *
  * \name Generic Widget Library
  *
- * Only included in WM_api.h.
+ * Only included in WM_api.h and lower level files.
  */
 
 
diff --git a/source/blender/windowmanager/widgets/WM_widget_types.h b/source/blender/windowmanager/widgets/WM_widget_types.h
index 1a6fe28..60d3ec5 100644
--- a/source/blender/windowmanager/widgets/WM_widget_types.h
+++ b/source/blender/windowmanager/widgets/WM_widget_types.h
@@ -29,7 +29,7 @@
  * \name Widget Types
  * \brief Widget defines for external use.
  *
- * Only included in WM_types.h
+ * Only included in WM_types.h and lower level files.
  */
 
 
diff --git a/source/blender/windowmanager/widgets/wm_widget_wmapi.h b/source/blender/windowmanager/widgets/wm_widget_wmapi.h
index 6474653..50cb045 100644
--- a/source/blender/windowmanager/widgets/wm_widget_wmapi.h
+++ b/source/blender/windowmanager/widgets/wm_widget_wmapi.h
@@ -29,7 +29,7 @@
  * \name Widgets Window Manager API
  * \brief API for usage in window manager code only.
  *
- * Only included in wm.h
+ * Only included in wm.h and lower level files.
  */




More information about the Bf-blender-cvs mailing list