From efdda86bd4151dc2819ee4be5c6f3cb9245a84e8 Mon Sep 17 00:00:00 2001 From: Raslan Darawsheh Date: Tue, 19 May 2020 10:36:53 +0300 Subject: [PATCH] doc: fix build issue in ABI guide doc/guides/contributing/abi_versioning.rst:416: ERROR: Error in "code-block" directive: 1 argument(s) required, 0 supplied. .. code-block:: use_function_versioning = true Fixes: 45a4103e680d ("doc: fix default symbol binding in ABI guide") Signed-off-by: Raslan Darawsheh Acked-by: Ray Kinsella Acked-by: David Marchand --- doc/guides/contributing/abi_versioning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/contributing/abi_versioning.rst b/doc/guides/contributing/abi_versioning.rst index ef881877f1..f4a9273afc 100644 --- a/doc/guides/contributing/abi_versioning.rst +++ b/doc/guides/contributing/abi_versioning.rst @@ -413,7 +413,7 @@ Finally, we need to indicate to the :doc:`meson/ninja build system library or driver. In the libraries or driver where we have added symbol versioning, in the ``meson.build`` file we add the following -.. code-block:: +.. code-block:: none use_function_versioning = true -- 2.20.1