Changeset b2951e2 in mainline for tetris/input.c


Ignore:
Timestamp:
2006-06-07T19:27:43Z (18 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.c

    rf951077 rb2951e2  
    3434 *
    3535 *      @(#)input.c     8.1 (Berkeley) 5/31/93
     36 */
     37
     38/** @addtogroup tetris
     39 * @{
     40 */
     41/** @file
    3642 */
    3743
     
    177183        return ((int)(unsigned char)c);
    178184}
     185
     186/** @}
     187 */
     188
Note: See TracChangeset for help on using the changeset viewer.