]> git.tdb.fi Git - builder.git/blobdiff - source/packagemanager.h
Comment tweaks
[builder.git] / source / packagemanager.h
index 05f5ebe317e6b3c5f49452868b108b995a4cea9f..2fbaca1c37c03dc0afafb3fa36d63402ec1535f3 100644 (file)
@@ -51,14 +51,15 @@ public:
 
        const PackageMap &get_packages() const { return packages; }
 
-       /** Locates a package and creates it if necessary. */
+       /** Locates a package and loads it if necessary. */
        Package *find_package(const std::string &);
 
 private:
        std::string run_pkgconfig(const std::string &, const std::string &);
 
        /** Determines the source directory of a package.  Pkg-config is consulted
-       first, and if it fails, the package path is searched for matches. */
+       first, and if it fails, the package path is searched for matches.  The
+       package is expected to be located in a directory named after itself. */
        Msp::FS::Path get_package_location(const std::string &);
 
        /** Determines the file containing a binary package.  The file is expected