From: thefiddler Date: Sun, 16 Feb 2014 14:30:22 +0000 (+0100) Subject: [Doc] Fixed doxygen latex-to-pdf conversion X-Git-Tag: 2.0-0~227 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae3f8cff55a26244841d138741182cbdc1bbb78c;p=platform%2Fcore%2Fcsapi%2Fopentk.git [Doc] Fixed doxygen latex-to-pdf conversion pdflatex will fail when a elements is placed within a element. This is now fixed. --- 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 =