Changeset b45c443 in mainline for generic/src/main/version.c


Ignore:
Timestamp:
2006-06-13T14:26:44Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3222efd
Parents:
279952c
Message:

Kernel doxygen comments updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/main/version.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup main
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include <main/version.h>
    3036#include <print.h>
     
    5359        printf("%s, release %s (%s)%s\nBuilt%s for %s\n%s\n", project, release, name, revision, timestamp, arch, copyright);
    5460}
     61
     62 /** @}
     63 */
     64
Note: See TracChangeset for help on using the changeset viewer.