Skip to content
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
2 changes: 1 addition & 1 deletion docs/topics/native/native-definition-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ For more information, see the corresponding sections below.
| [`excludedFunctions`](#ignore-specific-functions) | A space-separated list of function names that should be ignored. |
| [`staticLibraries`](#include-a-static-library) | [Experimental](components-stability.md#stability-levels-explained). Includes a static library into `.klib`. |
| [`libraryPaths`](#include-a-static-library) | [Experimental](components-stability.md#stability-levels-explained). A space-separated list of directories where the cinterop tool searches for the library to be included in `.klib`. |
| `packageName` | Package prefix for the generated Kotlin API. |
| `package` | Package prefix for the generated Kotlin API. |
| [`headerFilter`](#filter-headers-by-globs) | Filters headers by globs and includes only them when importing a library. |
| [`excludeFilter`](#exclude-headers) | Excludes specific headers when importing a library and takes priority over `headerFilter`. |
| [`strictEnums`](#configure-enums-generation) | A space-separated list of enums that should be generated as [Kotlin enums](enum-classes.md). |
Expand Down
Loading