Skip to content

Commit 7560e91

Browse files
committed
Add @doc since to Protobuf.Text
1 parent 248a8de commit 7560e91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/protobuf/text.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ defmodule Protobuf.Text do
2626
Doesn't perform type validations. If input data is invalid, it produces
2727
undecodable output.
2828
"""
29+
@doc since: "0.15.0"
2930
@spec encode(struct(), Keyword.t()) :: binary()
3031
def encode(%mod{} = struct, opts \\ []) do
3132
max_line_width = Keyword.get(opts, :max_line_width, 80)

0 commit comments

Comments
 (0)