Mesa (master): docs: Fix terms and refs.

Corbin Simpson csimpson at kemper.freedesktop.org
Tue Jan 19 01:18:42 UTC 2010


Module: Mesa
Branch: master
Commit: 2b4ad023211ebd69e53ebb2c261af66d09383440
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b4ad023211ebd69e53ebb2c261af66d09383440

Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon Jan 18 16:40:39 2010 -0800

docs: Fix terms and refs.

I fail at Sphinx-style ReST.

---

 src/gallium/docs/source/cso/rasterizer.rst |    2 +-
 src/gallium/docs/source/distro.rst         |    2 +-
 src/gallium/docs/source/screen.rst         |    4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/gallium/docs/source/cso/rasterizer.rst b/src/gallium/docs/source/cso/rasterizer.rst
index 4d8e170..ba0a7d1 100644
--- a/src/gallium/docs/source/cso/rasterizer.rst
+++ b/src/gallium/docs/source/cso/rasterizer.rst
@@ -108,7 +108,7 @@ scissor
     Whether the scissor test is enabled.
 
 multisample
-    Whether :ref:`MSAA` is enabled.
+    Whether :term:`MSAA` is enabled.
 
 bypass_vs_clip_and_viewport
     Whether the entire TCL pipeline should be bypassed. This implies that
diff --git a/src/gallium/docs/source/distro.rst b/src/gallium/docs/source/distro.rst
index 05c3df6..596e4c0 100644
--- a/src/gallium/docs/source/distro.rst
+++ b/src/gallium/docs/source/distro.rst
@@ -112,7 +112,7 @@ driver-specific state structures for later use.
 Draw
 ^^^^
 
-Draw is a software :ref:`TCL` pipeline for hardware that lacks vertex shaders
+Draw is a software :term:`TCL` pipeline for hardware that lacks vertex shaders
 or other essential parts of pre-rasterization vertex preparation.
 
 Gallivm
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index 8cb7c70..bac6313 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -6,6 +6,8 @@ A screen is an object representing the context-independent part of a device.
 Useful Flags
 ------------
 
+.. _pipe_texture_usage:
+
 PIPE_TEXTURE_USAGE
 ^^^^^^^^^^^^^^^^^^
 
@@ -53,7 +55,7 @@ is_format_supported
 
 See if a format can be used in a specific manner.
 
-**usage** is a bitmask of ``PIPE_TEXTURE_USAGE`` flags.
+**usage** is a bitmask of :ref:`PIPE_TEXTURE_USAGE` flags.
 
 Returns TRUE if all usages can be satisfied.
 




More information about the mesa-commit mailing list