Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 31 Aug 2019 10:34:38 UTC Commit: c88c27e2d22dbff72488d8a57a825830fb833682 https://github.com/geany/geany/commit/c88c27e2d22dbff72488d8a57a825830fb8336...
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).