Changeset 846848a6 in mainline


Ignore:
Timestamp:
2006-06-08T01:22:31Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
07d7870
Parents:
e209fc96
Message:

Another doxygen comments.

Files:
42 edited

Legend:

Unmodified
Added
Removed
  • ipcc/ipcc.c

    re209fc96 r846848a6  
    2727 */
    2828
    29 /** @addtogroup ippc IPPC
    30  * @brief       Interprocess communication tester.
     29/** @addtogroup ippc IPC Tester
     30 * @brief       IPC tester and task faulter.
    3131 * @{
    3232 */
  • kbd/arch/amd64

    re209fc96 r846848a6  
    1 ia32/
     1ia32
  • kbd/arch/ia32/include/kbd.h

    re209fc96 r846848a6  
    2727 */
    2828
    29 /** @addtogroup kbdia32 ia32
    30  * @brief       HelenOS ia32 arch dependent parts of uspace keyboard handler.
     29/** @addtogroup kbdamd64 amd64
     30 * @brief       HelenOS ia32 / amd64 arch dependent parts of uspace keyboard handler.
    3131 * @ingroup  kbd
    3232 * @{
    33  */
     33 */
     34
    3435/** @file
     36 * @ingroup kbdia32
    3537 */
    3638
  • kbd/arch/ia32/src/kbd.c

    re209fc96 r846848a6  
    2929
    3030/** @addtogroup kbdia32 ia32
    31  * @brief       HelenOS ia32 arch dependent parts of uspace keyboard handler.
     31 * @brief       HelenOS ia32 / amd64 arch dependent parts of uspace keyboard handler.
    3232 * @ingroup  kbd
    3333 * @{
    3434 */
    3535/** @file
     36 * @ingroup kbdamd64
    3637 */
    3738
  • libc/arch/amd64/src/thread.c

    re209fc96 r846848a6  
    2828
    2929 /** @addtogroup libcamd64 amd64
    30   * @addtogroup libcia32
    3130 * @ingroup lc
    3231 * @{
    3332 */
    3433/** @file
     34  * @ingroup libcia32
    3535 */
    3636
  • libc/arch/mips32/include/atomic.h

    re209fc96 r846848a6  
    3131 */
    3232/** @file
     33 * @ingroup libcmips32eb       
    3334 */
    3435
  • libc/arch/mips32/include/endian.h

    re209fc96 r846848a6  
    2727 */
    2828
    29  /** @addtogroup libcmips32     
     29 /** @addtogroup libcmips32 mips32
     30  * @brief mips32 architecture dependent parts of libc
     31  * @ingroup lc
    3032 * @{
    3133 */
  • libc/arch/mips32/include/limits.h

    re209fc96 r846848a6  
    3131 */
    3232/** @file
     33 * @ingroup libcmips32eb       
    3334 */
    3435
  • libc/arch/mips32/include/psthread.h

    re209fc96 r846848a6  
    3131 */
    3232/** @file
     33 * @ingroup libcmips32eb       
    3334 */
    3435
  • libc/arch/mips32/include/stackarg.h

    re209fc96 r846848a6  
    3131 */
    3232/** @file
     33 * @ingroup libcmips32eb       
    3334 */
    3435
  • libc/arch/mips32/include/thread.h

    re209fc96 r846848a6  
    3131 */
    3232/** @file
     33 * @ingroup libcmips32eb       
    3334 */
    3435
  • libc/arch/mips32/include/types.h

    re209fc96 r846848a6  
    3131 */
    3232/** @file
     33 * @ingroup libcmips32eb       
    3334 */
    3435
  • libc/arch/mips32/src/syscall.c

    re209fc96 r846848a6  
    2727 */
    2828
    29  /** @addtogroup libcmips32 mips32
    30   * @brief mips32 architecture dependent parts of libc
    31   * @ingroup lc
     29 /** @addtogroup libcmips32
    3230 * @{
    3331 */
    3432/** @file
     33  * @ingroup libcmips32eb       
    3534 */
    3635
  • libc/arch/mips32/src/thread.c

    re209fc96 r846848a6  
    3131 */
    3232/** @file
     33 * @ingroup libcmips32eb       
    3334 */
    3435
  • libc/arch/mips32eb/include/endian.h

    re209fc96 r846848a6  
    2727 */
    2828 
    29 /** @addtogroup libcmipseb32 mipseb32
     29/** @addtogroup libcmips32eb mipseb32
    3030  * @brief mipseb32 architecture dependent parts of libc
    3131  * @ingroup lc
  • softfloat/arch/amd64/include/functions.h

    re209fc96 r846848a6  
    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 softfloatamd64 amd64   
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6472#endif
    6573
     74
     75 /** @}
     76 */
     77
  • softfloat/arch/ia32/include/functions.h

    re209fc96 r846848a6  
    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 softfloatia32 ia32     
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6472#endif
    6573
     74
     75 /** @}
     76 */
     77
  • softfloat/arch/ia64/include/functions.h

    re209fc96 r846848a6  
    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 softfloatia64 ia64
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6472#endif
    6573
     74
     75 /** @}
     76 */
     77
  • softfloat/arch/mips32/include/functions.h

    re209fc96 r846848a6  
    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 softfloatmips32 mips32
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6472#endif
    6573
     74
     75 /** @}
     76 */
     77
  • softfloat/arch/mips32eb/include/functions.h

    re209fc96 r846848a6  
    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 softfloatmipseb32 mipseb32     
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6472#endif
    6573
     74
     75 /** @}
     76 */
     77
  • softfloat/arch/ppc32/include/functions.h

    re209fc96 r846848a6  
    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 softfloatppc32 ppc32   
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6472#endif
    6573
     74
     75 /** @}
     76 */
     77
  • softfloat/arch/ppc64/include/functions.h

    re209fc96 r846848a6  
    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 softfloatppc64 ppc64   
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6371
    6472#endif
     73
     74 /** @}
     75 */
     76
  • softfloat/arch/sparc64/include/functions.h

    re209fc96 r846848a6  
    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 softfloatsparc64 sparc64       
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6472#endif
    6573
     74
     75 /** @}
     76 */
     77
  • softfloat/generic/add.c

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include<sftypes.h>
    3036#include<add.h>
     
    251257
    252258
     259
     260 /** @}
     261 */
     262
  • softfloat/generic/common.c

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include<sftypes.h>
    3036#include<common.h>
     
    205211}
    206212
     213
     214 /** @}
     215 */
     216
  • softfloat/generic/comparison.c

    re209fc96 r846848a6  
    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 softfloat     
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    122128
    123129
     130
     131 /** @}
     132 */
     133
  • softfloat/generic/conversion.c

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include "sftypes.h"
    3036#include "conversion.h"
     
    585591
    586592
     593
     594 /** @}
     595 */
     596
  • softfloat/generic/div.c

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include<sftypes.h>
    3036#include<add.h>
     
    355361}
    356362
     363
     364 /** @}
     365 */
     366
  • softfloat/generic/mul.c

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include<sftypes.h>
    3036#include<mul.h>
     
    286292
    287293
     294
     295 /** @}
     296 */
     297
  • softfloat/generic/other.c

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
    2934
     35
     36
     37 /** @}
     38 */
     39
  • softfloat/generic/softfloat.c

    re209fc96 r846848a6  
    2727 */
    2828
     29/** @defgroup sfl Softfloat
     30 * @brief Software FPU emulation.
     31 * @{
     32 * @}
     33 */
     34 /** @addtogroup softfloat generic
     35  * @ingroup sfl
     36 * @brief Architecture independent parts of FPU software emulation library.
     37 * @{
     38 */
     39/** @file
     40 */
     41
    2942#include<softfloat.h>
    3043#include<sftypes.h>
     
    486499}
    487500
     501
     502 /** @}
     503 */
     504
  • softfloat/generic/sub.c

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include<sftypes.h>
    3036#include<sub.h>
     
    254260}
    255261
     262
     263 /** @}
     264 */
     265
  • softfloat/include/add.h

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ADD_H__
    3036#define __ADD_H__
     
    3642#endif
    3743
     44
     45 /** @}
     46 */
     47
  • softfloat/include/common.h

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __COMMON_H__
    3036#define __COMMON_H__
     
    4248
    4349#endif
     50
     51 /** @}
     52 */
     53
  • softfloat/include/comparison.h

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __COMPARISON_H__
    3036#define __COMPARISON_H__
     
    4854#endif
    4955
     56
     57 /** @}
     58 */
     59
  • softfloat/include/conversion.h

    re209fc96 r846848a6  
    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 softfloat     
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    6066#endif
    6167
     68
     69 /** @}
     70 */
     71
  • softfloat/include/div.h

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __DIV_H__
    3036#define __DIV_H__
     
    3743#endif
    3844
     45
     46 /** @}
     47 */
     48
  • softfloat/include/mul.h

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __MUL_H__
    3036#define __MUL_H__
     
    3844#endif
    3945
     46
     47 /** @}
     48 */
     49
  • softfloat/include/other.h

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __OTHER_H__
    3036#define __OTHER_H__
     
    3238#endif
    3339
     40
     41 /** @}
     42 */
     43
  • softfloat/include/sftypes.h

    re209fc96 r846848a6  
    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 softfloat     
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    101107#endif
    102108
     109
     110 /** @}
     111 */
     112
  • softfloat/include/softfloat.h

    re209fc96 r846848a6  
    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 softfloat     
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    163169#endif
    164170
     171
     172 /** @}
     173 */
     174
  • softfloat/include/sub.h

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __SUB_H__
    3036#define __SUB_H__
     
    3642#endif
    3743
     44
     45 /** @}
     46 */
     47
Note: See TracChangeset for help on using the changeset viewer.