OSDN Git Service

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 1f02257..e7a6932 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 8e758fa..92cde01 100644 (file)
@@ -1,4 +1,4 @@
-.. _vertex,elements
+.. _vertexelements:
 
 Vertex Elements
 ===============