From 06dbb468cea2593e2e82dc3d5c337bcc5e3d5e16 Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Tue, 14 Jul 2020 20:56:53 +0200 Subject: [PATCH] Mod the doc moved info to the class --- sources/diagram.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sources/diagram.h b/sources/diagram.h index d9b020d5b..2dcb436e4 100644 --- a/sources/diagram.h +++ b/sources/diagram.h @@ -43,15 +43,15 @@ class QETProject; class Terminal; class DiagramImageItem; class DiagramEventInterface; - -/** - This class represents an electric diagram. It manages its various child - elements, conductors and texts and handles their graphic rendering. -*/ - class DiagramFolioList; class QETProject; +/** + @brief The Diagram class + This class represents an electric diagram. + It manages its various child elements, + conductors and texts and handles their graphic rendering. +*/ class Diagram : public QGraphicsScene { friend DiagramFolioList;