Fix doc style on two native comments to fix detection in our api parser.
This commit is contained in:
parent
217ca928d5
commit
655994cd09
@ -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.
|
||||||
|
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user