mirror of https://github.com/n64decomp/mk64.git
parent
6716570e2a
commit
7d00fec237
2
Doxyfile
2
Doxyfile
|
|
@ -1156,7 +1156,7 @@ FILTER_SOURCE_PATTERNS =
|
|||
# (index.html). This can be useful if you have a project on for instance GitHub
|
||||
# and want to reuse the introduction page also for the doxygen output.
|
||||
|
||||
USE_MDFILE_AS_MAINPAGE =
|
||||
USE_MDFILE_AS_MAINPAGE = docs/mainpage.md
|
||||
|
||||
# The Fortran standard specifies that for fixed formatted Fortran code all
|
||||
# characters from position 72 are to be considered as comment. A common
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ thwomps, bowser fire-breath, moles, hedgehogs, snowmen, crabs, etc (also, probab
|
|||
The object system is much more complex than actors and is not well documented.
|
||||
|
||||
\htmlonly
|
||||
<br>
|
||||
<br><br>
|
||||
<style>
|
||||
.pagebutton {
|
||||
display: inline-block;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
\htmlonly
|
||||
|
||||
Essential skills and concepts to help you get started with mk64 decomp.
|
||||
<br>
|
||||
<br><br>
|
||||
<style>
|
||||
.pagebutton {
|
||||
display: inline-block;
|
||||
|
|
@ -114,7 +114,7 @@ p {
|
|||
|
||||
<h2>Foundational Knowledge</h2>
|
||||
<p>Become familiar with technical and low-level concepts.</p>
|
||||
|
||||
<br>
|
||||
<div class="pagebutton">
|
||||
<a class="pagea" href="concepts.html">
|
||||
<div class="pagelink">
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
\htmlonly
|
||||
|
||||
How courses work in mk64
|
||||
<br>
|
||||
<br><br>
|
||||
<style>
|
||||
.pagebutton {
|
||||
display: inline-block;
|
||||
|
|
|
|||
|
|
@ -1,11 +1,9 @@
|
|||
\mainpage mk64 API
|
||||
|
||||
Complete resources for learning about mk64 decomp
|
||||
#### Complete resources for learning about mk64 decomp
|
||||
|
||||
\htmlonly
|
||||
|
||||
Essential skills and concepts to help you get started with mk64 decomp.
|
||||
<br>
|
||||
<br><br>
|
||||
<style>
|
||||
.pagebutton {
|
||||
display: inline-block;
|
||||
|
|
@ -86,7 +84,7 @@ p {
|
|||
}
|
||||
</style>
|
||||
<div class="pagebutton">
|
||||
<a class="pagea" href="basicsmenu.html">
|
||||
<a class="pagea" href="basics.html">
|
||||
<div class="pagelink">
|
||||
<div class="pageimg"><img width=320 src="buttonimage.png" /></div>
|
||||
<div class="content">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
\page tutorials Tutorials
|
||||
# Tutorials
|
||||
Topics discussing how to work with certain features.
|
||||
|
||||
\htmlonly
|
||||
<br><br>
|
||||
<style>
|
||||
.pagebutton {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Reference in New Issue