Skip to content

Commit

Permalink
[SQUASH ME] fixed doxy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
BytesGalore authored and BytesGalore committed Jul 16, 2015
1 parent 8e8a024 commit 228f294
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions sys/include/net/ng_fib.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ void fib_remove_entry(uint8_t *dst, size_t dst_size);
* @param[in] dst_flags the destination address flags
*
* @return 0 on success
* -EHOSTUNREACH if no next hop is available in any FIB table
* all RRPs are notified before the return
* -EHOSTUNREACH if no next hop is available in the FIB table
* all RPs are notified before the return
* -ENOBUFS if the size for the next hop address is insufficient low
* -EINVAL if one of the passed out pointers is NULL
*/
Expand All @@ -139,10 +139,10 @@ int fib_get_next_hop(kernel_pid_t *iface_id,
* the function will continue to count the number of matching entries
* and provide the number to the caller.
*
* @param[in] prefix the destination address
* @param[in] prefix_size the destination address size
* @param[out] dst_set the destination addresses matching the prefix
* @param[in, out] dst_size the number of entries available on in and used on out
* @param[in] prefix the destination address
* @param[in] prefix_size the destination address size
* @param[out] dst_set the destination addresses matching the prefix
* @param[in, out] dst_set_size the number of entries available on in and used on out
*
* @return 0 on success
* -EHOSTUNREACH if no entry matches the type in the FIB
Expand Down
2 changes: 1 addition & 1 deletion sys/include/net/ng_fib/ng_fib_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

/**
* @brief maximum number of FIB tables entries handled
* @Note the value should be UNIVERSAL_ADDRESS_MAX_ENTRIES/2 to be safe since,
* @note the value should be UNIVERSAL_ADDRESS_MAX_ENTRIES/2 to be safe since,
* in the worst case, each FIB entry points to 2 unique universal addresses.
*/
#define FIB_MAX_FIB_TABLE_ENTRIES (20)
Expand Down

0 comments on commit 228f294

Please sign in to comment.