From e4b445e9ebdf9be6ae2c00fa11ad3ff9afe8f4af Mon Sep 17 00:00:00 2001 From: Jelle Date: Mon, 10 Mar 2025 08:43:36 +0100 Subject: [PATCH] Update DevManual.md Oops, made a mistake here --- docs/DevManual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DevManual.md b/docs/DevManual.md index 04670ee8..7909f9a2 100644 --- a/docs/DevManual.md +++ b/docs/DevManual.md @@ -81,7 +81,7 @@ CppSharp uses its own code, to parse and generate C# bindings from (clang) sourc - To add or remove code in parser source that is not yet automatically generated - Make your changes - - Copy them to a new folder in `/BootstrapPatch` + - Copy them to a new folder in `/src/BootstrapPatch` - Discard the copied changes using git - Finally, run `CppSharp.Parser.Gen` to generate the C# and C++/CLI bindings