summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2015-08-11 13:46:42 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2015-08-11 14:04:51 +0200
commitce93ef0378c94d6251bf70d2ae6850151d21779c (patch)
treea896e6b5763382fccf3d73d96ead691ba546d706 /doc
parent46ff6f11723f8f7918a620e470bfbf1cdc6a45d5 (diff)
downloadefl-ce93ef0378c94d6251bf70d2ae6850151d21779c.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in1
1 files changed, 1 insertions, 0 deletions
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