From 01d97246cee76e2c6c540358cbfa8edbdd489afa Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Tue, 14 Jul 2020 21:39:47 +0200 Subject: [PATCH] Mod doc set style de same --- sources/diagram.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sources/diagram.h b/sources/diagram.h index 2dcb436e4..e3597b3eb 100644 --- a/sources/diagram.h +++ b/sources/diagram.h @@ -68,10 +68,11 @@ class Diagram : public QGraphicsScene // ATTRIBUTES public: /** + @brief The BorderOptions enum Represents available options when rendering a particular diagram: - * EmptyBorder: display border only - * TitleBlock: display title block - * Columns: display columns + EmptyBorder: display border only + TitleBlock: display title block + Columns: display columns */ enum BorderOptions { EmptyBorder, TitleBlock, Columns }; /// Represents available option of Numerotation type.