summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pseudomuto/protoc-gen-doc/ya.make
blob: 71b591145d77fd7589c5d83c542f229c4c527cc7 (plain) (blame)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
GO_LIBRARY()

LICENSE(MIT)

VERSION(v1.5.1)

# Those tests do open ./fixtures, so we have to mess up with cwd a bit

DATA(
    arcadia/vendor/github.com/pseudomuto/protoc-gen-doc/
)

TEST_CWD(vendor/github.com/pseudomuto/protoc-gen-doc/)

SRCS(
    doc.go
    filters.go
    plugin.go
    renderer.go
    resources.go
    template.go
    version.go
)

GO_XTEST_SRCS(
    bench_test.go
    filters_test.go
    plugin_test.go
    renderer_test.go
    template_test.go
)

GO_EMBED_PATTERN(resources/docbook.tmpl)

GO_EMBED_PATTERN(resources/html.tmpl)

GO_EMBED_PATTERN(resources/markdown.tmpl)

GO_EMBED_PATTERN(resources/scalars.json)

END()

RECURSE(
    cmd
    extensions
    fixtures
    gotest
    thirdparty
)