]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.h
Miscellaneous style and comment tweaks
[builder.git] / source / sourcepackage.h
index d55d373528dc329fc88bf2be82e82d0b6ee59447..5b4ffd0474bc8a1e2f79c060e58193edb77cd20d 100644 (file)
@@ -65,6 +65,7 @@ private:
 
 public:
        SourcePackage(Builder &, const std::string &, const Msp::FS::Path &);
+
        const std::string &get_version() const { return version; }
        const std::string &get_description() const { return description; }
        const Msp::FS::Path &get_source() const { return source; }
@@ -78,8 +79,6 @@ public:
 
        DependencyCache &get_deps_cache() const { return deps_cache; }
 private:
-       /** Fills in build info based on configuration.  All required packages must be
-       configured when this is called. */
        virtual void create_build_info();
 
        virtual void create_targets();