diff options
| author | ruki <[email protected]> | 2016-07-14 08:30:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-14 08:30:08 +0800 |
| commit | e20c540cbde1694c683bbc3b8c19158bbde57985 (patch) | |
| tree | d7331ebdd2f7dc1f9efeea7f0862488ba77560fb /xmake/plugins/doxygen/main.lua | |
| parent | 375e6543b6ababe4dd84692456e71886cb857188 (diff) | |
add colors for actions and plugins
Diffstat (limited to 'xmake/plugins/doxygen/main.lua')
| -rwxr-xr-x | xmake/plugins/doxygen/main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/doxygen/main.lua b/xmake/plugins/doxygen/main.lua index a2363d662..67813a5ae 100755 --- a/xmake/plugins/doxygen/main.lua +++ b/xmake/plugins/doxygen/main.lua @@ -111,6 +111,6 @@ function main() os.cd("-") -- trace - print("result: %s/html/index.html", outputdir) - print("doxygen ok!") + cprint("${bright green}result: ${default green}%s/html/index.html", outputdir) + cprint("${bright}doxygen ok!") end |
