[5.0] Add '@addtogroup' tag to generate doxygen page
[platform/core/uifw/dali-core.git] / dali / public-api / rendering / shader.h
index b1fc7fd..2c58257 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_SHADER_H
 
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 namespace Dali
 {
+/**
+ * @addtogroup dali_core_rendering_effects
+ * @{
+ */
 
 namespace Internal DALI_INTERNAL
 {
@@ -68,7 +72,7 @@ class Shader;
  *
  * @SINCE_1_1.43
  */
-class DALI_IMPORT_API Shader : public Handle
+class DALI_CORE_API Shader : public Handle
 {
 public:
 
@@ -178,6 +182,9 @@ public:
   explicit DALI_INTERNAL Shader( Internal::Shader* effect );
 };
 
+/**
+ * @}
+ */
 } // namespace Dali
 
 #endif // DALI_SHADER_H