diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-08-31 15:32:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 15:32:19 +0200 |
commit | 0b4a325ddc2614f1c17a7873bf13f8bbdc3d3a95 (patch) | |
tree | 5cc6adf4fc52404b2d97ec3577481949018044f3 /modules/gdnative | |
parent | 37443bf04d212b19d339e6197ab45fb0c4724fac (diff) | |
parent | c4903a603b819c6389f3a3a8a542be03a3a46aec (diff) |
Merge pull request #41048 from Calinou/doc-add-link-titles
Add link titles for all links in the class reference
Diffstat (limited to 'modules/gdnative')
-rw-r--r-- | modules/gdnative/doc_classes/GDNativeLibrary.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/doc_classes/GDNativeLibrary.xml b/modules/gdnative/doc_classes/GDNativeLibrary.xml index 1aab864102..05cda05f9f 100644 --- a/modules/gdnative/doc_classes/GDNativeLibrary.xml +++ b/modules/gdnative/doc_classes/GDNativeLibrary.xml @@ -7,8 +7,8 @@ A GDNative library can implement [NativeScript]s, global functions to call with the [GDNative] class, or low-level engine extensions through interfaces such as [XRInterfaceGDNative]. The library must be compiled for each platform and architecture that the project will run on. </description> <tutorials> - <link>https://docs.godotengine.org/en/latest/tutorials/plugins/gdnative/gdnative-c-example.html</link> - <link>https://docs.godotengine.org/en/latest/tutorials/plugins/gdnative/gdnative-cpp-example.html</link> + <link title="GDNative C example">https://docs.godotengine.org/en/latest/tutorials/plugins/gdnative/gdnative-c-example.html</link> + <link title="GDNative C++ example">https://docs.godotengine.org/en/latest/tutorials/plugins/gdnative/gdnative-cpp-example.html</link> </tutorials> <methods> <method name="get_current_dependencies" qualifiers="const"> |