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 /modules/mono/doc_classes/CSharpScript.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 'modules/mono/doc_classes/CSharpScript.xml')
-rw-r--r-- | modules/mono/doc_classes/CSharpScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/doc_classes/CSharpScript.xml b/modules/mono/doc_classes/CSharpScript.xml index e1e9d1381f..45a6f991bf 100644 --- a/modules/mono/doc_classes/CSharpScript.xml +++ b/modules/mono/doc_classes/CSharpScript.xml @@ -8,7 +8,7 @@ See also [GodotSharp]. </description> <tutorials> - <link>https://docs.godotengine.org/en/latest/getting_started/scripting/c_sharp/index.html</link> + <link title="C# tutorial index">https://docs.godotengine.org/en/latest/getting_started/scripting/c_sharp/index.html</link> </tutorials> <methods> <method name="new" qualifiers="vararg"> |