]> git.tdb.fi Git - builder.git/blobdiff - source/executable.h
Add comments
[builder.git] / source / executable.h
index 7fefef7a469326246b706b0f5f72d4a7282f3add..d7d8ebbea909fa3f1c853b1212d3827d1962e51c 100644 (file)
@@ -6,6 +6,10 @@
 class Component;
 class ObjectFile;
 
+/**
+Produces a binary file, which may be either a standalone executable or a shared
+library.
+*/
 class Executable: public Target
 {
 public: