diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-08-05 14:43:40 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-08-31 14:22:07 +0200 |
commit | c4903a603b819c6389f3a3a8a542be03a3a46aec (patch) | |
tree | c46b628673bf7770221d1a5c504ec5cfacb7b9ad /doc/classes/MeshInstance2D.xml | |
parent | 96e257b2728c0cd1d43b2b700c3d9c52a0b44712 (diff) |
Add link titles for all links in the class reference
This makes them display in a nicer way in the editor help.
(The title will display instead of the full URL.)
Diffstat (limited to 'doc/classes/MeshInstance2D.xml')
-rw-r--r-- | doc/classes/MeshInstance2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/MeshInstance2D.xml b/doc/classes/MeshInstance2D.xml index 689f8d83e1..59b312f69a 100644 --- a/doc/classes/MeshInstance2D.xml +++ b/doc/classes/MeshInstance2D.xml @@ -7,7 +7,7 @@ Node used for displaying a [Mesh] in 2D. Can be constructed from an existing [Sprite2D] via a tool in the editor toolbar. Select "Sprite2D" then "Convert to Mesh2D", select settings in popup and press "Create Mesh2D". </description> <tutorials> - <link>https://docs.godotengine.org/en/latest/tutorials/2d/2d_meshes.html</link> + <link title="2D meshes">https://docs.godotengine.org/en/latest/tutorials/2d/2d_meshes.html</link> </tutorials> <methods> </methods> |