diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2019-01-22 12:34:16 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2019-01-23 10:54:09 -0800 |
commit | de608bb2031419c417581c7abf59aa2e2dec7164 (patch) | |
tree | 00247fd1dbb567cc07680e5a18b10c7fc82ef054 /doc | |
parent | e863a3d28a3bfcc227145a231c73355808e48bf7 (diff) | |
download | efl-de608bb2031419c417581c7abf59aa2e2dec7164.tar.gz |
eina: refactor eina_value_*_get.
Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D7699
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |