diff options
author | Erik Faye-Lund <[email protected]> | 2019-05-28 13:14:03 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-05 23:48:44 +0200 |
commit | 392c083377fca82ebfbdc559a6a0c6933df422db (patch) | |
tree | 077578a7163587274b75035f75627241c56eef8e /docs/helpwanted.html | |
parent | 0ee366960c32067b528077c49362c468364d0206 (diff) |
docs: add more more code-tags
It's easier to read function-names, file-names and other
"machine"-related strings if they are formatted in a monospace font. So
let's mark these up with code-tags.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/helpwanted.html')
-rw-r--r-- | docs/helpwanted.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/helpwanted.html b/docs/helpwanted.html index 44255902a72..5e0684bd6c0 100644 --- a/docs/helpwanted.html +++ b/docs/helpwanted.html @@ -48,7 +48,8 @@ You can find some further To-do lists here: </p> <ul> <li><a href="https://gitlab.freedesktop.org/mesa/mesa/blob/master/docs/features.txt"> - <b>features.txt</b></a> - Status of OpenGL 3.x / 4.x features in Mesa.</li> + <code>features.txt</code></a> - Status of OpenGL 3.x / 4.x features in + Mesa.</li> </ul> <p> @@ -56,9 +57,9 @@ You can find some further To-do lists here: </p> <ul> <li><a href="https://dri.freedesktop.org/wiki/R600ToDo"> - <b>r600g</b></a> - Driver for ATI/AMD R600 - Northern Island.</li> + <code>r600g</code></a> - Driver for ATI/AMD R600 - Northern Island.</li> <li><a href="https://dri.freedesktop.org/wiki/R300ToDo"> - <b>r300g</b></a> - Driver for ATI R300 - R500.</li> + <code>r300g</code></a> - Driver for ATI R300 - R500.</li> </ul> <p> |