gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: use ‘.. code-block:: c’


From: gnunet
Subject: [taler-docs] branch master updated: use ‘.. code-block:: c’
Date: Fri, 04 Dec 2020 09:50:04 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 5e0f05a  use ‘.. code-block:: c’
5e0f05a is described below

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

    use ‘.. code-block:: c’
---
 developers-manual.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/developers-manual.rst b/developers-manual.rst
index f435b8c..842fd39 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;
    /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]