Changeset ce5bcb4 in mainline for ns/ns.c


Ignore:
Timestamp:
2006-06-07T17:34:32Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f951077
Parents:
41269bd
Message:

Doxygen comments update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ns/ns.c

    r41269bd rce5bcb4  
    2727 */
    2828
     29/** @defgroup ns Naming Service
     30 * @brief       Naming service for HelenOS IPC.
     31 * @{
     32 */
     33
    2934/**
    3035 * @file        ns.c
    3136 * @brief       Naming service for HelenOS IPC.
    3237 */
     38
    3339
    3440#include <ipc/ipc.h>
     
    252258        free(hash_table_get_instance(item, hashed_service_t, link));
    253259}
     260/**
     261 * @}
     262 */
Note: See TracChangeset for help on using the changeset viewer.