From b0172f4dd73ad45b78f400a5138390c433bd013f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=90=E5=A2=A8=E5=BA=84?= <84116885+zi-mozhuang@users.noreply.github.com> Date: Thu, 13 Aug 2026 08:50:24 +0800 Subject: [PATCH] Change comment style for title block edge method Updated comment to use Doxygen style for documentation. --- sources/bordertitleblock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/bordertitleblock.h b/sources/bordertitleblock.h index bc57748e2..28da7360c 100644 --- a/sources/bordertitleblock.h +++ b/sources/bordertitleblock.h @@ -73,7 +73,7 @@ class BorderTitleBlock : public QObject return(rows_count_ * rows_height_); } /// @return la rows header width, in pixels qreal rowsHeaderWidth() const { return(rows_header_width_); } - // @return the edge where title block is docked + /// @return the edge where title block is docked Qt::Edge titleBlockEdge() const { return(m_edge); } // border - title block = diagram