summaryrefslogtreecommitdiffstats
path: root/docs/codingstyle.html
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2018-05-23 12:46:00 +0100
committerEric Engestrom <[email protected]>2018-05-23 16:52:23 +0100
commit8034f5f6236e4a94bb49f5b467532b236d51e912 (patch)
tree2c585338bcdc2cf96461d207d5269343cd39def1 /docs/codingstyle.html
parent6db0660d089ab2172c8774ba424cf967d45703f1 (diff)
docs: fix `<` & `>` used in html code
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'docs/codingstyle.html')
-rw-r--r--docs/codingstyle.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/codingstyle.html b/docs/codingstyle.html
index 7e9f470a100..34acae27fe6 100644
--- a/docs/codingstyle.html
+++ b/docs/codingstyle.html
@@ -83,7 +83,7 @@ We try to quote the OpenGL specification where prudent:
* "An INVALID_OPERATION error is generated for any of the following
* conditions:
*
- * * <length> is zero."
+ * * &lt;length&gt; is zero."
*
* Additionally, page 94 of the PDF of the OpenGL 4.5 core spec
* (30.10.2014) also says this, so it's no longer allowed for desktop GL,
@@ -94,7 +94,7 @@ Function comment example:
<pre>
/**
* Create and initialize a new buffer object. Called via the
- * ctx->Driver.CreateObject() driver callback function.
+ * ctx-&gt;Driver.CreateObject() driver callback function.
* \param name integer name of the object
* \param type one of GL_FOO, GL_BAR, etc.
* \return pointer to new object or NULL if error