From 655994cd09f423f490ba5599a3c5f50cab1aa875 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sun, 6 Apr 2014 17:03:14 -0400 Subject: [PATCH] Fix doc style on two native comments to fix detection in our api parser. --- plugins/include/sdktools.inc | 2 +- plugins/include/sourcemod.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/sdktools.inc b/plugins/include/sdktools.inc index 5621266f..1f6337b9 100644 --- a/plugins/include/sdktools.inc +++ b/plugins/include/sdktools.inc @@ -194,7 +194,7 @@ native Handle:EndPrepSDKCall(); */ native any:SDKCall(Handle:call, any:...); -/* +/** * Returns the entity index of the player resource/manager entity. * * @return Index of resource entity or -1 if not found. diff --git a/plugins/include/sourcemod.inc b/plugins/include/sourcemod.inc index e39e3ea8..8d894cbd 100644 --- a/plugins/include/sourcemod.inc +++ b/plugins/include/sourcemod.inc @@ -387,7 +387,7 @@ native GameConfGetOffset(Handle:gc, const String:key[]); */ native bool:GameConfGetKeyValue(Handle:gc, const String:key[], String:buffer[], maxlen); -/* +/** * Finds an address calculation in a GameConfig file, * performs LoadFromAddress on it as appropriate, then returns the final address. *