Changeset 213 for trunk/lib/File.cc
- Timestamp:
- Sep 15, 2006, 5:05:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/File.cc
r211 r213 130 130 print("all", "comments"); 131 131 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 132 141 } 133 142
Note: See TracChangeset
for help on using the changeset viewer.