Fix Doxyfile gen not handling paths with spaces

Fixes #1081.
This commit is contained in:
Camilla Löwy
2017-09-24 17:04:47 +02:00
parent f4fb25b63d
commit 176ab9a5d2
3 changed files with 9 additions and 8 deletions
+1
View File
@@ -174,6 +174,7 @@ information on what to include when reporting a bug.
`vkGetInstanceProcAddr` when `_GLFW_VULKAN_STATIC` was enabled
- Bugfix: Invalid library paths were used in test and example CMake files (#930)
- Bugfix: The scancode for synthetic key release events was always zero
- Bugfix: The generated Doxyfile did not handle paths with spaces (#1081)
- [Win32] Added system error strings to relevant GLFW error descriptions (#733)
- [Win32] Moved to `WM_INPUT` for disabled cursor mode motion input (#125)
- [Win32] Removed XInput circular deadzone from joystick axis data (#1045)