taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5e0f05aeb6fd5fb5d037a9931370d2b39db350c2
parent c8f87966737018a5e6825b5d943c84afad5f2b63
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri,  4 Dec 2020 03:48:44 -0500

use ā€˜.. code-block:: c’

Diffstat:
Mdevelopers-manual.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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; /**