Changeset e209fc96 in mainline for libc/malloc/malloc.c


Ignore:
Timestamp:
2006-06-07T20:56:49Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
846848a6
Parents:
b3d1e11
Message:

Another doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/malloc/malloc.c

    rb3d1e11 re209fc96  
    438438
    439439*/
     440
     441/** @addtogroup libcmalloc malloc
     442  * @brief Malloc originally written by Doug Lea and ported to HelenOS.
     443  * @ingroup libc
     444 * @{
     445 */
     446/** @file
     447 */
     448
    440449
    441450#include <sys/types.h>  /* For size_t */
     
    44064415 
    44074416*/
     4417
     4418/** @}
     4419 */
     4420
Note: See TracChangeset for help on using the changeset viewer.