Changeset b2951e2 in mainline for init


Ignore:
Timestamp:
2006-06-07T19:27:43Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b3d1e11
Parents:
f951077
Message:

Doxygen comments.

Location:
init
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • init/init.c

    rf951077 rb2951e2  
    2727 */
    2828
     29/** @addtogroup init Init
     30 * @brief       Init process for testing purposes.
     31 * @{
     32 */
     33/**
     34 * @file
     35 */
     36
    2937#include "version.h"
    3038#include <stdio.h>
     
    5058        return 0;
    5159}
     60
     61/** @}
     62 */
     63
  • init/init.h

    rf951077 rb2951e2  
    2727 */
    2828
     29/** @addtogroup init
     30 * @{
     31 */
     32/**
     33 * @file
     34 */
     35
    2936#ifndef __INIT_H__
    3037#define __INIT_H__
     
    3340
    3441#endif
     42
     43/** @}
     44 */
     45
  • init/version.c

    rf951077 rb2951e2  
    2727 */
    2828
     29/** @addtogroup init
     30 * @{
     31 */
     32/**
     33 * @file
     34 */
     35
    2936#include <unistd.h>
    3037#include <stdio.h>
     
    3744        puts("Copyright (C) 2006 HelenOS project");
    3845}
     46
     47/** @}
     48 */
     49
  • init/version.h

    rf951077 rb2951e2  
    2727 */
    2828
     29/** @addtogroup init
     30 * @{
     31 */
     32/**
     33 * @file
     34 */
     35
    2936#ifndef __VERSION_H__
    3037#define __VERSION_H__
     
    3340
    3441#endif
     42
     43/** @}
     44 */
     45
Note: See TracChangeset for help on using the changeset viewer.