Changeset cc73a8a1 in mainline for generic/src/adt/btree.c


Ignore:
Timestamp:
2006-06-20T12:26:16Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c8a70a
Parents:
1e0a5fc
Message:

Cleanup of comments.

File:
1 edited

Legend:

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

    r1e0a5fc rcc73a8a1  
    2727 */
    2828
    29  /** @addtogroup genericadt
     29/** @addtogroup genericadt
    3030 * @{
    3131 */
     
    558558/** Split full B-tree node and insert new key-value-right-subtree triplet.
    559559 *
    560  * This function will split a node and return pointer to a newly created
     560 * This function will split a node and return a pointer to a newly created
    561561 * node containing keys greater than or equal to the greater of medians
    562562 * (or median) of the old keys and the newly added key. It will also write
     
    999999}
    10001000
    1001  /** @}
    1002  */
    1003 
     1001/** @}
     1002 */
Note: See TracChangeset for help on using the changeset viewer.