Changeset c0855a0 in mainline for kernel/generic/src/main/main.c


Ignore:
Timestamp:
2009-02-24T20:14:38Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a1410d
Parents:
691eb52
Message:

Fix broken doxygen syntax.

File:
1 edited

Legend:

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

    r691eb52 rc0855a0  
    106106 */
    107107
    108 /**< Virtual address of where the kernel is loaded. */
     108/** Virtual address of where the kernel is loaded. */
    109109uintptr_t hardcoded_load_address = 0;
    110 /**< Size of the kernel code in bytes. */
     110/** Size of the kernel code in bytes. */
    111111size_t hardcoded_ktext_size = 0;
    112 /**< Size of the kernel data in bytes. */
     112/** Size of the kernel data in bytes. */
    113113size_t hardcoded_kdata_size = 0;
    114 /**< Lowest safe stack virtual address. */
     114/** Lowest safe stack virtual address. */
    115115uintptr_t stack_safe = 0;               
    116116
Note: See TracChangeset for help on using the changeset viewer.