X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Faction.cpp;h=782546ae0512568dd8b294d69534d327ed136891;hb=74266a6e650f019063cdcd1c9a7bd26d8f99041b;hp=9ec8087d4b2ffd6200008413d260f998831a5036;hpb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;p=builder.git diff --git a/source/action.cpp b/source/action.cpp index 9ec8087..782546a 100644 --- a/source/action.cpp +++ b/source/action.cpp @@ -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;