summaryrefslogtreecommitdiff
path: root/src/lib/eina
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2020-03-12 13:52:42 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2020-03-12 17:24:07 +0100
commita004befea51e82899654cb583e03108c29a169a2 (patch)
tree2b5e1543e36fb80c89987834a76f686adb326595 /src/lib/eina
parent500b9f611ba17724b041771c2d028de9dfa92e23 (diff)
downloadefl-a004befea51e82899654cb583e03108c29a169a2.tar.gz
doxygen docs: Fix illegal references
Mostly typos and unescaped # signs
Diffstat (limited to 'src/lib/eina')
-rw-r--r--src/lib/eina/eina_value.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/eina/eina_value.h b/src/lib/eina/eina_value.h
index faca4bfde1..89793992e7 100644
--- a/src/lib/eina/eina_value.h
+++ b/src/lib/eina/eina_value.h
@@ -3256,7 +3256,7 @@ static inline Eina_Bool eina_value_struct_setup(Eina_Value *value,
*
* @param[in] value Value object
* @return structure description, with all members and size.
- * on failure, #NULL is returned.
+ * on failure, @c NULL is returned.
*
* @since 1.21
*/
@@ -3706,7 +3706,7 @@ EAPI const char *eina_value_type_name_get(const Eina_Value_Type *type) EINA_PURE
* @param[in] type Type reference.
* @return #EINA_TRUE if valid, #EINA_FALSE otherwise.
*
- * A type is invalid if it's NULL or if version field is not the same
+ * A type is invalid if it's @c NULL or if version field is not the same
* as runtime #EINA_VALUE_TYPE_VERSION.
*
* @since 1.2