From: Erik Faye-Lund Date: Thu, 6 Jun 2019 08:11:31 +0000 (+0200) Subject: docs: fixup code-tag positioning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3235cfa707cc19ffd67d198849219025dd88cfe;p=mesa.git 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 --- 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.