]> git.tdb.fi Git - builder.git/blobdiff - source/package.h
Add comments
[builder.git] / source / package.h
index 743a962f52e2750c429c6bd93299208729dde8e0..3d980f26ab19d501adf1486df69a25a6962a8943 100644 (file)
 
 class Builder;
 
+/**
+A package is a distributable piece of software.  They consist of one or more
+Components and may depend on other packages.  Packages also have configuration
+to determine where files are installed and which features to include (features
+NYI).
+*/
 class Package
 {
 public:
+       /// Loads a package from a file.
        class Loader: public Msp::Parser::Loader
        {
        public: