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:
@@ -7,8 +7,8 @@
|
||||
A PacketPeer implementation that should be passed to [member SceneTree.network_peer] after being initialized as either a client or server. Events can then be handled by connecting to [SceneTree] signals.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link>https://docs.godotengine.org/en/latest/tutorials/networking/high_level_multiplayer.html</link>
|
||||
<link>http://enet.bespin.org/usergroup0.html</link>
|
||||
<link title="High-level multiplayer">https://docs.godotengine.org/en/latest/tutorials/networking/high_level_multiplayer.html</link>
|
||||
<link title="API documentation on the ENet website">http://enet.bespin.org/usergroup0.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="close_connection">
|
||||
|
||||
Reference in New Issue
Block a user