]> git.tdb.fi Git - builder.git/blobdiff - source/sourcefile.cpp
Reorder class members
[builder.git] / source / sourcefile.cpp
index cf74356e72331e3f1a84c68f2afabc174f518d00..6c2cb760d763a8d8f949b40526b67c1cb88036f9 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of builder
-Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Copyright © 2006-200 Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -22,10 +22,6 @@ 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()
 {
        if(!comp)