diff options
| author | Roy Ivy III <[email protected]> | 2020-02-22 19:00:05 -0600 |
|---|---|---|
| committer | Roy Ivy III <[email protected]> | 2020-02-22 19:00:05 -0600 |
| commit | f1a390e71d8c96ab005b01115e04ad109ea44d77 (patch) | |
| tree | 370dfaca480d06749f68dc9ff2fc40ee88252a71 /xmake/plugins/doxygen | |
| parent | 4a7f397b9036a3c31cad090732d758794555e40c (diff) | |
change ~ use 'success' theme more widely
Diffstat (limited to 'xmake/plugins/doxygen')
| -rw-r--r-- | 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 07eeee5a0..69dc969ad 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!") + cprint("${color.success}doxygen ok!${clear}") end |
