DOC: lua: silence "literal block ends without a blank line" Sphinx warnings
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 13 Mar 2023 18:36:13 +0000 (19:36 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:58:17 +0000 (08:58 +0200)
commitd5c80d7ab1651d109b452c8c3e1329133000b6f9
tree8beb77028dd222e4ae2c2b599ef3f31ddf4de09d
parentb8038996e914ce4070ba502f79ea89d2ebf8465d
DOC: lua: silence "literal block ends without a blank line" Sphinx warnings

When building html documentation from doc/lua-api/index.rst, sphinx
complains about some literal blocks ending without a blank line:

  "doc/lua-api/index.rst:534: WARNING: Literal block ends without a blank line; unexpected unindent."

Adding the missing blank lines to make sphinx happy
doc/lua-api/index.rst