From: Tobias Brunner Date: Tue, 24 Jun 2014 14:13:57 +0000 (+0200) Subject: enum: Replace þ with p in Doxygen comments X-Git-Tag: 5.2.0~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aad072d5179fcbe4e21813a14f9192fae66dc65c;p=thirdparty%2Fstrongswan.git enum: Replace þ with p in Doxygen comments --- diff --git a/src/libstrongswan/utils/enum.h b/src/libstrongswan/utils/enum.h index a164857729..3c03c2a7b5 100644 --- a/src/libstrongswan/utils/enum.h +++ b/src/libstrongswan/utils/enum.h @@ -120,7 +120,7 @@ char *enum_to_name(enum_name_t *e, int val); * * @param e enum names for this enum value * @param name name to get enum value for - * @þaram valp variable sized pointer receiving value + * @param valp variable sized pointer receiving value * @return TRUE if enum name found, FALSE otherwise */ #define enum_from_name(e, name, valp) ({ \ @@ -140,7 +140,7 @@ char *enum_to_name(enum_name_t *e, int val); * * @param e enum names for this enum value * @param name name to get enum value for - * @þaram val integer pointer receiving value + * @param val integer pointer receiving value * @return TRUE if enum name found, FALSE otherwise */ bool enum_from_name_as_int(enum_name_t *e, const char *name, int *val);