Skip to content
Snippets Groups Projects
Commit 0f7a1925 authored by d.kilic's avatar d.kilic Committed by d.kilic
Browse files

Refine doxygen comment

parent b68ae2e3
No related branches found
No related tags found
1 merge request!73Implemented aruco marker visualization with offset
Pipeline #28897 passed
...@@ -134,10 +134,10 @@ void CodeMarkerItem::paint(QPainter *painter, const QStyleOptionGraphicsItem */* ...@@ -134,10 +134,10 @@ void CodeMarkerItem::paint(QPainter *painter, const QStyleOptionGraphicsItem */*
* *
* Draws a rect with the corners of the marker, the id, and the upper left corner. * Draws a rect with the corners of the marker, the id, and the upper left corner.
* *
* @param currentMarker * @param currentMarker marker to draw
* @param id * @param id id of the marker to draw
* @param borderColor * @param borderColor color of the rect drawn
* @param painter * @param painter painter with which to draw
*/ */
void CodeMarkerItem::drawMarker(const OffsetMarker& currentMarker, int id, const QColor& borderColor, QPainter *painter) void CodeMarkerItem::drawMarker(const OffsetMarker& currentMarker, int id, const QColor& borderColor, QPainter *painter)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment