diff options
| author | ruki <[email protected]> | 2016-07-14 09:56:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-14 09:56:21 +0800 |
| commit | 68b7f69d0c71bda1a4c51fb44cca73ce5a2b9dab (patch) | |
| tree | f5e59e077f384c1398579830aa29e8033b41ac5a /xmake/plugins/doxygen | |
| parent | 95aeee4be5749ea83aadbe453b5fe221a746addf (diff) | |
add some ok hands
Diffstat (limited to 'xmake/plugins/doxygen')
| -rwxr-xr-x | xmake/plugins/doxygen/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/doxygen/main.lua b/xmake/plugins/doxygen/main.lua index 84b6171a8..980c75a53 100755 --- a/xmake/plugins/doxygen/main.lua +++ b/xmake/plugins/doxygen/main.lua @@ -115,5 +115,5 @@ function main() -- trace cprint("${bright green}result: ${default green}%s/html/index.html", outputdir) - cprint("${bright}doxygen ok!") + cprint("${bright}doxygen ok!${ok_hand}") end |
