Changeset 395 for trunk/lib/SVNblame.h
- Timestamp:
- Jun 27, 2007, 1:08:25 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/SVNblame.h
r381 r395 60 60 61 61 /** 62 @brief Retrieve the blame datefor the current line.62 @brief Retrieve the author for the current line. 63 63 64 64 If current line is outside blame entries the behaviour is 65 65 undefined. 66 66 67 @return The date.67 @return The author. 68 68 */ 69 69 std::string author(void);
Note: See TracChangeset
for help on using the changeset viewer.