update qldoc

This commit is contained in:
Erik Krogh Kristensen
2023-05-22 20:48:21 +02:00
committed by GitHub
parent 93af0d0c2f
commit 653cd86c13

View File

@@ -14,7 +14,7 @@ class PackageJson extends JsonObject {
/**
* Gets the name of this package.
* If the package is located under the package `pkg1` and its relative path is `foo/bar`, it can be `pkg1/foo/bar`.
* If the package is located under the package `pkg1` and its relative path is `foo/bar`, then the resulting package name will be `pkg1/foo/bar`.
*/
string getPackageName() {
result = this.getPropStringValue("name")