docs: fixup code-tag positioning
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 6 Jun 2019 08:11:31 +0000 (10:11 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 6 Jun 2019 17:51:45 +0000 (17:51 +0000)
This reads better if we include the asterisk in the code-block, as it's
part of the function-reference, even though it's not technically
speaking code. But as the <code>-tag isn't purely for code, this should
be fine.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/codingstyle.html

index 1b29663..686d6a3 100644 (file)
@@ -132,7 +132,7 @@ should prefer the use of <code>bool</code>, <code>true</code>, and
 <code>false</code> over <code>GLboolean</code>, <code>GL_TRUE</code>, and
 <code>GL_FALSE</code>.  In C code, this may mean that
 <code>#include &lt;stdbool.h&gt;</code> needs to be added.  The
-<code>try_emit_</code>* methods in <code>src/mesa/program/ir_to_mesa.cpp</code>
+<code>try_emit_*</code> methods in <code>src/mesa/program/ir_to_mesa.cpp</code>
 and <code>src/mesa/state_tracker/st_glsl_to_tgsi.cpp</code> can serve as
 examples.