summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-04 03:48:44 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-04 03:48:44 -0500
commit5e0f05aeb6fd5fb5d037a9931370d2b39db350c2 (patch)
tree14c1b599f90c6ce3cf8b24f93b2395e069695929
parentc8f87966737018a5e6825b5d943c84afad5f2b63 (diff)
downloaddocs-5e0f05aeb6fd5fb5d037a9931370d2b39db350c2.tar.gz
docs-5e0f05aeb6fd5fb5d037a9931370d2b39db350c2.tar.bz2
docs-5e0f05aeb6fd5fb5d037a9931370d2b39db350c2.zip
use ā€˜.. code-block:: cā€™
-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;
/**