diff --git a/doc/changelog.dox b/doc/changelog.dox index 2be862289..1722c386d 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -2149,7 +2149,8 @@ See also: [mosra/magnum#521](https://github.com/mosra/magnum/pull/521), [mosra/magnum#563](https://github.com/mosra/magnum/pull/563), [mosra/magnum#564](https://github.com/mosra/magnum/pull/564), - [mosra/magnum#680](https://github.com/mosra/magnum/pull/680)) + [mosra/magnum#680](https://github.com/mosra/magnum/pull/680), + [mosra/magnum#686](https://github.com/mosra/magnum/pull/686)) - @ref Corrade::Utility::Debug and friends were always brought to the @ref Magnum namespace via a @cpp using @ce directive, but this was never reflected in the docs and thus hidden from users. Now it's shown in the diff --git a/doc/credits.dox b/doc/credits.dox index c54959925..72aa6dc58 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -240,6 +240,8 @@ Are the below lists missing your name or something's wrong? improvements - **Stéphane Brard** ([\@aspioupiou](https://github.com/aspioupiou)) --- shared context support in windowless applications +- **[\@ThePixelMoon](https://github.com/ThePixelMoon)** --- documentation + fixes - **Thibault Jochem** ([\@Tryum](https://github.com/Tryum)) --- @ref Platform::GlfwApplication improvements - **Thomas Tissot-Dupont** ([\@dolphineye](https://github.com/dolphineye)) diff --git a/doc/snippets/Platform.cpp b/doc/snippets/Platform.cpp index 064262a26..8a739a2c3 100644 --- a/doc/snippets/Platform.cpp +++ b/doc/snippets/Platform.cpp @@ -4,6 +4,7 @@ Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026 Vladimír Vondruš + Copyright © 2026 ThePixelMoon Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),