diff options
Diffstat (limited to 'bindings/cpp/include/pugl/stub.hpp')
-rw-r--r-- | bindings/cpp/include/pugl/stub.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/cpp/include/pugl/stub.hpp b/bindings/cpp/include/pugl/stub.hpp index 62eacbc..08281b0 100644 --- a/bindings/cpp/include/pugl/stub.hpp +++ b/bindings/cpp/include/pugl/stub.hpp @@ -1,4 +1,4 @@ -// Copyright 2012-2020 David Robillard <d@drobilla.net> +// Copyright 2012-2023 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC #ifndef PUGL_STUB_HPP @@ -10,7 +10,7 @@ namespace pugl { /** - @defgroup stubpp Stub + @defgroup puglpp_stub Stub Stub graphics support. @ingroup puglpp @{ |