Comments Fix for Doxygen documentation

This commit is contained in:
fbernon
2007-08-09 22:21:44 +00:00
parent d057e95ce3
commit 9152d6671c
30 changed files with 144 additions and 64 deletions

View File

@@ -110,7 +110,7 @@ snmp_ifindextonetif(s32_t ifindex, struct netif **netif)
/**
* Conversion from lwIP netif to ifIndex
* @param netif points to a netif struct
* @param ifindex points to s32_t object sub-identifier
* @param ifidx points to s32_t object sub-identifier
*/
void
snmp_netiftoifindex(struct netif *netif, s32_t *ifidx)