Changeset 380 for trunk/lib/File.h


Ignore:
Timestamp:
Jun 21, 2007, 9:25:39 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Addresses #62. First blame output with lines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/File.h

    r356 r380  
    55
    66/*
    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
    98
    109  This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest
     
    5049    std::string href(void) const;
    5150
    52     ///
    53     /// @return file
    54     ///
     51    /**
     52       @return The explicit string "file", nothing else.
     53    */
    5554    std::string node_type(void) const;
    5655
     
    6665    ///
    6766    const Stats& parse(const bool verbose=false);
    68 
    69     ///
    70     /// print blame output
    71     ///
    72     void print_blame(std::ofstream&, const std::string line_type) const;
    7367
    7468    void print_copyright(std::map<std::string, Alias>&) const;
     
    8882    File(const File&);
    8983
     84    /**
     85       @brief Print blame output
     86    */
     87    void print_blame(std::ofstream&) const;
     88
    9089    void print_core(bool verbose=false) const;
    9190
Note: See TracChangeset for help on using the changeset viewer.