]> granicus.if.org Git - ejabberd/commitdiff
Don't include empty line after java example
authorPaweł Chmielowski <pchmielowski@process-one.net>
Thu, 18 Feb 2016 15:42:57 +0000 (16:42 +0100)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Thu, 25 Feb 2016 11:14:17 +0000 (12:14 +0100)
src/ejabberd_commands_doc.erl

index df4ba9df938d7a6ba25343ef05c3ca14a59c0a25..dc00c5d2aef7752e6f53344433c729f54771e40f 100644 (file)
@@ -158,7 +158,7 @@ java_call(Name, ArgsDesc, Values, HTMLOutput) ->
      Indent, ?ID_L("client"), ?OP_L("."), ?ID_L("setConfig"), ?OP_L("("), ?ID_L("config"), ?OP_L(");"), ?BR, Indent, ?BR,
      Indent, ?ID_L("client"), ?OP_L("."), ?ID_L("execute"), ?OP_L("("), ?STR_A(Name), ?OP_L(", "),
      java_gen_map(lists:map(fun({A,B})->java_gen(A, B, Indent, HTMLOutput) end, lists:zip(ArgsDesc, Values)), Indent, HTMLOutput),
-     ?OP_L(");"), ?BR].
+     ?OP_L(");")].
 
 -define(XML_S(N, V), ?OP_L("<"), ?FIELD_L(??N), ?OP_L(">"), V).
 -define(XML_E(N), ?OP_L("</"), ?FIELD_L(??N), ?OP_L(">")).