Skip to content

Commit b3b306a

Browse files
committed
Unify binding documentation
1 parent 711ed8c commit b3b306a

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

Diff for: docs/src/paradox/bindings/iconv.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Iconv - Character set conversion
1+
# iconv
2+
3+
The [`iconv.h`] binding allows to convert text between different character sets, for example convert text from UTF-8 to ISO-8859-1.
24

35
To use this binding add the following resolver and the dependency:
46

57
@@binding[iconv]
68

7-
The [`iconv.h`] header allows to convert text between different character sets, for example UTF-8 to ISO-8859-1.
8-
99
## Example
1010

1111
@@snip [iconv](../../../../bindings/iconv/src/test/scala/org/scalanative/bindgen/bindings/tests/IconvSpec.scala) { #usage-example }

Diff for: docs/src/paradox/bindings/posix.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# POSIX
22

3-
An addition to Scala Native's [POSIX](http://www.scala-native.org/en/latest/lib/posixlib.html) bindings. To use one of the POSIX bindings you must add the resolver and the dependency:
3+
An addition to Scala Native's [POSIX](http://www.scala-native.org/en/latest/lib/posixlib.html) bindings.
4+
5+
To use this binding add the following resolver and dependency:
46

57
@@binding[posix]
68

Diff for: docs/src/paradox/bindings/utf8proc.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Utf8proc - UTF-8 text processing
1+
# utf8proc
22

3-
This binding for [`utf8proc.h`] provides Unicode normalization, case-folding, and other operations for strings in the UTF-8 encoding.
3+
The [utf8proc] binding provides Unicode normalization, case-folding, and other operations for strings in the UTF-8 encoding.
44

5-
To use it add the following resolver and the dependency:
5+
To use this binding add the following resolver and dependency:
66

77
@@binding[utf8proc]
88

99
## Example
1010

1111
@@snip [iconv](../../../../bindings/utf8proc/src/test/scala/org/scalanative/bindgen/bindings/tests/Utf8procSpec.scala) { #usage-example }
1212

13-
[`utf8proc.h`]: https://juliastrings.github.io/utf8proc/doc/
13+
[utf8proc]: https://juliastrings.github.io/utf8proc/doc/

0 commit comments

Comments
 (0)