Ignore:
Timestamp:
May 31, 2003, 10:14:47 PM (22 years ago)
Author:
bird
Message:

Minor javadoc fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/vslick/kdev.e

    r10130 r10131  
    1 /* $Id: kdev.e,v 1.6 2003-05-31 20:11:21 bird Exp $
     1/* $Id: kdev.e,v 1.7 2003-05-31 20:14:47 bird Exp $
    22 *
    33 * Visual SlickEdit Documentation Macros.
     
    10571057    {
    10581058        sText = sRight;
    1059         if (substr(sText, 1, 1) != '*')
    1060             sText = '*':+sText;
     1059        /*if (substr(sText, 1, 1) != '*')
     1060            sText = '*':+sText;*/
    10611061        sText = ' ':+sText;
    10621062    }
Note: See TracChangeset for help on using the changeset viewer.