Changeset 9179d0a in mainline for generic/src/main/uinit.c


Ignore:
Timestamp:
2006-04-27T17:13:49Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
040e4e9
Parents:
eaa202a
Message:

Add some @file doxygen comments and improve already existing comments.

File:
1 edited

Legend:

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

    reaa202a r9179d0a  
    2727 */
    2828
     29/**
     30 * @file        uinit.c
     31 * @brief       Userspace bootstrap thread.
     32 *
     33 * This file contains uinit kernel thread wich is used to start every
     34 * userspace thread including threads created by SYS_THREAD_CREATE syscall.
     35 *
     36 * @see SYS_THREAD_CREATE
     37 */
     38 
    2939#include <main/uinit.h>
    3040#include <arch/types.h>
Note: See TracChangeset for help on using the changeset viewer.