Changeset b45c443 in mainline for generic/src/interrupt/interrupt.c


Ignore:
Timestamp:
2006-06-13T14:26:44Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3222efd
Parents:
279952c
Message:

Kernel doxygen comments updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/interrupt/interrupt.c

    r279952c rb45c443  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
     28 /** @defgroup interrupt Interrupt
     29  * @ingroup kernel
     30  * @{
     31  * @}
     32  */
    2833
     34 /** @addtogroup genericinterrupt generic
     35 * @ingroup interrupt
     36 * @{
     37 */
    2938/**
    30  * @file        interrupt.c
     39 * @file
    3140 * @brief       Interrupt redirector.
    3241 *
     
    147156}
    148157
     158
     159 /** @}
     160 */
     161
Note: See TracChangeset for help on using the changeset viewer.