From d7d8085d3bd3c49eb4d39a499c57747c979eb219 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 11 May 2020 19:37:47 +0200 Subject: Fix most EDoc errors, even if that's not used nowadays apparently --- src/mod_muc_admin.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mod_muc_admin.erl') diff --git a/src/mod_muc_admin.erl b/src/mod_muc_admin.erl index 0eecbd80e..5204cb8e7 100644 --- a/src/mod_muc_admin.erl +++ b/src/mod_muc_admin.erl @@ -988,7 +988,7 @@ send_direct_invitation(FromJid, UserJid, Msg) -> %% the option to change (for example title or max_users), %% and the value to assign to the new option. %% For example: -%% change_room_option(<<"testroom">>, <<"conference.localhost">>, <<"title">>, <<"Test Room">>) +%% `change_room_option(<<"testroom">>, <<"conference.localhost">>, <<"title">>, <<"Test Room">>)' change_room_option(Name, Service, OptionString, ValueString) -> case get_room_pid(Name, Service) of room_not_found -> -- cgit v1.2.3