aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cpp/include/pugl/pugl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/cpp/include/pugl/pugl.hpp')
-rw-r--r--bindings/cpp/include/pugl/pugl.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/bindings/cpp/include/pugl/pugl.hpp b/bindings/cpp/include/pugl/pugl.hpp
index 88d8fd5..2f160fe 100644
--- a/bindings/cpp/include/pugl/pugl.hpp
+++ b/bindings/cpp/include/pugl/pugl.hpp
@@ -382,9 +382,9 @@ static_assert(static_cast<Cursor>(PUGL_CURSOR_UP_DOWN) == Cursor::upDown, "");
/// @copydoc PuglShowCommand
enum class ShowCommand {
- passive, ///< @copydoc PUGL_SHOW_PASSIVE,
- raise, ///< @copydoc PUGL_SHOW_RAISE,
- forceRaise, ///< @copydoc PUGL_SHOW_FORCE_RAISE,
+ passive, ///< @copydoc PUGL_SHOW_PASSIVE
+ raise, ///< @copydoc PUGL_SHOW_RAISE
+ forceRaise, ///< @copydoc PUGL_SHOW_FORCE_RAISE
};
static_assert(static_cast<ShowCommand>(PUGL_SHOW_FORCE_RAISE) ==