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:
parent
7cd5808766
commit
da01d932ea
@ -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}) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user