[Doc] Fixed doxygen latex-to-pdf conversion
authorthefiddler <stapostol@gmail.com>
Sun, 16 Feb 2014 14:30:22 +0000 (15:30 +0100)
committerthefiddler <stapostol@gmail.com>
Sun, 16 Feb 2014 14:30:22 +0000 (15:30 +0100)
pdflatex will fail when a <seealso> elements is placed within a
<summary> element. This is now fixed.

Source/OpenTK/Input/Joystick.cs

index d280815..f906342 100644 (file)
@@ -39,8 +39,8 @@ namespace OpenTK.Input
     /// Use <c>GetCapabilities</c> to retrieve the number of supported
     /// axes and buttons on a given device.
     /// Use <c>GetState</c> to retrieve the current state of a given device.
-    /// <seealso cref="GamePad"/>
     /// </summary>
+    /// <seealso cref="GamePad"/>
     public sealed class Joystick
     {
         static readonly IJoystickDriver2 implementation =