Changeset b2951e2 in mainline for tetris/input.h


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.

File:
1 edited

Legend:

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