]> git.tdb.fi Git - builder.git/blobdiff - source/header.h
Add comments
[builder.git] / source / header.h
index c398468a882dc2cb0ded93a493052c4b9e70774b..a22c6ce772b7a59d5eac9a2615688b70c03005c7 100644 (file)
@@ -3,6 +3,9 @@
 
 #include "sourcefile.h"
 
+/**
+Represents a header file.  Mainly exists to give extra information to the user.
+*/
 class Header: public SourceFile
 {
 public:
@@ -10,6 +13,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: