mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-08 23:45:37 +00:00
[Doc] Fixed doxygen latex-to-pdf conversion
pdflatex will fail when a <seealso> elements is placed within a <summary> element. This is now fixed.
This commit is contained in:
parent
0dd5761953
commit
ae3f8cff55
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue