From ededa5a14c89c9deea0973f8a052dfb61f738350 Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Fri, 3 Nov 2023 14:02:17 +0100 Subject: [PATCH] Clean Code --- bbtk/src/bbmaracasvisuViewerNV.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbtk/src/bbmaracasvisuViewerNV.h b/bbtk/src/bbmaracasvisuViewerNV.h index 642b8d9..09db75a 100644 --- a/bbtk/src/bbmaracasvisuViewerNV.h +++ b/bbtk/src/bbmaracasvisuViewerNV.h @@ -117,7 +117,7 @@ private: BBTK_BEGIN_DESCRIBE_BLACK_BOX(ViewerNV,bbtk::WxBlackBox); BBTK_NAME("ViewerNV"); BBTK_AUTHOR("eduardo.davila [at] creatis.insa-lyon.fr"); -BBTK_DESCRIPTION("Viewer : N view configuration 2D and 3D (C++,Python)"); +BBTK_DESCRIPTION("(C++,Python) Viewer : N view configuration 2D and 3D"); BBTK_CATEGORY("viewer"); BBTK_INPUT(ViewerNV,Title,"Title prepended to the text",std::string,""); BBTK_INPUT(ViewerNV,In,"Input image",vtkImageData*,""); -- 2.45.1