Produce module names with specific syntax, docs Makefile will convert to links

This commit is contained in:
Badlop 2021-08-23 13:53:54 +02:00
parent 506e2f3b97
commit ac4f240261
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ gen_doc(#ejabberd_commands{name=Name, tags=Tags, desc=Desc, longdesc=LongDesc,
end,
ModuleText = case IsDefinerMod of
true ->
[?TAG(h2, <<"Module:">>), ?TAG(p, ?RAW(atom_to_list(Definer)))];
[?TAG(h2, <<"Module:">>), ?TAG(p, ?RAW("*`"++atom_to_list(Definer)++"`*"))];
false ->
[]
end,