mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-09 22:05:41 +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
|
/// Use <c>GetCapabilities</c> to retrieve the number of supported
|
||||||
/// axes and buttons on a given device.
|
/// axes and buttons on a given device.
|
||||||
/// Use <c>GetState</c> to retrieve the current state of a given device.
|
/// Use <c>GetState</c> to retrieve the current state of a given device.
|
||||||
/// <seealso cref="GamePad"/>
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <seealso cref="GamePad"/>
|
||||||
public sealed class Joystick
|
public sealed class Joystick
|
||||||
{
|
{
|
||||||
static readonly IJoystickDriver2 implementation =
|
static readonly IJoystickDriver2 implementation =
|
||||||
|
|
Loading…
Reference in a new issue