Skip to content

Commit

Permalink
Doxygen error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouwe committed Dec 27, 2023
1 parent 92e6fc5 commit 5d894c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To implement your custom memory allocator override Allocate, Free, AlignedAlloca

<details>
<summary>Windows 10+</summary>
<ul>
<ul style="list-style: none"><li>
<details>
<summary>MSVC CL (default compiler)</summary>
<ul>
Expand Down Expand Up @@ -103,12 +103,12 @@ To implement your custom memory allocator override Allocate, Free, AlignedAlloca
<li>Run: MinGW_Debug/UnitTests.exe</li>
</ul>
</details>
</ul>
</li></ul>
</details>

<details>
<summary>Linux</summary>
<ul>
<ul style="list-style: none"><li>
<details>
<summary>Debian flavor, x64 or ARM64</summary>
<ul>
Expand All @@ -135,7 +135,7 @@ To implement your custom memory allocator override Allocate, Free, AlignedAlloca
<li>Run: wine Samples.exe</li>
</ul>
</details>
</ul>
</li></ul>
</details>

<details>
Expand Down

0 comments on commit 5d894c5

Please sign in to comment.