From 70d33ffed8f61cd4380457f28c3aab3a2a03e301 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Wed, 23 Dec 2020 18:21:29 +0000 Subject: [PATCH] Ensure DALI_*_API is stripped out from the doxygen documentation Change-Id: I8d0871bcbbebbef32ca3a54801f764d97f06e50d --- build/tizen/docs/dali.doxy.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/tizen/docs/dali.doxy.in b/build/tizen/docs/dali.doxy.in index b7d3dac..0a9d553 100644 --- a/build/tizen/docs/dali.doxy.in +++ b/build/tizen/docs/dali.doxy.in @@ -2267,7 +2267,10 @@ 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 \ -- 2.7.4