Changeset b2951e2 in mainline for tetris/tetris.c


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/tetris.c

    rf951077 rb2951e2  
    3434 *
    3535 *      @(#)tetris.c    8.1 (Berkeley) 5/31/93
     36 */
     37
     38/** @addtogroup tetris Tetris
     39 * @brief       Tetris ported from OpenBSD
     40 * @{
     41 */
     42/** @file
    3643 */
    3744
     
    460467        exit(1);
    461468}
     469
     470/** @}
     471 */
     472
Note: See TracChangeset for help on using the changeset viewer.