Fix some doxygen issues (~100)

This commit is contained in:
Simon De Backer
2020-08-18 20:07:55 +02:00
parent b5f212418c
commit 790cdc5229
22 changed files with 205 additions and 154 deletions

View File

@@ -21,7 +21,7 @@
/**
@brief QPropertyUndoCommand::QPropertyUndoCommand
Default constructor with old and new value
This command don't take ownership of @object
This command don't take ownership of object
@param object
@param old_value
@param new_value
@@ -38,7 +38,7 @@ QPropertyUndoCommand::QPropertyUndoCommand(QObject *object, const char *property
@brief QPropertyUndoCommand::QPropertyUndoCommand
Default constructor with old value.
Call setNewValue to setup the new value of the edited QObject
This command don't take ownership of @object
This command don't take ownership of object
@param object
@param old_value
@param parent
@@ -63,7 +63,7 @@ QPropertyUndoCommand::QPropertyUndoCommand(const QPropertyUndoCommand *other)
/**
@brief QPropertyUndoCommand::setNewValue
Set the new value of the property (set with redo) to @new_value
Set the new value of the property (set with redo) to new_value
@param new_value
*/
void QPropertyUndoCommand::setNewValue(const QVariant &new_value) {