Changeset 572:8819faeecf8c

Show
Ignore:
Timestamp:
06/02/08 03:56:55 (7 months ago)
Author:
David Anderson <dave@…>
Branch:
default
Message:

Put the documentation of _interrupts.h in the proper group.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • nxos/base/_interrupts.h

    r489 r572  
    33 */ 
    44 
    5 /* Copyright (C) 2007 the NxOS developers 
     5/* Copyright (c) 2007,2008 the NxOS developers 
    66 * 
    77 * See AUTHORS for a full list of the developers. 
     
    1919/*@{*/ 
    2020 
     21/** @defgroup interruptinternal Interrupts and task information 
     22 * 
     23 * This module just contains internal handlers related to exception 
     24 * handling. 
     25 */ 
     26/*@{*/ 
     27 
    2128/** @name Default interrupt handlers. 
    2229 * 
     
    3239 
    3340/*@}*/ 
     41/*@}*/ 
    3442 
    3543#endif /* __NXOS_BASE__INTERRUPTS_H__ */