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.)
This commit is contained in:
Hugo Locurcio
2020-08-05 14:43:40 +02:00
parent 96e257b272
commit c4903a603b
140 changed files with 164 additions and 164 deletions

View File

@@ -7,8 +7,8 @@
Note: When linked with an [AnimationPlayer], several properties and methods of the corresponding [AnimationPlayer] will not function as expected. Playback and transitions should be handled using only the [AnimationTree] and its constituent [AnimationNode](s). The [AnimationPlayer] node should be used solely for adding, deleting, and editing animations.
</description>
<tutorials>
<link>https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html</link>
<link>https://github.com/godotengine/tps-demo</link>
<link title="AnimationTree">https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html</link>
<link title="Third-person shooter demo code repository">https://github.com/godotengine/tps-demo</link>
</tutorials>
<methods>
<method name="advance">