Fix some doxygen issues

This commit is contained in:
Simon De Backer
2020-08-20 17:44:59 +02:00
parent f24f04084c
commit d1c91a7fc2
16 changed files with 91 additions and 64 deletions

View File

@@ -480,6 +480,7 @@ QList<CustomElementPart *> ScalePartsCommand::scaledPrimitives() const {
}
/**
@brief ScalePartsCommand::setTransformation
Define the transformation applied by this command
@param original_rect Bounding rectangle for all scaled primitives before the operation
@param original_rect Bounding rectangle for all scaled primitives after the operation

View File

@@ -424,8 +424,9 @@ void QETElementEditor::setupMenus() {
/**
@brief QETElementEditor::contextMenu
Display a context menu, with all available action.
@param p, the pos of the menu, in screen coordinate
@param actions, a list of actions who can be prepended to the context menu.
@param p : the pos of the menu, in screen coordinate
@param actions :
a list of actions who can be prepended to the context menu.
*/
void QETElementEditor::contextMenu(QPoint p, QList<QAction *> actions) {
QMenu menu(this);