gallium/docs: fix sublist formatting
authorEric Engestrom <eric.engestrom@imgtec.com>
Tue, 21 Feb 2017 14:15:35 +0000 (14:15 +0000)
committerEric Engestrom <eric@engestrom.ch>
Wed, 22 Feb 2017 00:00:38 +0000 (00:00 +0000)
src/gallium/docs/source/context.rst:95: ERROR: Unexpected indentation.

Sub lists need to be surrounded by a blank line.

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/docs/source/context.rst

index d70e34e7aa5142482711b92084636a80ad292504..a053193722d8a34ad7c3b5d54e58d95f2b436757 100644 (file)
@@ -91,10 +91,12 @@ objects. They all follow simple, one-method binding calls, e.g.
   blits. (Blits have their own way to pass the requisite rectangles
   in.)
 * ``set_tess_state`` configures the default tessellation parameters:
+
   * ``default_outer_level`` is the default value for the outer tessellation
     levels. This corresponds to GL's ``PATCH_DEFAULT_OUTER_LEVEL``.
   * ``default_inner_level`` is the default value for the inner tessellation
     levels. This corresponds to GL's ``PATCH_DEFAULT_INNER_LEVEL``.
+
 * ``set_debug_callback`` sets the callback to be used for reporting
   various debug messages, eventually reported via KHR_debug and
   similar mechanisms.