some doxygen fixes

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40626
This commit is contained in:
Borja Ferrer
2007-03-15 22:32:45 +00:00
parent 279c102ddc
commit b45b71fdd2
6 changed files with 23 additions and 8 deletions
+1 -2
View File
@@ -833,8 +833,7 @@ namespace SourcePawn
/**
* @brief Destroys a fake native function wrapper.
*
* @param function Pointer to the fake native created by CreateFakeNative.
* @noreturn
* @param func Pointer to the fake native created by CreateFakeNative.
*/
virtual void DestroyFakeNative(SPVM_NATIVE_FUNC func) =0;
};