20 lines
529 B
YAML
20 lines
529 B
YAML
|
# Run with `dart run ffigen --config ffigen.yaml`.
|
||
|
name: ReadabilityBindings
|
||
|
description: |
|
||
|
Bindings for `src/readability.h`.
|
||
|
|
||
|
Regenerate bindings with `dart run ffigen --config ffigen.yaml`.
|
||
|
output: 'lib/readability_bindings_generated.dart'
|
||
|
headers:
|
||
|
entry-points:
|
||
|
- 'src/readability.h'
|
||
|
include-directives:
|
||
|
- 'src/readability.h'
|
||
|
preamble: |
|
||
|
// ignore_for_file: always_specify_types
|
||
|
// ignore_for_file: camel_case_types
|
||
|
// ignore_for_file: non_constant_identifier_names
|
||
|
comments:
|
||
|
style: any
|
||
|
length: full
|