From ee2a720a006ec3e5bf08e7f932dd18fa301b9cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jab=C5=82o=C5=84ski?= Date: Mon, 13 Mar 2017 13:50:07 +0100 Subject: [PATCH] Add kotlin to default file-filters --- bin/apidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/apidoc b/bin/apidoc index 53a1ef95..79fa6b2f 100755 --- a/bin/apidoc +++ b/bin/apidoc @@ -16,7 +16,7 @@ var nomnom = require('nomnom'); var apidoc = require('../lib/index'); var argv = nomnom - .option('file-filters', { abbr: 'f', 'default': '.*\\.(clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|jsx|litcoffee|lua|p|php?|pl|pm|py|rb|scala|ts|vue)$', + .option('file-filters', { abbr: 'f', 'default': '.*\\.(clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|jsx|kt|litcoffee|lua|p|php?|pl|pm|py|rb|scala|ts|vue)$', list: true, help: 'RegEx-Filter to select files that should be parsed (multiple -f can be used).' })