Changeset 3222efd in mainline


Ignore:
Timestamp:
2006-06-14T08:00:45Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7257021e
Parents:
b45c443
Message:

Put sparc64 interrupt stuff under the Interrupt group in Doxygen-generated documentation.

Location:
arch
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/interrupt.h

    rb45c443 r3222efd  
    2727 */
    2828
    29  /** @addtogroup ia32interrupt
     29/** @addtogroup ia32interrupt
    3030 * @{
    3131 */
     
    125125#endif
    126126
    127  /** @}
     127/** @}
    128128 */
    129129
  • arch/ia32/src/interrupt.c

    rb45c443 r3222efd  
    2727 */
    2828
    29  /** @addtogroup ia32interrupt ia32
     29/** @addtogroup ia32interrupt ia32
    3030 * @ingroup interrupt
    3131 * @{
     
    207207}
    208208
    209  /** @}
    210  */
    211 
     209/** @}
     210 */
     211
  • arch/ia64/src/interrupt.c

    rb45c443 r3222efd  
    2828 */
    2929
    30  /** @addtogroup ia64interrupt ia64
     30/** @addtogroup ia64interrupt ia64
    3131 * @ingroup interrupt
    3232 * @{
     
    281281}
    282282
    283  /** @}
    284  */
    285 
     283/** @}
     284 */
     285
  • arch/sparc64/include/trap/exception.h

    rb45c443 r3222efd  
    2727 */
    2828
    29  /** @addtogroup sparc64       
     29/** @addtogroup sparc64interrupt
    3030 * @{
    3131 */
    32 /** @file
     32/**
     33 * @file
    3334 */
    3435
     
    5051#endif
    5152
    52  /** @}
     53/** @}
    5354 */
    5455
  • arch/sparc64/include/trap/interrupt.h

    rb45c443 r3222efd  
    2727 */
    2828
    29  /** @addtogroup sparc64       
     29/** @addtogroup sparc64interrupt
    3030 * @{
    3131 */
    32 /** @file
    33  */
    34 
    35 /**
    36  * This file contains interrupt vector trap handler.
     32/**
     33 * @file
     34 * @brief This file contains interrupt vector trap handler.
    3735 */
    3836
     
    7977#endif
    8078
    81  /** @}
     79/** @}
    8280 */
    8381
  • arch/sparc64/include/trap/mmu.h

    rb45c443 r3222efd  
    2727 */
    2828
    29  /** @addtogroup sparc64       
     29/** @addtogroup sparc64interrupt
    3030 * @{
    3131 */
    32 /** @file
    33  */
    34 
    3532/**
    36  * This file contains fast MMU trap handlers.
     33 * @file
     34 * @brief This file contains fast MMU trap handlers.
    3735 */
    3836
     
    7674#endif
    7775
    78  /** @}
     76/** @}
    7977 */
    80 
  • arch/sparc64/include/trap/regwin.h

    rb45c443 r3222efd  
    2727 */
    2828
    29  /** @addtogroup sparc64       
     29/** @addtogroup sparc64interrupt
    3030 * @{
    3131 */
    32 /** @file
    33  */
    34 
    3532/**
    36  * This file contains register window trap handlers.
     33 * @file
     34 * @brief This file contains register window trap handlers.
    3735 */
    3836
     
    139137#endif
    140138
    141  /** @}
     139/** @}
    142140 */
    143141
  • arch/sparc64/include/trap/trap.h

    rb45c443 r3222efd  
    2727 */
    2828
    29  /** @addtogroup sparc64       
     29/** @addtogroup sparc64interrupt
    3030 * @{
    3131 */
     
    5050#endif
    5151
    52  /** @}
     52/** @}
    5353 */
    5454
  • arch/sparc64/include/trap/trap_table.h

    rb45c443 r3222efd  
    2727 */
    2828
    29  /** @addtogroup sparc64       
     29/** @addtogroup sparc64interrupt
    3030 * @{
    3131 */
     
    9898#endif
    9999
    100  /** @}
     100/** @}
    101101 */
    102102
  • arch/sparc64/src/trap/exception.c

    rb45c443 r3222efd  
    2727 */
    2828
    29  /** @addtogroup sparc64       
     29/** @addtogroup sparc64interrupt
    3030 * @{
    3131 */
    3232/** @file
     33 *
    3334 */
    3435
     
    6162}
    6263
    63  /** @}
     64/** @}
    6465 */
    6566
  • arch/sparc64/src/trap/interrupt.c

    rb45c443 r3222efd  
    2727 */
    2828
    29  /** @addtogroup sparc64       
     29/** @addtogroup sparc64interrupt sparc64
     30 * @ingroup interrupt
    3031 * @{
    3132 */
    3233/** @file
     34 *
    3335 */
    3436
     
    5961}
    6062
    61  /** @}
     63/** @}
    6264 */
    6365
  • arch/sparc64/src/trap/trap.c

    rb45c443 r3222efd  
    2727 */
    2828
    29  /** @addtogroup sparc64       
     29/** @addtogroup sparc64interrupt
    3030 * @{
    3131 */
    3232/** @file
     33 *
    3334 */
    3435
     
    5152}
    5253
    53  /** @}
     54/** @}
    5455 */
    5556
Note: See TracChangeset for help on using the changeset viewer.