mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-29 22:30:00 +02:00
Fix some doxygen issues
This commit is contained in:
@@ -198,7 +198,8 @@ void Terminal::setNumber(QString number) {
|
||||
|
||||
/**
|
||||
@brief Terminal::setName
|
||||
@param name
|
||||
@param name : QString
|
||||
@param hiddenName : bool
|
||||
*/
|
||||
void Terminal::setName(QString name, bool hiddenName) {
|
||||
name_terminal_ = std::move(name);
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
Default constructor
|
||||
@param location location of xml definition
|
||||
@param qgi parent QGraphicItem
|
||||
@param s parent diagram
|
||||
@param state int used to know if the creation of element have error
|
||||
*/
|
||||
TerminalElement::TerminalElement(const ElementsLocation &location,
|
||||
|
||||
Reference in New Issue
Block a user