diff --git a/README.md b/README.md index 647a9fd..77cd26b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ The process is as follows: - Binding.CursorHandles => Dictionary containing handlers for specific cursor types, can be extended - Binding.Options => General Options for binding and generating +## Binding.Options +- Namespace => What to name the namespace and what to remove infront of all fields and names +- RemoveEnumStart => Try to find a common start to enum members and remove it +- LowercaseEnums => Outputs all enum fields in lowercase to make it easier to beefify it + ## TODO - Error handling when opening the header - Remove the hack, and get Args to actually work on line 31 in Binding