summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--developers-manual.rst4
1 files 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;
/**