]> git.tdb.fi Git - builder.git/blobdiff - source/link.h
Add comments
[builder.git] / source / link.h
index 63ebf356548c8f80fdb06c10f1b7d1fbf77587d2..484838854cfd8f74b8aeb62bb1be1408f04b45e9 100644 (file)
@@ -5,6 +5,9 @@
 
 class Executable;
 
+/**
+Links object files and libraries to produce an executable.
+*/
 class Link: public ExternalAction
 {
 public: