diff options
| author | ruki <[email protected]> | 2015-06-17 10:00:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-17 10:00:20 +0800 |
| commit | 95798306093295a45c8f8671ca2f18edb16f796e (patch) | |
| tree | 50fb9cda7beb32f206d0984561d1678a58c165db /xmake/scripts/action/_man.lua | |
| parent | 12fca34edc350acfa1688bccb3a9e954b71283b0 (diff) | |
check c and c++ types
Diffstat (limited to 'xmake/scripts/action/_man.lua')
| -rw-r--r-- | xmake/scripts/action/_man.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/scripts/action/_man.lua b/xmake/scripts/action/_man.lua index bd8df690b..25fa3340a 100644 --- a/xmake/scripts/action/_man.lua +++ b/xmake/scripts/action/_man.lua @@ -31,6 +31,8 @@ local platform = require("platform/platform") -- done the given config function _man.done() + -- TODO + print("not implement!") -- ok return true |
