You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Doxyfile
+2-1
Original file line number
Diff line number
Diff line change
@@ -263,7 +263,8 @@ TAB_SIZE = 4
263
263
264
264
ALIASES += "CCORD_ret{1}=@param \1 return context of the request. if successful the assigned `done` will be triggered @see @ref discord_ret for more options^^" \
265
265
"CCORD_ret_obj{2}=@param \1 return context of the request. if successful a @ref discord_\2 will be sent over to its assigned `done` callback @see @ref discord_ret_\2 for more options^^" \
266
-
"CCORD_return=@return @ref CCORDcode value for how the operation went:^^ - `0` means nothing out of the ordinary^^ - `greater than zero` means a change of state^^ - `lesser than zero` means an error has occurred^^" \
266
+
"CCORD_reason{1}=@param \1 a `reason` to indicate why the action was taken^^" \
267
+
"CCORD_return=@return @ref CCORDcode value for how the operation went, @ref CCORD_OK means nothing out of the ordinary^^" \
0 commit comments