diff options
author | David Robillard <d@drobilla.net> | 2023-01-03 15:16:48 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-01-03 15:16:48 -0500 |
commit | 40659178c04539fe4c70b144592cb0ee25376492 (patch) | |
tree | a8abb2969d3d6c554ced3f815b1976d0306d4374 /doc/cpp | |
parent | 01471ca20e877710d6c3d26f3893f22b9eb7d487 (diff) | |
download | pugl-40659178c04539fe4c70b144592cb0ee25376492.tar.gz pugl-40659178c04539fe4c70b144592cb0ee25376492.tar.bz2 pugl-40659178c04539fe4c70b144592cb0ee25376492.zip |
Use globally unique names for documentation groups
This becomes important when the documentation is included in larger projects.
Diffstat (limited to 'doc/cpp')
-rw-r--r-- | doc/cpp/view.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cpp/view.rst b/doc/cpp/view.rst index 1b93379..5366731 100644 --- a/doc/cpp/view.rst +++ b/doc/cpp/view.rst @@ -60,7 +60,7 @@ Configuring the Frame ********************* Before display, -the necessary :doc:`frame <api/frame>` and :doc:`window <api/window>` attributes should be set. +the necessary :doc:`frame <api/puglpp_frame>` and :doc:`window <api/puglpp_window>` attributes should be set. These allow the window system (or plugin host) to arrange the view properly. Derived classes can configure themselves during construction, |