]> git.tdb.fi Git - builder.git/blobdiff - source/action.cpp
Add comments
[builder.git] / source / action.cpp
index 9ec8087d4b2ffd6200008413d260f998831a5036..782546ae0512568dd8b294d69534d327ed136891 100644 (file)
@@ -5,6 +5,9 @@
 
 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;