Update README.md
This commit is contained in:
parent
78c9032100
commit
9d09e39d2c
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ The process is as follows:
|
||||||
- Binding.CursorHandles => Dictionary containing handlers for specific cursor types, can be extended
|
- Binding.CursorHandles => Dictionary containing handlers for specific cursor types, can be extended
|
||||||
- Binding.Options => General Options for binding and generating
|
- 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
|
## TODO
|
||||||
- Error handling when opening the header
|
- Error handling when opening the header
|
||||||
- Remove the hack, and get Args to actually work on line 31 in Binding
|
- Remove the hack, and get Args to actually work on line 31 in Binding
|
||||||
|
|
Loading…
Add table
Reference in a new issue