From 98059bbca6cdb9a0c93e49059abd40a297208d4f Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Thu, 23 Sep 2021 12:08:12 +0300 Subject: [PATCH] doc: fix code block in grpc docs The code block after the :: is not displayed correctly without an empty line in between. Signed-off-by: Igor Ryzhov --- doc/developer/grpc.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/developer/grpc.rst b/doc/developer/grpc.rst index cb164bdabf..4e81adf8b2 100644 --- a/doc/developer/grpc.rst +++ b/doc/developer/grpc.rst @@ -42,6 +42,7 @@ Generating C++ FRR Bindings Generating FRR northbound bindings for C++ example: :: + # Install gRPC (e.g., on Ubuntu 20.04) sudo apt-get install libgrpc++-dev libgrpc-dev