Changeset 83b7f4d in mainline


Ignore:
Timestamp:
2017-08-22T19:28:55Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1d81eb6
Parents:
295ee02
Message:

Fix doxygen comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/adt/hash_table.c

    r295ee02 r83b7f4d  
    190190 *
    191191 * @param h    Hash table.
    192  * @param key  Array of all keys necessary to compute hash index.
    193192 * @param item Item to be inserted into the hash table.
    194193 */
     
    210209 *
    211210 * @param h    Hash table.
    212  * @param key  Array of all keys necessary to compute hash index.
    213211 * @param item Item to be inserted into the hash table.
    214212 *
Note: See TracChangeset for help on using the changeset viewer.