From de608bb2031419c417581c7abf59aa2e2dec7164 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Tue, 22 Jan 2019 12:34:16 +0000 Subject: eina: refactor eina_value_*_get. Reviewed-by: Xavi Artigas Differential Revision: https://phab.enlightenment.org/D7699 --- doc/Doxyfile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index e52f7a2807..855fed687d 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1457,7 +1457,8 @@ PREDEFINED = EINA_MAGIC_DEBUG \ # The macro definition that is found in the sources will be used. # Use the PREDEFINED tag if you want to use a different macro definition that overrules the definition found in the source code. -EXPAND_AS_DEFINED = EINA_VALUE_CONVERT +EXPAND_AS_DEFINED = EINA_VALUE_CONVERT \ + EINA_VALUE_GET # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then # doxygen's preprocessor will remove all references to function-like macros -- cgit v1.2.1