From 5e0f05aeb6fd5fb5d037a9931370d2b39db350c2 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 4 Dec 2020 03:48:44 -0500 Subject: use ā€˜.. code-block:: cā€™ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- developers-manual.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developers-manual.rst b/developers-manual.rst index f435b8c6..842fd39d 100644 --- a/developers-manual.rst +++ b/developers-manual.rst @@ -1017,11 +1017,11 @@ Note: the main interpreter and the most part of CMDs and traits are hosted inside the exchange codebase, but nothing prevents the developer from implementing new CMDs and traits within other codebases. -:: +.. code-block:: c /* Without loss of generality, let's consider the * following logic to exist inside the run() method of CMD1 */ - .. + ... struct TALER_Amount *a; /** -- cgit v1.2.3