diff options
| author | Michael Alexsander Silva Dias | 2018-03-30 20:11:14 -0300 |
|---|---|---|
| committer | Michael Alexsander Silva Dias | 2018-03-30 20:11:14 -0300 |
| commit | d912e10c6550d9e7e30c4495c139053e5cd16a0b (patch) | |
| tree | bd5f1f1f44d8227e61417c2b904c4637c1329d99 /doc/classes/ColorPickerButton.xml | |
| parent | d2eb731878a4d660dd4a6babaea5967183b8f324 (diff) | |
| download | godot-d912e10c6550d9e7e30c4495c139053e5cd16a0b.tar.gz godot-d912e10c6550d9e7e30c4495c139053e5cd16a0b.tar.zst godot-d912e10c6550d9e7e30c4495c139053e5cd16a0b.zip | |
Added missing end points for brief descriptions in the docs.
Diffstat (limited to 'doc/classes/ColorPickerButton.xml')
| -rw-r--r-- | doc/classes/ColorPickerButton.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ColorPickerButton.xml b/doc/classes/ColorPickerButton.xml index 717f7e4ef..eb86dc8af 100644 --- a/doc/classes/ColorPickerButton.xml +++ b/doc/classes/ColorPickerButton.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="ColorPickerButton" inherits="Button" category="Core" version="3.1"> <brief_description> - Button that pops out a [ColorPicker] + Button that pops out a [ColorPicker]. </brief_description> <description> Encapsulates a [ColorPicker] making it accesible by pressing a button, pressing the button will toggle the [ColorPicker] visibility |
