View Revisions: Issue #2781

Summary 0002781: Allow Improved presentation of SEM documentation in SlicerGUI
Revision 2018-03-21 19:11 by jcfr
Steps To Reproduce

NOTE: Modify any .xml file and provide formatted description that spans multiple lines with a CDATA encapsulation.

diff --git a/BRAINSFit/BRAINSFit.xml b/BRAINSFit/BRAINSFit.xml
index c8a012b..d7a035e 100644
--- a/BRAINSFit/BRAINSFit.xml
+++ b/BRAINSFit/BRAINSFit.xml
@@ -2,11 +2,26 @@
 <executable>
-  <description>Register a three-dimensional volume to a reference volume (Mattes Mutual Information by default). Full documentation avalable here: http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.1/Modules/BRAINSFit. Method described in BRAINSFit: Mutual Informati

+  <description><![CDATA[
+Register a three-dimensional volume to a reference volume (Mattes Mutual 
+Information by default). Full documentation avalable here: 
+http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.1/Modules/BRAINSFit.
+
+Method described in BRAINSFit: Mutual Information Registrations of Whole-Brain
+3D Images, Using the Insight Toolkit, Johnson H.J., Harris G.,
+Williams K., The Insight Journal, 2007. http://hdl.handle.net/1926/1291
+]]></description>

=============================================
The problem is that the code generation is missing "\" characters at the end of lines 837-843.

 837 fullDescription += "Register a three-dimensional volume to a reference volume (Mattes Mutual 
 838 Information by default). Full documentation avalable here: 
 839 http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.1/Modules/BRAINSFit.
 840 
 841 Method described in BRAINSFit: Mutual Information Registrations of Whole-Brain
 842 3D Images, Using the Insight Toolkit, Johnson H.J., Harris G.,
 843 Williams K., The Insight Journal, 2007. http://hdl.handle.net/1926/1291"; 
Revision 2012-11-21 05:42 by hjmjohnson
Steps To Reproduce

NOTE: Modify any .xml file and provide formatted description that spans multiple lines with a CDATA encapsulation.

diff --git a/BRAINSFit/BRAINSFit.xml b/BRAINSFit/BRAINSFit.xml
index c8a012b..d7a035e 100644
--- a/BRAINSFit/BRAINSFit.xml
+++ b/BRAINSFit/BRAINSFit.xml
@@ -2,11 +2,26 @@
<executable>

=============================================
The problem is that the code generation is missing "\" characters at the end of lines 837-843.

837 fullDescription += "Register a three-dimensional volume to a reference volume (Mattes Mutual
838 Information by default). Full documentation avalable here:
839 http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.1/Modules/BRAINSFit.
840
841 Method described in BRAINSFit: Mutual Information Registrations of Whole-Brain
842 3D Images, Using the Insight Toolkit, Johnson H.J., Harris G.,
843 Williams K., The Insight Journal, 2007. http://hdl.handle.net/1926/1291&quot;;