Changeset 213 for trunk/lib/File.cc


Ignore:
Timestamp:
Sep 15, 2006, 5:05:45 PM (17 years ago)
Author:
Peter Johansson
Message:

fixes #41 and refs #87 added output for individual developers. Links should be added from the main page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/File.cc

    r211 r213  
    130130    print("all", "comments");
    131131    print("all", "empty");
     132
     133    for (std::set<std::string>::const_iterator i = stats_.authors().begin();
     134         i!=stats_.authors().end(); ++i) {
     135      print(*i, "total");
     136      print(*i, "code");
     137      print(*i, "comments");
     138      print(*i, "empty");
     139    }
     140
    132141  }
    133142
Note: See TracChangeset for help on using the changeset viewer.