From f4f1002d14297ca6d465c73af2acef154962b637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Sun, 14 Apr 2019 19:18:32 +0200 Subject: [PATCH] Documentation work --- docs/news.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/news.dox b/docs/news.dox index 55378c88..da97215c 100644 --- a/docs/news.dox +++ b/docs/news.dox @@ -301,7 +301,7 @@ CMake. @subsection deprecations_33 Deprecations in version 3.3 -@subsubsection charmods_callback_deprecated Character with modifiers callback +@subsubsection charmods_callback_33 Character with modifiers callback The character with modifiers callback set with @ref glfwSetCharModsCallback has been deprecated and should if possible not be used. @@ -310,7 +310,7 @@ Existing code should still work but further bug fixes will likely not be made. The callback will be removed in the next major version. -@subsubsection clipboard_window_deprecated Window parameter to clipboard functions +@subsubsection clipboard_window_33 Window parameter to clipboard functions The window parameter of the clipboard functions @ref glfwGetClipboardString and @ref glfwSetClipboardString has been deprecated and is no longer used on any