aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorTristan Partin <tristan@partin.io>2022-11-17 15:48:48 -0600
committerTristan Partin <tristan@partin.io>2022-12-11 14:50:26 -0600
commit2e600ef7104d89e1bee602c1cc56822b7f226f43 (patch)
tree8a6e324429fad3f4edf118b7a00812b9a8c463b5 /docs/markdown/snippets
parentb746e92f624a96bc7511a6e48a285ef480ddc6bf (diff)
downloadmeson-2e600ef7104d89e1bee602c1cc56822b7f226f43.zip
meson-2e600ef7104d89e1bee602c1cc56822b7f226f43.tar.gz
meson-2e600ef7104d89e1bee602c1cc56822b7f226f43.tar.bz2
Rename java.generate_native_headers to java.native_headers
This follows the Meson naming scheme which typically leaves off a verb like generate.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/java_native_headers.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/java_native_headers.md b/docs/markdown/snippets/java_native_headers.md
new file mode 100644
index 0000000..0c5df09
--- /dev/null
+++ b/docs/markdown/snippets/java_native_headers.md
@@ -0,0 +1,4 @@
+## Deprecate `java.generate_native_headers`, rename to `java.native_headers`
+
+The functions operate in the exact same way. The new name matches more with
+Meson function name styling.