aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/api/projectdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/api/projectdata.cpp')
-rw-r--r--src/lib/api/projectdata.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/api/projectdata.cpp b/src/lib/api/projectdata.cpp
index d6c479623..f228f997b 100644
--- a/src/lib/api/projectdata.cpp
+++ b/src/lib/api/projectdata.cpp
@@ -313,11 +313,16 @@ bool operator!=(const PropertyMap &pm1, const PropertyMap &pm2)
*/
/*!
- * \fn QString ProjectData::qbsFilePath() const
+ * \fn CodeLocation ProjectData::location() const
* \brief The qbs source file in which the project is defined.
*/
/*!
+ * \fn QString ProjectData::buildDirectory() const
+ * \brief The base directory under which the build artifacts of this project will be created.
+ */
+
+/*!
* \fn QList<ProductData> ProjectData::products() const
* \brief The products in this project.
*/