diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2015-08-11 13:46:42 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2015-08-11 14:04:51 +0200 |
commit | ce93ef0378c94d6251bf70d2ae6850151d21779c (patch) | |
tree | a896e6b5763382fccf3d73d96ead691ba546d706 | |
parent | 46ff6f11723f8f7918a620e470bfbf1cdc6a45d5 (diff) | |
download | efl-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
-rw-r--r-- | doc/Doxyfile.in | 1 |
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 |