diff options
| author | ruki <[email protected]> | 2016-07-14 09:40:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-14 09:40:09 +0800 |
| commit | 95aeee4be5749ea83aadbe453b5fe221a746addf (patch) | |
| tree | 5b3e4ecbbaaf8e3395851df3572ee4c7aefea27d /xmake/plugins | |
| parent | 6c2d3f0ea4d0ccdb10199bc9462b0dc44ddc8a9a (diff) | |
add bear to doxygen
Diffstat (limited to 'xmake/plugins')
| -rwxr-xr-x | xmake/plugins/doxygen/main.lua | 3 |
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) |
