Browse Source

Fix doxygen build

Jorrit Rouwe 2 months ago
parent
commit
ced82dec0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Docs/ReleaseNotes.md

+ 1 - 1
Docs/ReleaseNotes.md

@@ -12,7 +12,7 @@ For breaking API changes see [this document](https://github.com/jrouwe/JoltPhysi
 ### Bug Fixes
 
 * A 6DOF constraint that constrains all rotation axis in combination with a body that has some of its rotation axis locked would not constrain the rotation in the unlocked axis.
-* Added include <type_traits> for std::is_trivial to avoid compile error on macOS with clang 21.
+* Added include `type_traits` for `std::is_trivial` to avoid compile error on macOS with clang 21.
 * Fixed compilation error when using Jolt in conjunction with the `_CRTDBG_MAP_ALLOC` define on Windows.
 
 ## v5.4.0