From ae3f8cff55a26244841d138741182cbdc1bbb78c Mon Sep 17 00:00:00 2001 From: thefiddler Date: Sun, 16 Feb 2014 15:30:22 +0100 Subject: [PATCH] [Doc] Fixed doxygen latex-to-pdf conversion pdflatex will fail when a elements is placed within a element. This is now fixed. --- Source/OpenTK/Input/Joystick.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/Input/Joystick.cs b/Source/OpenTK/Input/Joystick.cs index d280815..f906342 100644 --- a/Source/OpenTK/Input/Joystick.cs +++ b/Source/OpenTK/Input/Joystick.cs @@ -39,8 +39,8 @@ namespace OpenTK.Input /// Use GetCapabilities to retrieve the number of supported /// axes and buttons on a given device. /// Use GetState to retrieve the current state of a given device. - /// /// + /// public sealed class Joystick { static readonly IJoystickDriver2 implementation = -- 2.7.4