Fix some doxygen issues

This commit is contained in:
Simon De Backer
2020-08-19 17:31:02 +02:00
parent 5dd57cf003
commit f5725531c2
4 changed files with 18 additions and 6 deletions

View File

@@ -176,9 +176,14 @@ void SingleLineProperties::drawNeutral(QPainter *painter,
}
/**
Draw the PEN (Protective Earth Neutral) symbol using \a painter at position \a
center, using a size hint of \a size.
@param direction Indicate the direction of the underlying conductor segment
@brief SingleLineProperties::drawPen
Draw the PEN (Protective Earth Neutral) symbol using
\a painter at position \a center, using a size hint of \a size.
@param painter
@param direction :
Indicate the direction of the underlying conductor segment
@param center
@param size
*/
void SingleLineProperties::drawPen(QPainter *painter,
QET::ConductorSegmentType direction,