Skip to content

Commit 055f8f5

Browse files
committed
Correct edoc comment syntax
1 parent 7961dc5 commit 055f8f5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/eflambe_server.erl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ start_link(MFA, Options) ->
6969

7070
%%--------------------------------------------------------------------
7171
%% @doc
72-
%% Calls the eflambe_server gen_server to start a tracer for the current
73-
%% process. This is only used for `capture` style traces.
72+
%% Calls the `eflambe_server' gen_server to start a tracer for the current
73+
%% process. This is only used for `capture' style traces.
7474
%%
7575
%% @end
7676
%%--------------------------------------------------------------------
@@ -89,8 +89,8 @@ start_capture_trace(ServerPid) ->
8989

9090
%%--------------------------------------------------------------------
9191
%% @doc
92-
%% Calls the eflambe_server gen_server to stop a tracer for a specific
93-
%% process. This is only used for `capture` style traces.
92+
%% Calls the `eflambe_server' gen_server to stop a tracer for a specific
93+
%% process. This is only used for `capture' style traces.
9494
%%
9595
%% @end
9696
%%--------------------------------------------------------------------
@@ -103,7 +103,7 @@ stop_capture_trace(ServerPid, Return) ->
103103
%%--------------------------------------------------------------------
104104
%% @doc
105105
%% Starts the tracer in the current process (no gen_server). This is
106-
%% used for `apply` style traces only.
106+
%% used for `apply' style traces only.
107107
%%
108108
%% @end
109109
%%--------------------------------------------------------------------
@@ -121,7 +121,7 @@ start_trace(Options) ->
121121
%%--------------------------------------------------------------------
122122
%% @doc
123123
%% Stops a tracer and finishes a trace in the current process. This is
124-
%% used for `apply` style traces only as everything is done in the
124+
%% used for `apply' style traces only as everything is done in the
125125
%% current process.
126126
%%
127127
%% @end

0 commit comments

Comments
 (0)