From ce93ef0378c94d6251bf70d2ae6850151d21779c Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 11 Aug 2015 13:46:42 +0200 Subject: [PATCH] docs: Build documentation also for code that is still in BETA. Doxygen uses its on preprocessor and this one missed the EFL_BETA_API_SUPPORT=1 define so none our our BETA api hidden behind it was build for our documentation. ref T2541 --- doc/Doxyfile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index b4afaf42e7..f4e2e2fcbc 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1443,6 +1443,7 @@ PREDEFINED = EINA_MAGIC_DEBUG \ EINA_CONST= \ EINA_UNUSED= \ EFL_DOXYGEN=1 \ + EFL_BETA_API_SUPPORT=1 \ "EO_CXX_INHERIT(name)=::name" # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then