From 308b052c3e02a912b3b7a59d2710a7047622aad0 Mon Sep 17 00:00:00 2001 From: "Eunki, Hong" Date: Mon, 2 Aug 2021 19:58:44 +0900 Subject: [PATCH] Remove Unnecessary Doxygen PREDEFINED This typoerror exist since 2014-11-14. And today, It fixed. Change-Id: I51d71ca119ea061bf369b97535fed7526c2d9419 Signed-off-by: Eunki, Hong --- build/tizen/docs-internal/dali-internal.doxy.in | 11 ++++------- build/tizen/docs/dali.doxy.in | 6 ------ 2 files changed, 4 insertions(+), 13 deletions(-) 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 -- 2.7.4