Skip to content

Commit

Permalink
Doxygen comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Dec 16, 2023
1 parent 07cbea8 commit b798f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/Z80.h
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ Z80_API zusize z80_run(Z80 *self, zusize cycles);
* <tt>@ref z80_run</tt>.
*
* This function should only be used inside callback functions. It zeroes
* <tt>@ref `Z80::cycle_limit`</tt>, thus breaking the emulation loop after the
* <tt>@ref Z80::cycle_limit</tt>, thus breaking the emulation loop after the
* ongoing emulation step has finished executing.
*
* @param self Pointer to the object on which the function is called. */
Expand Down

0 comments on commit b798f51

Please sign in to comment.