]> git.tdb.fi Git - builder.git/blobdiff - source/link.h
Replace per-file copyright notices with a single file
[builder.git] / source / link.h
index 63ebf356548c8f80fdb06c10f1b7d1fbf77587d2..ccad294fae31678b1ed3ead4f6993ecc9ee95865 100644 (file)
@@ -5,10 +5,13 @@
 
 class Executable;
 
+/**
+Links object files and libraries to produce an executable.
+*/
 class Link: public ExternalAction
 {
 public:
-       Link(Builder &, const Executable &);
+       Link(Builder &, const Binary &);
 };
 
 #endif