Changeset 330 for trunk/lib/File.h


Ignore:
Timestamp:
May 18, 2007, 5:16:02 PM (16 years ago)
Author:
Peter Johansson
Message:

Using internal SVNinfo in tree rather than creating a new object.
Also added some docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/File.h

    r307 r330  
    4343         const std::string& output="");
    4444
    45     ///
    46     /// @return href to this file
    47     ///
     45    /**
     46       For example 'File.h.html'
     47
     48       @return href to this file
     49    */
    4850    std::string href(void) const;
    4951
     
    5658    /// @brief Parsing out information from svn repository
    5759    ///
    58     /// @return true if succesful
     60    /// @return Stats object of the file
    5961    ///
    6062    const Stats& parse(const bool verbose=false);
Note: See TracChangeset for help on using the changeset viewer.