]> git.tdb.fi Git - builder.git/blobdiff - source/sourcefile.cpp
Add comments
[builder.git] / source / sourcefile.cpp
index ba37f3f59dc5d11653fe5f5a5dfe4282d6134b17..c4eea79eee84fa2b4c76d18c5f8e3619746513d9 100644 (file)
@@ -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());