]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen doesn't like @fixme
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 23 Jan 2017 17:32:19 +0000 (17:32 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 23 Jan 2017 17:32:19 +0000 (17:32 +0000)
src/lib/value.c

index a668fc6fb36fc86110aaaac05d7f592106d39163..129a1384c51cb093db367237d2af36c9c7c64ddd 100644 (file)
@@ -735,7 +735,7 @@ void value_box_clear(value_box_t *data)
 
 /** Convert string value to a value_box_t type
  *
- * @fixme Should take taint param.
+ * @todo Should take taint param.
  *
  * @param[in] ctx              to alloc strings in.
  * @param[out] dst             where to write parsed value.