We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe8c66 commit e4b445eCopy full SHA for e4b445e
docs/DevManual.md
@@ -81,7 +81,7 @@ CppSharp uses its own code, to parse and generate C# bindings from (clang) sourc
81
82
- To add or remove code in parser source that is not yet automatically generated
83
- Make your changes
84
- - Copy them to a new folder in `<repo_root_dir>/BootstrapPatch`
+ - Copy them to a new folder in `<repo_root_dir>/src/BootstrapPatch`
85
- Discard the copied changes using git
86
- Finally, run `CppSharp.Parser.Gen` to generate the C# and C++/CLI bindings
87
0 commit comments