summaryrefslogtreecommitdiff
path: root/xmake/plugins/doxygen
diff options
context:
space:
mode:
authorruki <[email protected]>2016-07-14 09:56:21 +0800
committerruki <[email protected]>2016-07-14 09:56:21 +0800
commit68b7f69d0c71bda1a4c51fb44cca73ce5a2b9dab (patch)
treef5e59e077f384c1398579830aa29e8033b41ac5a /xmake/plugins/doxygen
parent95aeee4be5749ea83aadbe453b5fe221a746addf (diff)
add some ok hands
Diffstat (limited to 'xmake/plugins/doxygen')
-rwxr-xr-xxmake/plugins/doxygen/main.lua2
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