Changeset 1673 for trunk/dll/sysinfo.c


Ignore:
Timestamp:
Dec 30, 2012, 7:51:01 PM (13 years ago)
Author:
Gregg Young
Message:

Update to Doxygen comment style Ticket 55. Also some minor code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/sysinfo.c

    r1554 r1673  
    140140    WinDefDlgProc(hwnd, WM_SETICON, MPFROMLONG(hptrIcon), MPVOID);
    141141    {
    142       static CHAR *names[] = { "Max. Path Length",      /* 1  */
    143         "Max. Text Sessions",   /* 2  */
    144         "Max. PM Sessions",     /* 3  */
    145         "Max. VDM Sessions",    /* 4  */
    146         "Boot Drive",           /* 5  */
    147         "Dynamic Priority",     /* 6  */
    148         "Max. Wait",            /* 7  */
    149         "Min. Timeslice",       /* 8  */
    150         "Max. Timeslice",       /* 9  */
    151         "Page Size",            /* 10 */
    152         "Version Major",        /* 11 */
    153         "Version Minor",        /* 12 */
    154         "Version Revision",     /* 13 */
    155         "Millisecs Up",         /* 14 */
    156         "Unixtime Low",         /* 15 */
    157         "Unixtime High",        /* 16 */
    158         "Physical Memory",      /* 17 */
    159         "Resident Memory",      /* 18 */
    160         "Total Available Memory",       /* 19 */
    161         "Max. Private Memory",  /* 20 */
    162         "Max. Shared Memory",   /* 21 */
    163         "Timer Interval",       /* 22 */
    164         "Max. Path Comp. Length",       /* 23 */
    165         "Foreground FS Session ID",     /* 24 */
    166         "Foreground Process PID",       /* 25 */
     142      static CHAR *names[] = { "Max. Path Length",      // 1
     143        "Max. Text Sessions",     // 2
     144        "Max. PM Sessions",       // 3
     145        "Max. VDM Sessions",      // 4
     146        "Boot Drive",             // 5
     147        "Dynamic Priority",       // 6
     148        "Max. Wait",              // 7
     149        "Min. Timeslice",         // 8
     150        "Max. Timeslice",         // 9
     151        "Page Size",              // 10
     152        "Version Major",          // 11
     153        "Version Minor",          // 12
     154        "Version Revision",       // 13
     155        "Millisecs Up",           // 14
     156        "Unixtime Low",           // 15
     157        "Unixtime High",          // 16
     158        "Physical Memory",        // 17
     159        "Resident Memory",        // 18
     160        "Total Available Memory", // 19
     161        "Max. Private Memory",    // 20
     162        "Max. Shared Memory",     // 21
     163        "Timer Interval",         // 22
     164        "Max. Path Comp. Length", // 23
     165        "Foreground FS Session ID"// 24
     166        "Foreground Process PID", // 25
    167167        NULL
    168168      };
Note: See TracChangeset for help on using the changeset viewer.