-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The@note tag was not correctly displayed in the generated documentation.This caused the additional comment information provided in the code to be lost, which may affect the integrity of the documentation.
Example:
The CloseHandle source code: https://github.com/alliedmodders/sourcemod/blob/master/plugins/include/handles.inc#L51
Expected Behavior:
The content of the @note tag should be displayed correctly, for example: https://sm.alliedmods.net/new-api/handles/CloseHandle
Actual behavior:
The currently generated documentation does not show any @note related information: https://sourcemod.dev/#/handles/function.CloseHandle
I'm sorry that due to my personal limitations, I can't directly submit a PR to fix this issue for the time being, but I'm very willing to test or provide more help.