Added missing end points for brief descriptions in the docs.

This commit is contained in:
Michael Alexsander Silva Dias
2018-03-30 20:11:14 -03:00
parent d2eb731878
commit d912e10c65
9 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="LinkButton" inherits="BaseButton" category="Core" version="3.1">
<brief_description>
Simple button used to represent a link to some resource
Simple button used to represent a link to some resource.
</brief_description>
<description>
This kind of buttons are primarily used when the interaction with the button causes a context change (like linking to a web page).