From: Eunki, Hong Date: Mon, 2 Aug 2021 10:58:44 +0000 (+0900) Subject: Remove Unnecessary Doxygen PREDEFINED X-Git-Tag: dali_2.0.38~5 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=308b052c3e02a912b3b7a59d2710a7047622aad0;hp=19a2b7b2c24a6b90750973de0a184f42338194b6 Remove Unnecessary Doxygen PREDEFINED This typoerror exist since 2014-11-14. And today, It fixed. Change-Id: I51d71ca119ea061bf369b97535fed7526c2d9419 Signed-off-by: Eunki, Hong --- diff --git a/build/tizen/docs-internal/dali-internal.doxy.in b/build/tizen/docs-internal/dali-internal.doxy.in index 5364753..7cf973a 100644 --- a/build/tizen/docs-internal/dali-internal.doxy.in +++ b/build/tizen/docs-internal/dali-internal.doxy.in @@ -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. -PREDEFINED = DALI_TOOLKIT_API \ +PREDEFINED = DALI_CORE_API \ + DALI_ADAPTOR_API \ + 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 diff --git a/build/tizen/docs/dali.doxy.in b/build/tizen/docs/dali.doxy.in index 8ef9112..27a21bc 100644 --- a/build/tizen/docs/dali.doxy.in +++ b/build/tizen/docs/dali.doxy.in @@ -2272,12 +2272,6 @@ PREDEFINED = DALI_CORE_API \ 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