Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the formatting of the config documentation #57

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions doc/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,15 @@ macro_definitions = [ WRAPIT ]
# List of clang features to enable. See the -x option
# of clang
clang_features = [ ]
```

# List of options to pass to clang when use to parse the header files.
# See the clang command line documentation
clang_opts = [ ]
```

# Discard methods with no wrapper for one type of its argument type
# or return value
auto_veto = true
```

### Debugging mode options

Expand Down
Loading