Changeset 330 for trunk/lib/File.h
- Timestamp:
- May 18, 2007, 5:16:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/File.h
r307 r330 43 43 const std::string& output=""); 44 44 45 /// 46 /// @return href to this file 47 /// 45 /** 46 For example 'File.h.html' 47 48 @return href to this file 49 */ 48 50 std::string href(void) const; 49 51 … … 56 58 /// @brief Parsing out information from svn repository 57 59 /// 58 /// @return true if succesful60 /// @return Stats object of the file 59 61 /// 60 62 const Stats& parse(const bool verbose=false);
Note: See TracChangeset
for help on using the changeset viewer.