Changeset b45c443 in mainline for generic/src/main


Ignore:
Timestamp:
2006-06-13T14:26:44Z (20 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.

Location:
generic/src/main
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • generic/src/main/kinit.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup main
     30 * @ingroup kernel
     31 * @{
     32 */
     33
    2934/**
    30  * @file        kinit.c
     35 * @file
    3136 * @brief       Kernel initialization thread.
    3237 *
     
    191196
    192197}
     198
     199 /** @}
     200 */
     201
  • generic/src/main/main.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup main
     30 * @{
     31 */
     32
    2933/**
    30  * @file        main.c
     34 * @file
    3135 * @brief       Main initialization kernel function for all processors.
    3236 *
     
    320324}
    321325#endif /* CONFIG_SMP */
     326
     327 /** @}
     328 */
     329
  • generic/src/main/uinit.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup main
     30 * @{
     31 */
     32
    2933/**
    30  * @file        uinit.c
     34 * @file
    3135 * @brief       Userspace bootstrap thread.
    3236 *
     
    6165        userspace(&uarg);
    6266}
     67
     68 /** @}
     69 */
     70
  • generic/src/main/version.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup main
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include <main/version.h>
    3036#include <print.h>
     
    5359        printf("%s, release %s (%s)%s\nBuilt%s for %s\n%s\n", project, release, name, revision, timestamp, arch, copyright);
    5460}
     61
     62 /** @}
     63 */
     64
Note: See TracChangeset for help on using the changeset viewer.