citizenfx/native-doc-tooling

Placing arbitrary text in ```c does not result in a build failure

Opened this issue · 0 comments

As seen in citizenfx/natives#31:

diff --git a/PED/SetPedStrafeClipset.md b/PED/SetPedStrafeClipset.md
index e2dea412..5f71021c 100644
--- a/PED/SetPedStrafeClipset.md
+++ b/PED/SetPedStrafeClipset.md
@@ -6,6 +6,8 @@ ns: PED
 ```c
 // 0x29A28F3F8CF6D854 0x0BACF010
 void SET_PED_STRAFE_CLIPSET(Ped ped, char* clipSet);
+
+Defines movement when _aiming_.
 ```\

(the \ at the end is added because Markdown sucks and doesn't allow placing ``` inside of ``` with only white space in between)