[kernel][doxygen] Add goxygen comment to invoke macro and check commit speed

git-svn-id: svn://kolibrios.org@8969 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Magomed Kostoev (mkostoevr) 2021-06-29 15:00:49 +00:00
parent 7964bb0c30
commit 127cb6bf8e

View File

@ -13,7 +13,10 @@ macro stdcall proc,[arg]
end if
call proc }
macro invoke proc,[arg] ; indirectly call STDCALL procedure
; @brief Indirectly call STDCALL procedure
; @param proc Callee name
; @param arg Arguments to pass
macro invoke proc,[arg]
{ common
if ~ arg eq
reverse