Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit c1ca3e9

Browse files
authored
gpb 4.5.1 sets modules to hidden now (#128)
1 parent 30b28a3 commit c1ca3e9

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

bin/set-edoc-hidden

Lines changed: 0 additions & 12 deletions
This file was deleted.

rebar.config

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{counters, "~> 0.2.1"}]}.
1010

1111
{project_plugins, [covertool,
12-
rebar3_gpb_plugin,
12+
{rebar3_gpb_plugin, "~> 2.6.1"},
1313
rebar3_lint]}.
1414
{gpb_opts, [
1515
{i, "priv/opencensus-proto/src/opencensus/proto/trace"},
@@ -53,7 +53,4 @@
5353

5454
{shell, [{apps, [opencensus]}]}.
5555

56-
%% Awesomely bad hack to ensure oc_trace_pb is hidden from docs.
57-
{pre_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)",
58-
edoc, "sh bin/set-edoc-hidden src/oc_trace_pb.erl src/oc_trace_config_pb.erl"}]}.
5956
{post_hooks, [{edoc, "doc/build.sh"}]}.

0 commit comments

Comments
 (0)