aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-12-12 01:12:23 +0200
committerGitHub <noreply@github.com>2022-12-12 01:12:23 +0200
commit248c1d9bd5a043ee4c0a28b895b064c758ac70ac (patch)
tree1d726def5f35312c69720e0f6e1b70781e83be2a /docs/markdown/snippets
parent9c1bf2bf4ca413b54a398964681f7eef0d104316 (diff)
parentdfea023ced8b48b318826738f54328ea24ef63b3 (diff)
downloadmeson-248c1d9bd5a043ee4c0a28b895b064c758ac70ac.zip
meson-248c1d9bd5a043ee4c0a28b895b064c758ac70ac.tar.gz
meson-248c1d9bd5a043ee4c0a28b895b064c758ac70ac.tar.bz2
Merge pull request #11071 from tristan957/java-module
Java module 1.0.0 updates
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.