﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4721	Complex variables do not show documentation string in Variables Browser	Christian Kral <dr.christian.kral@…>	Adeel Asghar	"Consider the following example:

{{{
model Test
  Modelica.SIunits.ComplexCurrent I = Complex(1,2) ""Complex current"";
end Test;
}}}

After simulating this model, the documentation string of the current is NOT shown in the Description column of the Variables Browser (see attachment). Two more comments on this:

1. I tried the same thing in Dymola and the documentation string {{{""Complex current""}}} is not shown either. I am thus not sure whether this an implementation issue of OpenModelica (and Dymola) or a language issue, that the documentation string is not shown.   
2. The real and imaginary parts are also missing the documentation string, but this is a design issue of the MSL, see https://github.com/modelica/Modelica/issues/2443 

Comments are highly appreciated."	discussion	new	high	Future	OMEdit				Francesco Casella a.haumer@…
