[Bf-blender-cvs] [ccebf99] wiggly-widgets: Correct comment (and add another one)

Julian Eisel noreply at git.blender.org
Sat Feb 20 23:21:17 CET 2016


Commit: ccebf99f7c1d39c61e3e7dc9828ee2e952482a7a
Author: Julian Eisel
Date:   Sat Feb 20 23:20:53 2016 +0100
Branches: wiggly-widgets
https://developer.blender.org/rBccebf99f7c1d39c61e3e7dc9828ee2e952482a7a

Correct comment (and add another one)

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

M	source/blender/windowmanager/WM_api.h
M	source/blender/windowmanager/widgets/WM_widget_library.h

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

diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index ad1671b..cea7b72 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -43,6 +43,7 @@
 #include "WM_keymap.h"
 #include "BLI_compiler_attrs.h"
 
+/* Include external widget API's */
 #include "widgets/WM_widget_api.h"
 #include "widgets/WM_widget_library.h"
 
diff --git a/source/blender/windowmanager/widgets/WM_widget_library.h b/source/blender/windowmanager/widgets/WM_widget_library.h
index 9a0c305..8cc579e 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_widgets_api.h (which again is included in WM_api.h).
+ * Only included in WM_api.h.
  */




More information about the Bf-blender-cvs mailing list