doc: fix build issue in ABI guide
authorRaslan Darawsheh <rasland@mellanox.com>
Tue, 19 May 2020 07:36:53 +0000 (10:36 +0300)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 19 May 2020 08:04:53 +0000 (10:04 +0200)
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 <rasland@mellanox.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
Acked-by: David Marchand <david.marchand@redhat.com>
doc/guides/contributing/abi_versioning.rst

index ef88187..f4a9273 100644 (file)
@@ -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