summaryrefslogtreecommitdiff
path: root/xmake/plugins
diff options
context:
space:
mode:
authorruki <[email protected]>2016-07-14 09:40:09 +0800
committerruki <[email protected]>2016-07-14 09:40:09 +0800
commit95aeee4be5749ea83aadbe453b5fe221a746addf (patch)
tree5b3e4ecbbaaf8e3395851df3572ee4c7aefea27d /xmake/plugins
parent6c2d3f0ea4d0ccdb10199bc9462b0dc44ddc8a9a (diff)
add bear to doxygen
Diffstat (limited to 'xmake/plugins')
-rwxr-xr-xxmake/plugins/doxygen/main.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/plugins/doxygen/main.lua b/xmake/plugins/doxygen/main.lua
index 67813a5ae..84b6171a8 100755
--- a/xmake/plugins/doxygen/main.lua
+++ b/xmake/plugins/doxygen/main.lua
@@ -100,6 +100,9 @@ function main()
-- enter the project directory
os.cd(project.directory())
+ -- trace
+ cprint("generating ..${beer}")
+
-- generate document
if option.get("verbose") then
os.exec("%s %s", doxygen, doxyfile)