Changeset b2951e2 in mainline


Ignore:
Timestamp:
2006-06-07T19:27:43Z (19 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.

Files:
87 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
  • ipcc/ipcc.c

    rf951077 rb2951e2  
     1/*
     2 * Copyright (C) 2006 Ondrej Palkovsky
     3 * All rights reserved.
     4 *
     5 * Redistribution and use in source and binary forms, with or without
     6 * modification, are permitted provided that the following conditions
     7 * are met:
     8 *
     9 * - Redistributions of source code must retain the above copyright
     10 *   notice, this list of conditions and the following disclaimer.
     11 * - Redistributions in binary form must reproduce the above copyright
     12 *   notice, this list of conditions and the following disclaimer in the
     13 *   documentation and/or other materials provided with the distribution.
     14 * - The name of the author may not be used to endorse or promote products
     15 *   derived from this software without specific prior written permission.
     16 *
     17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     18 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     19 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29/** @addtogroup ippc IPPC
     30 * @brief       Interprocess communication tester.
     31 * @{
     32 */
     33/**
     34 * @file
     35 */
     36
    137#include <stdio.h>
    238#include <async.h>
     
    240276        }
    241277}
     278
     279/** @}
     280 */
     281
  • klog/klog.c

    rf951077 rb2951e2  
    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/** @addtogroup klog KLog
     30 * @brief       HelenOS KLog
     31 * @{
     32 */
     33/**
     34 * @file
    2735 */
    2836
     
    7684        return 0;
    7785}
     86
     87/** @}
     88 */
  • libc/generic/as.c

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    7985/** Sbrk emulation
    8086 *
    81  * @param size New area that should be allocated or negative,
     87 * @param incr New area that should be allocated or negative,
    8288               if it should be shrinked
    8389 * @return Pointer to newly allocated area
     
    141147        return res;
    142148}
     149
     150
     151 /** @}
     152 */
     153 
     154 
  • libc/generic/async.c

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    357363 * It calls client_connection and does final cleanup.
    358364 *
    359  * @parameter arg Connection structure pointer
     365 * @param arg Connection structure pointer
    360366 */
    361367static int connection_thread(void  *arg)
     
    793799        ipc_call_async_2(phoneid, method, arg1, arg2, NULL, NULL, !in_interrupt_handler);
    794800}
     801
     802
     803 /** @}
     804 */
     805 
     806 
  • libc/generic/cap.c

    rf951077 rb2951e2  
    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  */ 
     27 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
    2932/**
    3033 * @file        cap.c
     
    6871        __SYSCALL2(SYS_CAP_REVOKE, (sysarg_t) &arg, (sysarg_t) caps);
    6972}
     73
     74
     75 /** @}
     76 */
     77 
     78 
  • libc/generic/ddi.c

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    3642 * Caller of this function must have the CAP_MEM_MANAGER capability.
    3743 *
    38  * @param id Task ID.
    3944 * @param pf Physical address of the starting frame.
    4045 * @param vp Virtual address of the sterting page.
     
    8388        return __SYSCALL1(SYS_PREEMPT_CONTROL, (sysarg_t) enable);
    8489}
     90
     91
     92 /** @}
     93 */
     94 
     95 
  • libc/generic/err.c

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include <stdio.h>
    3036#include <stdlib.h>
     
    3541        _exit(0);
    3642}
     43
     44
     45 /** @}
     46 */
     47 
     48 
  • libc/generic/futex.c

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    167173        return 0;
    168174}
     175
     176
     177 /** @}
     178 */
     179 
     180 
  • libc/generic/io/io.c

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    105111
    106112
     113
     114
     115 /** @}
     116 */
     117 
     118 
  • libc/generic/io/printf.c

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include <io/printf_core.h>
    3036#include <stdio.h>
     
    5157
    5258
     59
     60
     61 /** @}
     62 */
     63 
     64 
  • libc/generic/io/printf_core.c

    rf951077 rb2951e2  
    2828 */
    2929
     30 /** @addtogroup libc
     31 * @{
     32 */
    3033/**
    31  * @file        print.c
     34 * @file
    3235 * @brief       Printing functions.
    3336 */
     
    413416 *
    414417 *      - P, p  Print value of a pointer. Void * value is expected and it is printed in hexadecimal notation with prefix
    415  *      (as with \%#X or \%#x for 32bit or \%#X / \%#x for 64bit long pointers).
     418 *      (as with '\%#X' or '\%#x' for 32bit or '\%#X' or '\%#x' for 64bit long pointers).
    416419 *
    417420 *      - b     Print value as unsigned binary number. Prefix is not printed by default. (Nonstandard extension.)
     
    686689}
    687690
     691
     692
     693 /** @}
     694 */
     695 
     696 
  • libc/generic/io/snprintf.c

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include <stdarg.h>
    3036#include <stdio.h>
     
    4955        return ret;
    5056}
     57
     58
     59 /** @}
     60 */
     61 
     62 
  • libc/generic/io/sprintf.c

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include <stdarg.h>
    3036#include <stdio.h>
     
    4854        return ret;
    4955}
     56
     57
     58 /** @}
     59 */
     60 
     61 
  • libc/generic/io/stream.c

    rf951077 rb2951e2  
    2626 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2727 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     28 */
     29
     30 /** @addtogroup libc
     31 * @{
     32 */
     33/** @file
    2834 */
    2935
     
    182188        return streams[fd].phone;
    183189}
     190
     191
     192 /** @}
     193 */
     194 
     195 
  • libc/generic/io/vprintf.c

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include <stdarg.h>
    3036#include <stdio.h>
     
    5258
    5359
     60
     61
     62 /** @}
     63 */
     64 
     65 
  • libc/generic/io/vsnprintf.c

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    104110
    105111
     112
     113
     114 /** @}
     115 */
     116 
     117 
  • libc/generic/io/vsprintf.c

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include <stdarg.h>
    3036#include <stdio.h>
     
    4248}
    4349
     50
     51
     52 /** @}
     53 */
     54 
     55 
  • libc/generic/ipc.c

    rf951077 rb2951e2  
    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/** @addtogroup libc
     30 * @{
     31 * @}
     32 */
     33
     34 /** @addtogroup libcipc IPC
     35 * @brief HelenOS uspace IPC
     36 * @{
     37 * @ingroup libc
     38 */
     39/** @file
    2740 */
    2841
     
    438451}
    439452
     453
     454
     455 /** @}
     456 */
     457 
     458 
  • libc/generic/libadt/hash_table.c

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    169175        }
    170176}
     177
     178
     179 /** @}
     180 */
     181 
     182 
  • libc/generic/libadt/list.c

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    7985        list_initialize(head2);
    8086}
     87
     88
     89 /** @}
     90 */
     91 
     92 
  • libc/generic/libc.c

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    6268        _exit(0);
    6369}
     70
     71
     72 /** @}
     73 */
     74 
     75 
  • libc/generic/mmap.c

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include <sys/mman.h>
    3036#include <as.h>
     
    5157        return as_area_destroy(start);
    5258}
     59
     60
     61 /** @}
     62 */
     63 
     64 
  • libc/generic/psthread.c

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    302308        serialization_count--;
    303309}
     310
     311
     312 /** @}
     313 */
     314 
     315 
  • libc/generic/stdlib.c

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include <stdlib.h>
    3036
     
    4046        glbl_seed = seed;
    4147}
     48
     49
     50 /** @}
     51 */
     52 
     53 
  • libc/generic/string.c

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include <string.h>
    3036#include <unistd.h>
     
    301307                ;
    302308}
     309
     310
     311 /** @}
     312 */
     313 
     314 
  • libc/generic/sysinfo.c

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    3642}
    3743
     44
     45
     46 /** @}
     47 */
     48 
     49 
  • libc/generic/task.c

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    3844        return task_id;
    3945}
     46
     47
     48 /** @}
     49 */
     50 
     51 
  • libc/generic/thread.c

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    147153}
    148154
     155
     156
     157 /** @}
     158 */
     159 
     160 
  • libc/generic/time.c

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    110116        futex_down_timeout(&futex, usec, 0);
    111117}
     118
     119
     120 /** @}
     121 */
     122 
     123 
  • libc/include/align.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ALIGN_H__
    3036#define __ALIGN_H__
     
    4652
    4753#endif
     54
     55
     56 /** @}
     57 */
     58 
     59 
  • libc/include/as.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __libc_AS_H__
    3036#define __libc_AS_H__
     
    4450
    4551#endif
     52
     53
     54 /** @}
     55 */
     56 
     57 
  • libc/include/assert.h

    rf951077 rb2951e2  
    2828 */
    2929
     30 /** @addtogroup libc
     31 * @{
     32 */
     33/** @file
     34 */
     35
    3036#ifndef __LIBC__ASSERT_H__
    3137#define __LIBC__ASSERT_H__
     
    4955
    5056#endif
     57
     58
     59 /** @}
     60 */
     61 
     62 
  • libc/include/async.h

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    124130extern atomic_t async_futex;
    125131#endif
     132
     133
     134 /** @}
     135 */
     136 
     137 
  • libc/include/atomic.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ATOMIC_H__
    3036#define __ATOMIC_H__
     
    4753
    4854#endif
     55
     56
     57 /** @}
     58 */
     59 
     60 
  • libc/include/cap.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __CAP_H__
    3036#define __CAP_H__
     
    3642
    3743#endif
     44
     45
     46 /** @}
     47 */
     48 
     49 
  • libc/include/ctype.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __CTYPE_H__
    3036#define __CTYPE_H__
     
    5359#endif
    5460
     61
     62
     63 /** @}
     64 */
     65 
     66 
  • libc/include/ddi.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC_DDI_H__
    3036#define __LIBC_DDI_H__
     
    3743
    3844#endif
     45
     46
     47 /** @}
     48 */
     49 
     50 
  • libc/include/endian.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__ENDIAN_H__
    3036#define __LIBC__ENDIAN_H__
     
    3844#endif
    3945
     46
     47
     48 /** @}
     49 */
     50 
     51 
  • libc/include/err.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef _libc__ERR_H_
    3036#define _libc__ERR_H_
     
    3339
    3440#endif
     41
     42
     43 /** @}
     44 */
     45 
     46 
  • libc/include/errno.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__ERRNO_H__
    3036#define __LIBC__ERRNO_H__
     
    3541
    3642#endif
     43
     44
     45 /** @}
     46 */
     47 
     48 
  • libc/include/futex.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__FUTEX_H__
    3036#define __LIBC__FUTEX_H__
     
    4248
    4349#endif
     50
     51
     52 /** @}
     53 */
     54 
     55 
  • libc/include/io/io.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__IO_H__
    3036#define __LIBC__IO_H__
     
    3844
    3945#endif
     46
     47
     48 /** @}
     49 */
     50 
     51 
  • libc/include/io/printf_core.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__PRINTF_CORE_H__
    3036#define __LIBC__PRINTF_CORE_H__
     
    4551
    4652#endif
     53
     54
     55 /** @}
     56 */
     57 
     58 
  • libc/include/io/stream.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __libc_STREAM_H_
    3036#define __libc_STREAM_H_
     
    4450
    4551#endif
     52
     53
     54 /** @}
     55 */
     56 
     57 
  • libc/include/ipc/fb.h

    rf951077 rb2951e2  
     1/*
     2 * Copyright (C) 2006 Ondrej Palkovsky
     3 * All rights reserved.
     4 *
     5 * Redistribution and use in source and binary forms, with or without
     6 * modification, are permitted provided that the following conditions
     7 * are met:
     8 *
     9 * - Redistributions of source code must retain the above copyright
     10 *   notice, this list of conditions and the following disclaimer.
     11 * - Redistributions in binary form must reproduce the above copyright
     12 *   notice, this list of conditions and the following disclaimer in the
     13 *   documentation and/or other materials provided with the distribution.
     14 * - The name of the author may not be used to endorse or promote products
     15 *   derived from this software without specific prior written permission.
     16 *
     17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     18 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     19 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
    128
     29 /** @addtogroup libcipc
     30 * @{
     31 */
     32/** @file
     33 */
    234
    335#include <arch/types.h>
     
    4072
    4173#endif
     74
     75
     76 /** @}
     77 */
     78 
     79 
  • libc/include/ipc/ipc.h

    rf951077 rb2951e2  
    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 /** @addtogroup libcipc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    8389
    8490#endif
     91
     92
     93 /** @}
     94 */
     95 
     96 
  • libc/include/ipc/ns.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libcipc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBIPC__NS_H__
    3036#define __LIBIPC__NS_H__
    3137
    3238#endif
     39
     40
     41 /** @}
     42 */
     43 
     44 
  • libc/include/ipc/services.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libcipc
     30 * @{
     31 */
    2932/**
    3033 * @file        services.h
     
    4548
    4649#endif
     50
     51
     52 /** @}
     53 */
     54 
     55 
  • libc/include/libadt/fifo.h

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    117123
    118124#endif
     125
     126
     127 /** @}
     128 */
     129 
     130 
  • libc/include/libadt/hash_table.h

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    7985
    8086#endif
     87
     88
     89 /** @}
     90 */
     91 
     92 
  • libc/include/libadt/list.h

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    184190
    185191#endif
     192
     193
     194 /** @}
     195 */
     196 
     197 
  • libc/include/libc.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__LIBC_H__
    3036#define __LIBC__LIBC_H__
     
    4753
    4854#endif
     55
     56
     57 /** @}
     58 */
     59 
     60 
  • libc/include/limits.h

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    6571#endif
    6672
     73
     74
     75 /** @}
     76 */
     77 
     78 
  • libc/include/malloc.h

    rf951077 rb2951e2  
    530530
    531531#endif /* MALLOC_280_H */
     532
     533
     534 /** @}
     535 */
     536 
     537 
  • libc/include/psthread.h

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    8894
    8995#endif
     96
     97
     98 /** @}
     99 */
     100 
     101 
  • libc/include/stdarg.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__STDARG_H__
    3036#define __LIBC__STDARG_H__
     
    4652#endif
    4753
     54
     55
     56 /** @}
     57 */
     58 
     59 
  • libc/include/stddef.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__STDDEF_H__
    3036#define __LIBC__STDDEF_H__
     
    3440#endif
    3541
     42
     43
     44 /** @}
     45 */
     46 
     47 
  • libc/include/stdint.h

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    5561#endif
    5662
     63
     64
     65 /** @}
     66 */
     67 
     68 
  • libc/include/stdio.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__STDIO_H__
    3036#define __LIBC__STDIO_H__
     
    5359
    5460#endif
     61
     62
     63 /** @}
     64 */
     65 
     66 
  • libc/include/stdlib.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__STDLIB_H__
    3036#define __LIBC__STDLIB_H__
     
    5258
    5359#endif
     60
     61
     62 /** @}
     63 */
     64 
     65 
  • libc/include/string.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935
    3036#ifndef __LIBC__STRING_H__
     
    5359
    5460#endif
     61
     62
     63 /** @}
     64 */
     65 
     66 
  • libc/include/sys/mman.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __libc_MMAN_H_
    3036#define __libc_MMAN_H_
     
    4854
    4955#endif
     56
     57
     58 /** @}
     59 */
     60 
     61 
  • libc/include/sys/time.h

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    5056
    5157#endif
     58
     59
     60 /** @}
     61 */
     62 
     63 
  • libc/include/sys/types.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__SYS_TYPES_H__
    3036#define __LIBC__SYS_TYPES_H__
     
    3440#endif
    3541
     42
     43
     44 /** @}
     45 */
     46 
     47 
  • libc/include/sysinfo.h

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    3945#endif
    4046
     47
     48
     49 /** @}
     50 */
     51 
     52 
  • libc/include/task.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__TASK_H__
    3036#define __LIBC__TASK_H__
     
    3743
    3844#endif
     45
     46
     47 /** @}
     48 */
     49 
     50 
  • libc/include/thread.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__THREAD_H__
    3036#define __LIBC__THREAD_H__
     
    4551
    4652#endif
     53
     54
     55 /** @}
     56 */
     57 
     58 
  • libc/include/time.h

    rf951077 rb2951e2  
    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 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    3137
    3238#endif
     39
     40
     41 /** @}
     42 */
     43 
     44 
  • libc/include/types.h

    rf951077 rb2951e2  
    11#include <libarch/types.h>
     2
     3
     4 /** @}
     5 */
     6 
     7 
  • libc/include/unistd.h

    rf951077 rb2951e2  
    2727 */
    2828
     29 /** @addtogroup libc
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __LIBC__UNISTD_H__
    3036#define __LIBC__UNISTD_H__
     
    4349
    4450#endif
     51
     52
     53 /** @}
     54 */
     55 
     56 
  • softfloat/generic/common.c

    rf951077 rb2951e2  
    5353
    5454/** Take fraction shifted by 10 bits to left, round it, normalize it and detect exceptions
    55  * @param exp exponent with bias
     55 * @param cexp exponent with bias
    5656 * @param cfrac fraction shifted 10 places left with added hidden bit
     57 * @param sign
    5758 * @return valied float64
    5859 */
  • softint/generic/division.c

    rf951077 rb2951e2  
    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/** @addtogroup softint SoftInt
     30 * @brief       Software implementation of basic arithmetic operations.
     31 * @{
     32 */
     33/**
     34 * @file
     35 * SW implementation of 32 and 64 bit division and modulo.
    2736 */
    2837
     
    186195}
    187196
    188 
     197/** @}
     198 */
  • softint/include/division.h

    rf951077 rb2951e2  
    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/** @addtogroup softint
     30 * @{
     31 */
     32/**
     33 * @file
    2734 */
    2835
     
    5966#endif
    6067
     68/** @}
     69 */
     70
  • tetris/input.c

    rf951077 rb2951e2  
    3434 *
    3535 *      @(#)input.c     8.1 (Berkeley) 5/31/93
     36 */
     37
     38/** @addtogroup tetris
     39 * @{
     40 */
     41/** @file
    3642 */
    3743
     
    177183        return ((int)(unsigned char)c);
    178184}
     185
     186/** @}
     187 */
     188
  • tetris/input.h

    rf951077 rb2951e2  
    3636 */
    3737
     38/** @addtogroup tetris
     39 * @{
     40 */
     41/** @file
     42 */
     43
    3844int     rwait(struct timeval *);
    3945int     tgetchar(void);
    4046void    tsleep(void);
     47
     48/** @}
     49 */
     50
  • tetris/pathnames.h

    rf951077 rb2951e2  
    3636 */
    3737
     38/** @addtogroup tetris
     39 * @{
     40 */
     41/** @file
     42 */
     43
    3844#define _PATH_SCOREFILE "/var/games/tetris.scores"
     45
     46
     47/** @}
     48 */
     49
  • tetris/scores.c

    rf951077 rb2951e2  
    3434 *
    3535 *      @(#)scores.c    8.1 (Berkeley) 5/31/93
     36 */
     37
     38/** @addtogroup tetris
     39 * @{
     40 */
     41/** @file
    3642 */
    3743
     
    532538/*      } */
    533539/* } */
     540
     541/** @}
     542 */
     543
  • tetris/scores.h

    rf951077 rb2951e2  
    3535 *      @(#)scores.h    8.1 (Berkeley) 5/31/93
    3636 */
     37/** @addtogroup tetris
     38 * @{
     39 */
     40/** @file
     41 */
     42
    3743
    3844/*
     
    5662void insertscore(int score, int level);
    5763void initscores(void);
     64
     65/** @}
     66 */
     67
  • tetris/screen.c

    rf951077 rb2951e2  
    3636 */
    3737
     38/** @addtogroup tetris
     39 * @{
     40 */
     41/** @file
     42 */
     43
    3844/*
    3945 * Tetris screen control.
     
    317323                        (void) putchar(' ');
    318324}
     325
     326/** @}
     327 */
     328
  • tetris/screen.h

    rf951077 rb2951e2  
    3636 */
    3737
     38/** @addtogroup tetris
     39 * @{
     40 */
     41/** @file
     42 */
     43
    3844/*
    3945 * putpad() is for padded strings with count=1.
     
    6066void    scr_set(void);
    6167void    scr_update(void);
     68
     69/** @}
     70 */
     71
  • tetris/shapes.c

    rf951077 rb2951e2  
    3434 *
    3535 *      @(#)shapes.c    8.1 (Berkeley) 5/31/93
     36 */
     37
     38/** @addtogroup tetris
     39 * @{
     40 */
     41/** @file
    3642 */
    3743
     
    105111        board[pos + *o] = onoff;
    106112}
     113
     114/** @}
     115 */
     116
  • tetris/tetris.c

    rf951077 rb2951e2  
    3434 *
    3535 *      @(#)tetris.c    8.1 (Berkeley) 5/31/93
     36 */
     37
     38/** @addtogroup tetris Tetris
     39 * @brief       Tetris ported from OpenBSD
     40 * @{
     41 */
     42/** @file
    3643 */
    3744
     
    460467        exit(1);
    461468}
     469
     470/** @}
     471 */
     472
  • tetris/tetris.h

    rf951077 rb2951e2  
    3434 *
    3535 *      @(#)tetris.h    8.1 (Berkeley) 5/31/93
     36 */
     37
     38/** @addtogroup tetris
     39 * @{
     40 */
     41/** @file
    3642 */
    3743
     
    177183void    place(const struct shape *, int, int);
    178184void    stop(char *);
     185
     186/** @}
     187 */
     188
Note: See TracChangeset for help on using the changeset viewer.