]> git.tdb.fi Git - builder.git/blobdiff - source/config.h
Add comments
[builder.git] / source / config.h
index 9747d99aae0ee339a1878a8be3e72c7d60489e09..355108fb2c35bcd26f5c012c107dc4d587703212 100644 (file)
@@ -6,13 +6,19 @@
 #include <msp/parser/loader.h>
 #include <msp/path/path.h>
 #include <msp/time/timestamp.h>
-#include "option.h"
 
 typedef std::map<std::string, std::string> RawOptionMap;
 
+/**
+Manages configuration for a package.  A configuration may have an arbitary
+amount of options, as well as a modification time (mtime).
+*/
 class Config
 {
 public:
+       /**
+       A single configuration option.
+       */
        struct Option
        {
                std::string name;