summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-06-03 23:49:40 +0800
committerruki <[email protected]>2025-06-03 23:49:40 +0800
commit113b866ec72198a84b81611f1d17bf7c351459b9 (patch)
tree0ef071dd5193d8440cba68e439702a6ff394276e
parent618f7752fd27fd65fa6ceece235e4aaf32c499d1 (diff)
update comments
-rw-r--r--xmake/core/project/policy.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua
index 948674159..361ed059d 100644
--- a/xmake/core/project/policy.lua
+++ b/xmake/core/project/policy.lua
@@ -180,6 +180,7 @@ function policy.policies()
-- Set the compatibility version, e.g. 2.0, 3.0
["compatibility.version"] = {description = "Set the compatibility version", type = "string", default = "3.0", values = {"2.0", "3.0"}},
-- Generate the solution file in root output directory
+ -- @see https://github.com/xmake-io/xmake/issues/6519
["generator.vsxmake.root_sln"] = {description = "Generate the solution file in root output directory", default = false, type = "boolean"}
}
policy._POLICIES = policies