X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcefile.cpp;h=c4eea79eee84fa2b4c76d18c5f8e3619746513d9;hb=74266a6e650f019063cdcd1c9a7bd26d8f99041b;hp=ba37f3f59dc5d11653fe5f5a5dfe4282d6134b17;hpb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;p=builder.git diff --git a/source/sourcefile.cpp b/source/sourcefile.cpp index ba37f3f..c4eea79 100644 --- a/source/sourcefile.cpp +++ b/source/sourcefile.cpp @@ -14,6 +14,10 @@ SourceFile::SourceFile(Builder &b, const Component *c, const string &n): comp(c) { } +/** +Parses include directives from the file and looks up the appropriate targets +from Builder. +*/ void SourceFile::find_depends() { ifstream in(name.c_str());