@@ -7,7 +7,7 @@
namespace bs
{
- /** @addtogroup SBansheeEditor
+ /** @addtogroup EditorScript
* @{
*/
@@ -85,7 +85,7 @@ namespace bs
/** @} */
@@ -112,7 +112,7 @@ namespace bs
};
@@ -9,7 +9,7 @@ namespace bs
extern "C" BS_SCR_BED_EXPORT const char* getPluginName()
- static const char* pluginName = "SBansheeEditor";
+ static const char* pluginName = "EditorScript";
return pluginName;
}
@@ -38,7 +38,7 @@
-/** @defgroup SBansheeEditor SBansheeEditor
+/** @defgroup EditorScript EditorScript
* Contains script interop objects and other scripting functionality for the editor layer.
@@ -119,7 +119,7 @@ namespace bs
@@ -62,7 +62,7 @@ namespace bs
@@ -36,7 +36,7 @@ namespace bs
@@ -60,7 +60,7 @@ namespace bs