From f3235cfa707cc19ffd67d198849219025dd88cfe Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 6 Jun 2019 10:11:31 +0200 Subject: [PATCH] docs: fixup code-tag positioning 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 -tag isn't purely for code, this should be fine. Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- docs/codingstyle.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codingstyle.html b/docs/codingstyle.html index 1b296630e3d..686d6a3ddf4 100644 --- a/docs/codingstyle.html +++ b/docs/codingstyle.html @@ -132,7 +132,7 @@ should prefer the use of bool, true, and false over GLboolean, GL_TRUE, and GL_FALSE. In C code, this may mean that #include <stdbool.h> needs to be added. The -try_emit_* methods in src/mesa/program/ir_to_mesa.cpp +try_emit_* methods in src/mesa/program/ir_to_mesa.cpp and src/mesa/state_tracker/st_glsl_to_tgsi.cpp can serve as examples. -- 2.30.2