-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from coco875/fix-ref
fix ref in doc
- Loading branch information
Showing
3 changed files
with
12 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Code | ||
You can find more details about camera [here](@ref Camera) and counters [here](@ref Counters). | ||
You can find more details about camera [here](@ref camera) and counters [here](@ref counters). | ||
|
||
@subpage camera | ||
@subpage counters | ||
related pages: | ||
- @subpage camera | ||
- @subpage counters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
# Documentation | ||
- [Backwards Compatibility with F3DEX2](@ref compatibility) | ||
- [Microcode Configuration](@ref microcode) | ||
- [Design Tradeoffs](@ref design-tradeoffs) | ||
- [What happened to the clipping minimal scanlines algorithm?](@ref minimal-scanlines) | ||
- [Performance Results](@ref performance) | ||
- [Porting Your Romhack Codebase to F3DEX3](@ref porting) | ||
|
||
@subpage compatibility | ||
@subpage microcode | ||
@subpage design-tradeoffs | ||
@subpage minimal-scanlines | ||
@subpage performance | ||
@subpage porting | ||
- @subpage compatibility | ||
- @subpage microcode | ||
- @subpage design-tradeoffs | ||
- @subpage minimal-scanlines | ||
- @subpage performance | ||
- @subpage porting |