]> git.tdb.fi Git - builder.git/blobdiff - source/header.h
Add Id tag to all files
[builder.git] / source / header.h
index c398468a882dc2cb0ded93a493052c4b9e70774b..ce1f62588a5918a833f4603328eface470c01feb 100644 (file)
@@ -1,8 +1,18 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef HEADER_H_
 #define HEADER_H_
 
 #include "sourcefile.h"
 
+/**
+Represents a header file.  Mainly exists to give extra information to the user.
+*/
 class Header: public SourceFile
 {
 public:
@@ -10,6 +20,9 @@ public:
        const char *get_type() const { return "Header"; }
 };
 
+/**
+A header file that doesn't belong to any known package.
+*/
 class SystemHeader: public Header
 {
 public: