Try to fix docs 2 (#540)

* Fix docs
This commit is contained in:
MegaMech 2024-01-13 00:47:23 -07:00 committed by GitHub
parent 861d2ad7e3
commit 93adc02caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
@subpage basics "Compiling"
\subpage basics "Compiling"
## Compiling mk64 Decomp In Windows

View File

@ -1,4 +1,4 @@
@page basics "Understanding the Basics"
\page basics "Understanding the Basics"
#### Definitions
* `Jump/Branch/Function` - Tells the cpu to execute instructions somewhere else and come back here when done.
* `Hexadecimal` - A [numbering system](https://en.wikipedia.org/wiki/Hexadecimal) just like decimal (also called base-ten) or roman numerals. An easy method for programmers and computers to understand each other which groups/separates bytes of information in a readable format. Representing information as decimal results in an unreadable mess.

View File

@ -1,2 +1,2 @@
@subpage basics "test"
\subpage basics "test"
# test