Changeset 096ba7a in mainline for fb/ppm.c


Ignore:
Timestamp:
2006-06-16T12:07:17Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5e4830
Parents:
830ac99
Message:

Fix some broken doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fb/ppm.c

    r830ac99 r096ba7a  
    7676 * @param data Pointer to PPM data
    7777 * @param datasz Maximum data size
    78  * @param x Coordinate of upper left corner
    79  * @param y Coordinate of upper left corner
     78 * @param sx Coordinate of upper left corner
     79 * @param sy Coordinate of upper left corner
    8080 * @param maxwidth Maximum allowed width for picture
    8181 * @param maxheight Maximum allowed height for picture
     
    8585             unsigned int sy,
    8686             unsigned int maxwidth, unsigned int maxheight,
    87              putpixel_cb_t putpixel,void *vport)
     87             putpixel_cb_t putpixel, void *vport)
    8888{
    8989        unsigned int width, height;
Note: See TracChangeset for help on using the changeset viewer.