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.
The
@notetag 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
CloseHandlesource code: https://github.com/alliedmodders/sourcemod/blob/master/plugins/include/handles.inc#L51Expected Behavior:
The content of the
@notetag should be displayed correctly, for example: https://sm.alliedmods.net/new-api/handles/CloseHandleActual behavior:
The currently generated documentation does not show any
@noterelated information: https://sourcemod.dev/#/handles/function.CloseHandleI'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.