From a06a302b8086ab2a1f3a6fcdae40c024107a218a Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Sat, 10 Jan 2015 13:38:36 +0700 Subject: [PATCH] Doxygen --- src/lib/dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dict.c b/src/lib/dict.c index 7ba7d21e8418..a5d86d5c5dfa 100644 --- a/src/lib/dict.c +++ b/src/lib/dict.c @@ -637,7 +637,7 @@ int dict_valid_name(char const *name) /** Add an attribute to the dictionary * - * @fixme we need to check length of none vendor attributes. + * @todo we need to check length of none vendor attributes. * * @return 0 on success -1 on failure. */