Changeset 380 for trunk/lib/File.h
- Timestamp:
- Jun 21, 2007, 9:25:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/File.h
r356 r380 5 5 6 6 /* 7 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 8 Copyright (C) 2007 Peter Johansson 7 Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson 9 8 10 9 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest … … 50 49 std::string href(void) const; 51 50 52 / //53 /// @return file54 ///51 /** 52 @return The explicit string "file", nothing else. 53 */ 55 54 std::string node_type(void) const; 56 55 … … 66 65 /// 67 66 const Stats& parse(const bool verbose=false); 68 69 ///70 /// print blame output71 ///72 void print_blame(std::ofstream&, const std::string line_type) const;73 67 74 68 void print_copyright(std::map<std::string, Alias>&) const; … … 88 82 File(const File&); 89 83 84 /** 85 @brief Print blame output 86 */ 87 void print_blame(std::ofstream&) const; 88 90 89 void print_core(bool verbose=false) const; 91 90
Note: See TracChangeset
for help on using the changeset viewer.