Fix HTML oopsies

Lior Halphon 2024-11-30 22:27:22 +02:00
parent ca2575c974
commit 1aed55fe13
3 changed files with 3 additions and 3 deletions

@ -1,6 +1,6 @@
## Definition ## Definition
<tt>#define GB_BIG_ENDIAN</code> <tt>#define GB_BIG_ENDIAN</tt>
In `gb.h` In `gb.h`

@ -1,6 +1,6 @@
## Definition ## Definition
<tt>#define GB_ENUM(type, ...)</code> <tt>#define GB_ENUM(type, ...)</tt>
In `save_state.h` In `save_state.h`

@ -1,6 +1,6 @@
## Definition ## Definition
<tt>void GB_debugger_execute_command([[GB_gameboy_t]] *gb, char *input);</code> <tt>void GB_debugger_execute_command([[GB_gameboy_t]] *gb, char *input);</tt>
In `debugger.h` In `debugger.h`