Changeset b45c443 in mainline for generic/src/cpu/cpu.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/cpu/cpu.c

    r279952c rb45c443  
    1 /*
     1 /*
    22 * Copyright (C) 2001-2004 Jakub Jermar
    33 * All rights reserved.
     
    2727 */
    2828
     29/** @defgroup cpu CPU
     30 * @ingroup kernel
     31 * @{
     32 * @}
     33 */
     34
     35 /** @addtogroup genericcpu generic
     36 * @ingroup cpu
     37 * @{
     38 */
     39
    2940/**
    30  * @file        cpu.c
     41 * @file
    3142 * @brief       CPU subsystem initialization and listing.
    3243 */
     
    105116        }
    106117}
     118
     119 /** @}
     120 */
     121
Note: See TracChangeset for help on using the changeset viewer.