summaryrefslogtreecommitdiff
path: root/xmake/plugins
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-24 16:55:27 +0800
committerruki <[email protected]>2016-02-24 16:55:27 +0800
commit00958c7b39c53a7e597ff6705ae9b1e2baeece4b (patch)
tree4951b66e8fdcbdd35bd102740bda2dea21b571b8 /xmake/plugins
parentdae473cb200c72b9cd94fcfe04c431e59837012f (diff)
add some common options
Diffstat (limited to 'xmake/plugins')
-rwxr-xr-xxmake/plugins/doxygen.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/plugins/doxygen.lua b/xmake/plugins/doxygen.lua
index 14e4a9b14..2388efbd8 100755
--- a/xmake/plugins/doxygen.lua
+++ b/xmake/plugins/doxygen.lua
@@ -23,11 +23,6 @@ task("doxygen")
, " 3. The Current Directory" }
, {}
- , {'v', "verbose", "k", nil, "Print lots of verbose information." }
- , {nil, "version", "k", nil, "Print the version number and exit." }
- , {'h', "help", "k", nil, "Print this help message and exit." }
-
- , {}
, {nil, "name", "v", "all", "Configure for the given document name." }
}