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/VisualShaderNodeCustom.xml | |
parent | 96e257b2728c0cd1d43b2b700c3d9c52a0b44712 (diff) | |
download | redot-engine-c4903a603b819c6389f3a3a8a542be03a3a46aec.tar.gz |
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/VisualShaderNodeCustom.xml')
-rw-r--r-- | doc/classes/VisualShaderNodeCustom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/VisualShaderNodeCustom.xml b/doc/classes/VisualShaderNodeCustom.xml index 5bd8ec38ed..3be9b803e9 100644 --- a/doc/classes/VisualShaderNodeCustom.xml +++ b/doc/classes/VisualShaderNodeCustom.xml @@ -13,7 +13,7 @@ [/codeblock] </description> <tutorials> - <link>https://docs.godotengine.org/en/latest/tutorials/plugins/editor/visual_shader_plugins.html</link> + <link title="Visual Shader plugins">https://docs.godotengine.org/en/latest/tutorials/plugins/editor/visual_shader_plugins.html</link> </tutorials> <methods> <method name="_get_category" qualifiers="virtual"> |