You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First noticed this problem in CategoryKeyboard, CategoryKeycode, and CategoryScancode. But a quick search finds 2423 results. Which can't be fixed one by one in wiki.
Most of them are the legacy headers at the top of the wiki, which can be fixed using "find and replace".
Some like this source from SDL also links directly, which may need so modification after extracting documentation from source files.
Approximately 50 results need to be fixed manually, either in this repo or by changing how documentation inside files are handled.
The text was updated successfully, but these errors were encountered:
First noticed this problem in
CategoryKeyboard
,CategoryKeycode
, andCategoryScancode
. But a quick search finds 2423 results. Which can't be fixed one by one in wiki.Most of them are the legacy headers at the top of the wiki, which can be fixed using "find and replace".
Some like this source from SDL also links directly, which may need so modification after extracting documentation from source files.
Approximately 50 results need to be fixed manually, either in this repo or by changing how documentation inside files are handled.
The text was updated successfully, but these errors were encountered: