25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

Add some text to examples, so docs Makefile can find and update its syntax

This commit is contained in:
Badlop 2024-03-29 16:38:29 +01:00
parent 7cd5808766
commit da01d932ea

View File

@ -211,7 +211,7 @@ format_example(Level, Lang, #{example := [_|_] = Example}) ->
false -> false ->
lists:flatmap( lists:flatmap(
fun(Block) -> fun(Block) ->
["+", "''''", "+"|Block] ["+", "*Examples*:", "+"|Block]
end, end,
lists:map( lists:map(
fun({Text, Lines}) -> fun({Text, Lines}) ->