Remove Unnecessary Doxygen PREDEFINED 78/262078/2
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 2 Aug 2021 10:58:44 +0000 (19:58 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 2 Aug 2021 12:52:42 +0000 (21:52 +0900)
This typoerror exist since 2014-11-14. And today, It fixed.

Change-Id: I51d71ca119ea061bf369b97535fed7526c2d9419
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
build/tizen/docs-internal/dali-internal.doxy.in
build/tizen/docs/dali.doxy.in

index 5364753..7cf973a 100644 (file)
@@ -2290,14 +2290,11 @@ INCLUDE_FILE_PATTERNS  =
 # recursively expanded use the := operator instead of the = operator.
 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
 
 # recursively expanded use the := operator instead of the = operator.
 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
 
-PREDEFINED             = DALI_TOOLKIT_API \
+PREDEFINED             = DALI_CORE_API \
+                         DALI_ADAPTOR_API \
+                         DALI_TOOLKIT_API \
+                         DALI_SCENE_LOADER_API \
                          DALI_INTERNAL \
                          DALI_INTERNAL \
-                         __attribute__ \
-                         ((visibility \
-                         "(default )))" \
-                         __attribute__ \
-                         ((visibility \
-                         "(hidden )))"
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
 # tag can be used to specify a list of macro names that should be expanded. The
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
 # tag can be used to specify a list of macro names that should be expanded. The
index 8ef9112..27a21bc 100644 (file)
@@ -2272,12 +2272,6 @@ PREDEFINED             = DALI_CORE_API \
                          DALI_TOOLKIT_API \
                          DALI_SCENE_LOADER_API \
                          DALI_INTERNAL \
                          DALI_TOOLKIT_API \
                          DALI_SCENE_LOADER_API \
                          DALI_INTERNAL \
-                         __attribute__ \
-                         ((visibility \
-                         "(default )))" \
-                         __attribute__ \
-                         ((visibility \
-                         "(hidden )))"
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
 # tag can be used to specify a list of macro names that should be expanded. The
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
 # tag can be used to specify a list of macro names that should be expanded. The