Changeset cc73a8a1 in mainline for generic/src/ipc/irq.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/ipc/irq.c

    r1e0a5fc rcc73a8a1  
    2727 */
    2828
    29  /** @addtogroup genericipc
     29/** @addtogroup genericipc
    3030 * @{
    3131 */
    32 /** @file
    33  */
    34 
    35 /** IRQ notification framework
     32/**
     33 * @file
     34 * @brief IRQ notification framework.
    3635 *
    3736 * This framework allows applications to register to receive a notification
     
    317316/** Disconnect all irq's notifications
    318317 *
    319  * TODO: It may be better to do some linked list, so that
     318 * @todo It may be better to do some linked list, so that
    320319 *       we wouldn't need to go through whole array every cleanup
    321320 */
     
    335334}
    336335
    337  /** @}
    338  */
    339 
     336/** @}
     337 */
Note: See TracChangeset for help on using the changeset viewer.