]> git.tdb.fi Git - builder.git/blobdiff - source/compile.h
Add Id tag to all files
[builder.git] / source / compile.h
index 5e0d47f3104ca148ee47e99620f2e7e2b97b51b7..08c6407c98984685dfe667892ac7174b8fc6a3f7 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef COMPILE_H_
 #define COMPILE_H_
 
@@ -7,6 +14,9 @@
 class Component;
 class ObjectFile;
 
+/**
+Compiles a source file into an object file.
+*/
 class Compile: public ExternalAction
 {
 public: