diff options
| author | Rémi Verschelde | 2016-02-19 18:39:16 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2016-02-19 18:39:16 +0100 |
| commit | 0dce4f7eb2ff28572d978edd8c2fc8031d468872 (patch) | |
| tree | 806e01059753144af8654fa008c89a0399637fbf | |
| parent | 3ac0267daacb01497b4d4d4980aa06354488babf (diff) | |
| download | godot-0dce4f7eb2ff28572d978edd8c2fc8031d468872.tar.gz godot-0dce4f7eb2ff28572d978edd8c2fc8031d468872.tar.zst godot-0dce4f7eb2ff28572d978edd8c2fc8031d468872.zip | |
Remove broken [image] usage in classref
| -rw-r--r-- | doc/base/classes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 59455d480..4c30d9833 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -5433,7 +5433,7 @@ Standard themed Button. </brief_description> <description> - Button is just the standard themed button: [image src="images/button_example.png"/] It can contain text and an icon, and will display them according to the current [Theme]. + Button is the standard themed button. It can contain text and an icon, and will display them according to the current [Theme]. </description> <methods> <method name="set_text"> |
