summaryrefslogtreecommitdiff
path: root/xmake/modules/detect/tools/find_midl.lua
diff options
context:
space:
mode:
authorstar9029 <[email protected]>2025-04-06 15:42:29 +0800
committerstar9029 <[email protected]>2025-04-06 15:42:29 +0800
commitc9f654105819ac41e927ad89d3a972ed0a77b2d9 (patch)
tree6c085ac5c1c8e7b39b965ba67e0588bbbd85a1c0 /xmake/modules/detect/tools/find_midl.lua
parentf80d66c9d00c1416c210747f05296c749d04159c (diff)
Improve idl rule
Diffstat (limited to 'xmake/modules/detect/tools/find_midl.lua')
-rw-r--r--xmake/modules/detect/tools/find_midl.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/detect/tools/find_midl.lua b/xmake/modules/detect/tools/find_midl.lua
index bcc601c06..a8b7c6119 100644
--- a/xmake/modules/detect/tools/find_midl.lua
+++ b/xmake/modules/detect/tools/find_midl.lua
@@ -30,9 +30,7 @@ import("lib.detect.find_programver")
-- @return program, version
--
-- @code
---
-- local midl = find_midl()
---
-- @endcode
--
function main(opt)