[geany/geany] c88c27: Fix broken markup in HACKING

Enrico Tröger git-noreply at xxxxx
Sat Aug 31 10:34:38 UTC 2019


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sat, 31 Aug 2019 10:34:38 UTC
Commit:      c88c27e2d22dbff72488d8a57a825830fb833682
             https://github.com/geany/geany/commit/c88c27e2d22dbff72488d8a57a825830fb833682

Log Message:
-----------
Fix broken markup in HACKING

Make "*_foreach" an inline literal to escape the asterisk and
so fix broken markup by the unbalanced asterisk which would start
an emphasis otherwise.

HACKING:223: (WARNING/2) Inline emphasis start-string without end-string.


Modified Paths:
--------------
    HACKING

Modified: HACKING
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -221,8 +221,8 @@ Coding
   characters rather than ``gint``, and use a ``guint`` for integers
   which cannot be negative rather than ``gint``.
 * Prefer loops to calling ``some_type_foreach()`` with a ``user_data``
-  argument. (Note: Some containers don't support external iteration, 
-  e.g. for tree structures, so *_foreach is fine for those).
+  argument. (Note: Some containers don't support external iteration,
+  e.g. for tree structures, so ``*_foreach`` is fine for those).
 * Do not use G_LIKELY or G_UNLIKELY (except in critical loops). These
   add noise to the code with little real benefit.
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list