Fix doc style on two native comments to fix detection in our api parser.

This commit is contained in:
Nicholas Hastings 2014-04-06 17:03:14 -04:00
parent 217ca928d5
commit 655994cd09
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ native Handle:EndPrepSDKCall();
*/ */
native any:SDKCall(Handle:call, any:...); native any:SDKCall(Handle:call, any:...);
/* /**
* Returns the entity index of the player resource/manager entity. * Returns the entity index of the player resource/manager entity.
* *
* @return Index of resource entity or -1 if not found. * @return Index of resource entity or -1 if not found.

View File

@ -387,7 +387,7 @@ native GameConfGetOffset(Handle:gc, const String:key[]);
*/ */
native bool:GameConfGetKeyValue(Handle:gc, const String:key[], String:buffer[], maxlen); native bool:GameConfGetKeyValue(Handle:gc, const String:key[], String:buffer[], maxlen);
/* /**
* Finds an address calculation in a GameConfig file, * Finds an address calculation in a GameConfig file,
* performs LoadFromAddress on it as appropriate, then returns the final address. * performs LoadFromAddress on it as appropriate, then returns the final address.
* *