projects
/
erlang-estap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1ea289
)
Added "see also" note to estap:explain().
author
Stanislaw Klekot
<dozzie@jarowit.net>
Tue, 16 Jun 2015 01:17:13 +0000
(
03:17
+0200)
committer
Stanislaw Klekot
<dozzie@jarowit.net>
Tue, 16 Jun 2015 01:17:13 +0000
(
03:17
+0200)
src/estap.erl
patch
|
blob
|
history
diff --git
a/src/estap.erl
b/src/estap.erl
index
ddc50f5
..
94e9578
100644
(file)
--- a/
src/estap.erl
+++ b/
src/estap.erl
@@
-310,6
+310,9
@@
format_info({K, V} = _Info) ->
%% @doc Format term so it can be printed to screen.
%% Convenience wrapper for {@link io_lib:format/2}.
+%%
+%% @see info/2
+%% @see diag/2
-spec explain(term()) ->
iolist().