aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-12-22 14:41:23 +0100
committerSimon Warta <[email protected]>2015-12-22 14:41:23 +0100
commitf6922640a3b97a6528b94cb2f006b16c90f0c90f (patch)
treef099a99c624befdd0303d2fd6872371f5a294c66 /doc
parenta589d7a2ede70871d3f563ed34cdd3c10046e5c2 (diff)
Remove hyperlink from m_ in hacking.rst
Diffstat (limited to 'doc')
-rw-r--r--doc/hacking.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/hacking.rst b/doc/hacking.rst
index 5f7d34e76..19953673a 100644
--- a/doc/hacking.rst
+++ b/doc/hacking.rst
@@ -1,4 +1,3 @@
-
Source Code Layout
=================================================
@@ -97,7 +96,7 @@ A formatting setup for emacs is included in `scripts/indent.el` but
the basic formatting style should be obvious. No tabs, and remove
trailing whitespace.
-Use m_ prefix on all member variables. The current code is not
+Use ``m_`` prefix on all member variables. The current code is not
consistent but all new code should use it.
Prefer using braces on both sides of if/else blocks, even if only