﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1143	Allow \ in the documentation (from MathCore)	Jan Brugård	Jan Brugård	"I don't know if this should be a ticket on the kernel or system designer, feel free to change.

If having a class with a \ in the documentation, it is not possible to open that class, the error message is about illegal tokens.

{{{
model test
  annotation(Diagram(coordinateSystem(extent={{-100.0,-100.0},{100.0,100.0}}, preserveAspectRatio=true, initialScale=0.1, grid={10,10})), Documentation(info=""
 <em>Extras\Libraries\CommunicationMSWindows.dll</em>"", revisions=""""));
end test;
}}}

I think this could be allowed since it is in the Documentation, and Dymola allows it, so it will be a problem with libraries developed in Dymola.

If this should not be allowed, close this ticket. (But a very nice, and user friendly solution would be to detect all / in the documentation and change them to something else like // ...)"	defect	closed	normal				fixed		Jan Brugård
