Documentation work

This commit is contained in:
Camilla Löwy 2019-04-14 19:18:32 +02:00
parent d7e30b1c74
commit f4f1002d14
1 changed files with 2 additions and 2 deletions

View File

@ -301,7 +301,7 @@ CMake.
@subsection deprecations_33 Deprecations in version 3.3 @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 The character with modifiers callback set with @ref glfwSetCharModsCallback has
been deprecated and should if possible not be used. 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. 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 The window parameter of the clipboard functions @ref glfwGetClipboardString and
@ref glfwSetClipboardString has been deprecated and is no longer used on any @ref glfwSetClipboardString has been deprecated and is no longer used on any