Changeset 231a60a in mainline for softfloat


Ignore:
Timestamp:
2006-06-18T14:32:00Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d8b42fb2
Parents:
e0bfcf8
Message:

Changes to uspace doxygen comments.

Location:
softfloat
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • softfloat/arch/amd64/include/functions.h

    re0bfcf8 r231a60a  
    2727 */
    2828
    29  /** @addtogroup softfloatamd64 amd64   
     29/** @addtogroup softfloatamd64 amd64   
    3030 * @ingroup sfl
    3131 * @brief softfloat architecture dependent definitions
     
    7373
    7474
    75  /** @}
     75/** @}
    7676 */
    7777
  • softfloat/arch/ia32/include/functions.h

    re0bfcf8 r231a60a  
    2727 */
    2828
    29  /** @addtogroup softfloatia32 ia32     
     29/** @addtogroup softfloatia32 ia32     
    3030 * @ingroup sfl
    3131 * @brief softfloat architecture dependent definitions
     
    7272#endif
    7373
    74 
    75  /** @}
     74/** @}
    7675 */
    77 
  • softfloat/generic/add.c

    re0bfcf8 r231a60a  
    2727 */
    2828
    29  /** @addtogroup softfloat     
     29/** @addtogroup softfloat       
    3030 * @{
    3131 */
     
    256256}
    257257
    258 
    259 
    260  /** @}
    261  */
    262 
     258/** @}
     259 */
  • softfloat/generic/common.c

    re0bfcf8 r231a60a  
    2727 */
    2828
    29  /** @addtogroup softfloat     
     29/** @addtogroup softfloat       
    3030 * @{
    3131 */
     
    211211}
    212212
    213 
    214  /** @}
    215  */
    216 
     213/** @}
     214 */
     215
  • softfloat/generic/comparison.c

    re0bfcf8 r231a60a  
    2727 */
    2828
    29  /** @addtogroup softfloat     
     29/** @addtogroup softfloat       
    3030 * @{
    3131 */
     
    126126}
    127127
    128 
    129 
    130 
    131  /** @}
     128/** @}
    132129 */
    133 
  • softfloat/generic/conversion.c

    re0bfcf8 r231a60a  
    2727 */
    2828
    29  /** @addtogroup softfloat     
     29/** @addtogroup softfloat       
    3030 * @{
    3131 */
     
    590590}
    591591
    592 
    593 
    594  /** @}
    595  */
    596 
     592/** @}
     593 */
  • softfloat/generic/div.c

    re0bfcf8 r231a60a  
    2727 */
    2828
    29  /** @addtogroup softfloat     
     29/** @addtogroup softfloat       
    3030 * @{
    3131 */
     
    361361}
    362362
    363 
    364  /** @}
     363/** @}
    365364 */
    366 
  • softfloat/generic/mul.c

    re0bfcf8 r231a60a  
    2727 */
    2828
    29  /** @addtogroup softfloat     
     29/** @addtogroup softfloat       
    3030 * @{
    3131 */
     
    291291}
    292292
    293 
    294 
    295  /** @}
    296  */
    297 
     293/** @}
     294 */
  • softfloat/generic/other.c

    re0bfcf8 r231a60a  
    2727 */
    2828
    29  /** @addtogroup softfloat     
     29/** @addtogroup softfloat       
    3030 * @{
    3131 */
     
    3434
    3535
    36 
    37  /** @}
     36/** @}
    3837 */
    39 
  • softfloat/generic/softfloat.c

    re0bfcf8 r231a60a  
    2727 */
    2828
    29 /** @defgroup sfl Softfloat
    30  * @brief Software FPU emulation.
    31  * @{
    32  * @}
    33  */
    34  /** @addtogroup softfloat generic
    35   * @ingroup sfl
     29/** @addtogroup softfloat generic
     30 * @ingroup sfl
    3631 * @brief Architecture independent parts of FPU software emulation library.
    3732 * @{
     
    500495
    501496
    502  /** @}
     497/** @}
    503498 */
    504499
Note: See TracChangeset for help on using the changeset viewer.