Fix some doxygen issues

This commit is contained in:
Simon De Backer
2020-08-19 21:24:48 +02:00
parent f5725531c2
commit 666f20856e
21 changed files with 149 additions and 93 deletions

View File

@@ -96,9 +96,9 @@ void TextEditor::disconnectEditConnection() {
/**
@brief TextEditor::setPart
Set the current text to edit.
Set @part to nullptr to clear the current text.
Set part to nullptr to clear the current text.
@param part : part to edit
@return : return if @part is a partext or nullptr, else return false
@return if part is a partext or nullptr, else return false
*/
bool TextEditor::setPart(CustomElementPart *part) {
if (!part) {