Hi
I am importing c# code into my model and my comments are not imported as the element notes
For example
public class AddManualTrackEventArgs : EventArgs
{
///-------------------------------------------------------------------------------------------------
/// <summary> Altitude (metres AMSL). </summary>
///-------------------------------------------------------------------------------------------------
public GeoLocation m_location;
In this example the comment for m_location is not imported
Can any one suggest a way doing this?
Thanks