Changeset 846848a6 in mainline for softfloat/generic


Ignore:
Timestamp:
2006-06-08T01:22:31Z (20 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.

Location:
softfloat/generic
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.