diff options
| author | ruki <[email protected]> | 2019-09-19 22:33:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-19 22:33:23 +0800 |
| commit | c33462b5d7afa7e82e9e0a278ca89ba4c4fbbe54 (patch) | |
| tree | a0acdad5b5c1280380564792f683dd5a5c96b4e3 /xmake/plugins | |
| parent | ab60d2da29bd4ec8e956b7ea0b17ee7f4e1d59c8 (diff) | |
| parent | e9ecfb089a3c4b358fb57ce3a6daece57cd5a388 (diff) | |
Merge branch 'template' into dev
Diffstat (limited to 'xmake/plugins')
| -rw-r--r-- | xmake/plugins/doxygen/main.lua | 2 | ||||
| -rwxr-xr-x | xmake/plugins/project/main.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/doxygen/main.lua b/xmake/plugins/doxygen/main.lua index 6b94fd1e1..fe9395aef 100644 --- a/xmake/plugins/doxygen/main.lua +++ b/xmake/plugins/doxygen/main.lua @@ -108,5 +108,5 @@ function main() -- trace cprint("${bright green}result: ${default green}%s/html/index.html", outputdir) - cprint("${bright}doxygen ok!${ok_hand}") + cprint("${bright}doxygen ok!") end diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua index cfcf10c2b..0f55057b3 100755 --- a/xmake/plugins/project/main.lua +++ b/xmake/plugins/project/main.lua @@ -81,5 +81,5 @@ function main() environment.leave("toolchains") -- trace - cprint("${bright}create ok!${ok_hand}") + cprint("${bright}create ok!") end |
