Changeset 133


Ignore:
Timestamp:
Nov 15, 2005, 4:23:28 PM (18 years ago)
Author:
garonne
Message:

add the cmt_generator file from guy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/v1r18p20051108/source/cmt_generator.cxx

    r11 r133  
    782782          symbol.replace_all ("\n", "");
    783783
    784           if ((pos == 6) && (line.find("static class") != cmt_string::npos))
    785             {
    786               // static class objects are not DATA :
     784          if ((pos == 6) &&
     785              ((line.find(": static") != cmt_string::npos) ||
     786               (line.find("(class") != cmt_string::npos)) )
     787            {
     788              // static data members are not DATA :
     789              // extern objects are not DATA :
    787790              cout << " " << symbol << " " << endl;
    788791            }
Note: See TracChangeset for help on using the changeset viewer.