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

    r1544 r1673  
    453453            while (*e != '\r' && *e != '\n' && e < ad->text + ad->textsize)
    454454              e++;
    455             /* fixme to be gone?
    456                if((*e == '\r' || *e == '\n') && e > p)
    457                e--;
    458             */
    459455            width = e - p;
    460456          }
     
    13271323                    whereiam = NULL;
    13281324                  }
    1329                   /* assign ad->lines[ad->numlines] */
     1325                  // assign ad->lines[ad->numlines]
    13301326                  if (ad->numlines + 1 > ad->numalloc) {
    13311327
     
    13431339                  ad->numlines++;
    13441340                  if (ad->numlines == numlines) {
    1345                     /* display first page */
     1341                    // display first page
    13461342                    register INT x;
    13471343
     
    15701566      mr = oldproc(hwnd, msg, mp1, mp2);
    15711567
    1572       /*
     1568      /**
    15731569       * Calculate the position of the client rectangle.
    15741570       * Otherwise,  we'll see a lot of redraw when we move the
     
    15981594      soldCount = sCount;
    15991595
    1600       /*
     1596      /**
    16011597       * Reformat the frame to "squeeze" the client
    16021598       * and make room for status window sibling beneath
Note: See TracChangeset for help on using the changeset viewer.