Changeset abbc16e in mainline for generic/src/adt/hash_table.c


Ignore:
Timestamp:
2006-06-16T11:17:54Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
62939f7
Parents:
b6529ae
Message:

Fix some broken doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/adt/hash_table.c

    rb6529ae rabbc16e  
    7878 *
    7979 * @param h Hash table.
    80  * @param hey Array of all keys necessary to compute hash index.
     80 * @param key Array of all keys necessary to compute hash index.
    8181 * @param item Item to be inserted into the hash table.
    8282 */
Note: See TracChangeset for help on using the changeset viewer.