gallium/docs: Fix a couple ReST errors.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Fri, 19 Mar 2010 07:07:55 +0000 (00:07 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Fri, 19 Mar 2010 07:07:55 +0000 (00:07 -0700)
src/gallium/docs/source/context.rst
src/gallium/docs/source/cso/velems.rst

index 1f022570dbb37af2f8973017e1fbe43794e34b16..e7a693251efb0a0106625903496fc224fec7c377 100644 (file)
@@ -50,6 +50,7 @@ Non-CSO State
 These pieces of state are too small, variable, and/or trivial to have CSO
 objects. They all follow simple, one-method binding calls, e.g.
 ``set_blend_color``.
+
 * ``set_stencil_ref`` sets the stencil front and back reference values
   which are used as comparison values in stencil test.
 * ``set_blend_color``
index 8e758fae1033aa55d55b23aee10923acd1a1562f..92cde014fb8c8d726b374b174805ad5c1efda8bc 100644 (file)
@@ -1,4 +1,4 @@
-.. _vertex,elements
+.. _vertexelements:
 
 Vertex Elements
 ===============