Changeset 1616 for trunk/dll/autoview.c


Ignore:
Timestamp:
Aug 13, 2011, 8:32:14 PM (14 years ago)
Author:
Gregg Young
Message:

Updated a*.c files to Doxygen commenting style. (Ticket 55)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/autoview.c

    r1498 r1616  
    3636                one or more miniapp but not to FM/2
    3737  17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *.
     38  13 Aug 11 GKY Change to Doxygen comment format
    3839
    3940***********************************************************************/
     
    9899             CHAR * data)
    99100{
    100   /* save an ea to disk */
     101  // save an ea to disk
    101102
    102103  FEA2LIST *pfealist = NULL;
     
    236237      break;
    237238    }
    238     pfealist->list[0].cbValue = /*(ULONG)*/ (eaval -
    239                                          (pfealist->list[0].szName +
     239    pfealist->list[0].cbValue = (eaval - (pfealist->list[0].szName +
    240240                                          pfealist->list[0].cbName + 1));
    241241    memset(&eaop, 0, sizeof(eaop));
     
    256256  register CHAR *p;
    257257
    258   if (comments) {                       /* check -- is it empty? */
     258  if (comments) {                       // check -- is it empty?
    259259    p = comments;
    260260    while (*p && isspace(*p))
     
    632632                    readonly = TRUE;
    633633                }
    634                 /* else EA not present */
     634                // else EA not present
    635635                MLEsetchanged(hwndAutoMLE, FALSE);
    636636                MLEsetreadonly(hwndAutoMLE, readonly);
Note: See TracChangeset for help on using the changeset viewer.