-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathInsanedocfile
32 lines (32 loc) · 1.07 KB
/
Insanedocfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
extractors:
config-params: '"config-params" /json:\"([a-z_]+)\"/ #2 /default:\"([^"]+)\"/ /(required):\"true\"/ /options:\"([^"]+)\"/'
fn-list: '"fn-list" #4 /Plugin\)\s(.+)\s{/'
match-modes: '"match-modes" /MatchMode(.*),/ /\"(.*)\"/'
do-if-node: '"do-if-node" /Node(\w+)\s/'
do-if-field-op: '"do-if-field-op" /field(\w+)OpTag\s/'
do-if-logical-op: '"do-if-logical-op" /logical(\w+)Tag\s/'
decorators:
config-params: '_ _ /*`%s`* / /*`default=%s`* / /*`%s`* / /*`options=%s`* /'
fn-list: '_ _ /`%s`/'
match-modes: '_ /%s/ /`match_mode: %s`/'
do-if-node: '_ /%s/'
do-if-field-op: '_ /%s/'
do-if-logical-op: '_ /%s/'
templates:
- template: docs/*.idoc.md
files: ["../pipeline/*.go"]
- template: pipeline/*.idoc.md
files: ["*.go"]
- template: pipeline/doif/*.idoc.md
files: ["*.go"]
- template: plugin/*/*/README.idoc.md
files: ["*.go"]
- template: plugin/*/README.idoc.md
files: []
- template: plugin/README.idoc.md
files: []
- template: README.idoc.md
files: []
- template: _sidebar.idoc.md
disable_footer: true
files: []