From 40659178c04539fe4c70b144592cb0ee25376492 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 3 Jan 2023 15:16:48 -0500 Subject: Use globally unique names for documentation groups This becomes important when the documentation is included in larger projects. --- doc/c/view.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/c') diff --git a/doc/c/view.rst b/doc/c/view.rst index 634b736..faf926f 100644 --- a/doc/c/view.rst +++ b/doc/c/view.rst @@ -22,7 +22,7 @@ Configuring the Frame ********************* Before display, -the necessary :doc:`frame ` and :doc:`window ` attributes should be set. +the necessary :doc:`frame ` and :doc:`window ` attributes should be set. These allow the window system (or plugin host) to arrange the view properly. For example: @@ -114,7 +114,7 @@ Before being realized, the view must have a backend set with :func:`puglSetBacke The backend manages the graphics API that will be used for drawing. Pugl includes backends and supporting API for -:doc:`Cairo `, :doc:`OpenGL `, and :doc:`Vulkan `. +:doc:`Cairo `, :doc:`OpenGL `, and :doc:`Vulkan `. Using Cairo =========== -- cgit v1.2.1