]> git.tdb.fi Git - builder.git/blobdiff - source/buildinfo.h
Add comments
[builder.git] / source / buildinfo.h
index ccd4b86798db7cc4a8c96eafffaef56c0ea82f82..10fd3bec439c3ad6a16379e6453d1e877325f0d1 100644 (file)
@@ -6,6 +6,10 @@
 #include <msp/parser/loader.h>
 #include "misc.h"
 
+/**
+Stores information about compiler command line parameters in a more abstract
+form.  Allows combining with other BuildInfos to support package dependencies.
+*/
 class BuildInfo
 {
 public: