Skip to content

Commit

Permalink
various: A few more doxygen fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Alfeld committed Mar 4, 2014
1 parent 640b1ad commit 6c4899f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/ironbee/field.h
Expand Up @@ -1076,7 +1076,7 @@ ib_status_t DLL_PUBLIC ib_field_from_string(
* Convert a string to a field, trying to treat the string as a number if
* possible (Extended version).
*
* @param[in] mp Memory manager to use for allocations
* @param[in] mm Memory manager to use for allocations
* @param[in] name Field name
* @param[in] nlen Length of @a name
* @param[in] vstr Value string
Expand Down
2 changes: 1 addition & 1 deletion modules/txvars.c
Expand Up @@ -461,7 +461,7 @@ static ib_status_t txvars_handler(
* Create a TxVars item
*
* @param[in] ib IronBee Engine
* @param[in] mp Memory manager to use for allocations
* @param[in] mm Memory manager to use for allocations
* @param[in] init Item initializer data
* @param[out] pitem Pointer to created item
*
Expand Down

0 comments on commit 6c4899f

Please sign in to comment.