diff options
| author | ruki <[email protected]> | 2016-06-01 08:16:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-06-01 08:16:54 +0800 |
| commit | e720bbe224eb7aec57ca488a67e840a685fe612f (patch) | |
| tree | 2735ac6524ec7ca93f7508eadfdfc3241ee08f0c /xmake/plugins/doxygen/xmake.lua | |
| parent | 5b2e0333389158094a2a8bb796e13f99fac422e7 (diff) | |
list lua scripts and fix arguments
Diffstat (limited to 'xmake/plugins/doxygen/xmake.lua')
| -rwxr-xr-x | xmake/plugins/doxygen/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/doxygen/xmake.lua b/xmake/plugins/doxygen/xmake.lua index 081ed7034..4bead9547 100755 --- a/xmake/plugins/doxygen/xmake.lua +++ b/xmake/plugins/doxygen/xmake.lua @@ -32,7 +32,7 @@ task("doxygen") usage = "xmake doxygen [options] [name] [arguments]" -- description - , description = "Generate the doxygen document for the given name" + , description = "Generate the doxygen document for the given name." -- options , options = |
