From: eduardo.davila@creatis.insa-lyon.fr Date: Fri, 3 Nov 2023 13:02:17 +0000 (+0100) Subject: Clean Code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=ededa5a14c89c9deea0973f8a052dfb61f738350;p=creaMaracasVisu.git Clean Code --- 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*,"");