]> git.tdb.fi Git - builder.git/blobdiff - source/action.cpp
Reorder class members
[builder.git] / source / action.cpp
index ebd6b422ba3770c69cc2fec9f99017dfa5cb6a99..31b13906acee48a3c493e25efc9e2e7aa9a0f30b 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of builder
-Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -12,9 +12,6 @@ Distributed under the LGPL
 
 using namespace std;
 
-/**
-Annouces the action by printing out the package name, tool and target name.
-*/
 void Action::announce(const string &pkg, const string &tool, const string &tgt)
 {
        ostringstream line;