Changeset 9179d0a in mainline for generic/src/main/kinit.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/kinit.c

    reaa202a r9179d0a  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29/**
     30 * @file        kinit.c
     31 * @brief       Kernel initialization thread.
     32 *
     33 * This file contains kinit kernel thread which carries out
     34 * high level system initialization.
     35 *
     36 * This file is responsible for finishing SMP configuration
     37 * and creation of userspace init tasks.
    2738 */
    2839
Note: See TracChangeset for help on using the changeset viewer.