Changeset abbc16e in mainline for generic/src/adt/btree.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/btree.c

    rb6529ae rabbc16e  
    215215/** Remove B-tree node.
    216216 *
    217  * @param B-tree.
     217 * @param t B-tree.
    218218 * @param key Key to be removed from the B-tree along with its associated value.
    219219 * @param leaf_node If not NULL, pointer to the leaf node where the key is found.
     
    235235/** Recursively remove B-tree node.
    236236 *
    237  * @param B-tree.
     237 * @param t B-tree.
    238238 * @param key Key to be removed from the B-tree along with its associated value.
    239239 * @param node Node where the key being removed resides.
     
    903903/** Rotate in a key from the right sibling or from the index node, if this operation can be done.
    904904 *
    905  * @param rnode Node into which to add key from its right sibling or from the index node.
     905 * @param lnode Node into which to add key from its right sibling or from the index node.
    906906 *
    907907 * @return True if the rotation was performed, false otherwise.
Note: See TracChangeset for help on using the changeset viewer.