diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-06-12 09:05:22 +0200 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2012-06-12 08:03:30 -0600 |
commit | df2be226d9ca6772eb4615ce0670e66667b86691 (patch) | |
tree | 5187783b08e5f4f616a548773b6126b64013d97e /docs/mangling.html | |
parent | 703a662c1582794a5a0b29bb2ff5a5e04149a3e6 (diff) |
docs: fix html end/start tags
for more well-formed html
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/mangling.html')
-rw-r--r-- | docs/mangling.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/mangling.html b/docs/mangling.html index 3d88c15d6d..2ff628c342 100644 --- a/docs/mangling.html +++ b/docs/mangling.html @@ -21,10 +21,10 @@ This results in all the Mesa functions being prefixed with To do this, recompile Mesa with the compiler flag -DUSE_MGL_NAMESPACE. Add the flag to CFLAGS in the configuration file which you want to use. For example: +</p> <pre> CFLAGS += -DUSE_MGL_NAMESPACE </pre> -</p> </body> |