Changeset 1673 for trunk/dll/notebook.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/notebook.c

    r1664 r1673  
    35433543                   MPFROMLONG(CMA_FLWINDOWATTR));
    35443544      }
    3545       /* intentional fallthru */
     3545      // intentional fallthru
    35463546    case CFG9_1X:
    35473547      if (SHORT1FROMMP(mp1) == CFG9_1X) {
     
    40154015      break;
    40164016
    4017     case IDM_HELP:                      /* relay message to appropriate page's window */
     4017    case IDM_HELP:                      // relay message to appropriate page's window
    40184018      ulPageId = (ULONG) WinSendDlgItemMsg(hwnd,
    40194019                                         CFG_NOTEBOOK,
Note: See TracChangeset for help on using the changeset viewer.