Changeset 1133
- Timestamp:
- Jul 18, 2010, 8:30:27 PM (13 years ago)
- Location:
- trunk/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Configuration.cc
r1098 r1133 484 484 image_format_ = "png"; 485 485 image_anchor_format_ = "png"; 486 output_blame_information_ = true; 487 } 488 489 490 bool Configuration::output_blame_information(void) const 491 { 492 return output_blame_information_; 486 493 } 487 494 -
trunk/lib/Configuration.h
r1053 r1133 103 103 /// 104 104 bool missing_copyright_warning(void) const; 105 106 /** 107 \return true (default) if we wanna output blame information 108 */ 109 bool output_blame_information(void) const; 105 110 106 111 /// … … 166 171 std::string image_anchor_format_; 167 172 std::string image_format_; 173 bool output_blame_information_; 168 174 std::string trac_root_; 169 175 };
Note: See TracChangeset
for help on using the changeset viewer.