Skip to content

Commit ad30e9a

Browse files
jcpetruzzafacebook-github-bot
authored andcommitted
Move edoc annotation to new format
Summary: As ELP is starting to warn about these Reviewed By: robertoaloi Differential Revision: D72062648 fbshipit-source-id: 5dba127fef75702bd79b378f9bbeb0fcb2416f0f
1 parent 735c6d7 commit ad30e9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

edb_core/src/edb_server.erl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,9 @@ call(Node, Request, Timeout) ->
200200
Reply -> Reply
201201
end.
202202

203-
%% @doc Signal an invariant violation. The server will catch the error and return it as a term.
203+
-doc """
204+
Signal an invariant violation. The server will catch the error and return it as a term.
205+
""".
204206
-spec invariant_violation(term()) -> no_return().
205207
invariant_violation(Term) ->
206208
throw({invariant_violation, Term}).

0 commit comments

Comments
 (0)