Browse Source

Merge remote-tracking branch 'remotes/pixhawk/dev-win' into dev-win

QGC4.4
oberion 14 years ago
parent
commit
58b00b3305
  1. 2
      src/apps/mavlinkgen/generator/MAVLinkXMLParser.cc

2
src/apps/mavlinkgen/generator/MAVLinkXMLParser.cc

@ -276,8 +276,8 @@ bool MAVLinkXMLParser::generate() @@ -276,8 +276,8 @@ bool MAVLinkXMLParser::generate()
else if (pp2.isElement())
{
fieldComment += pp2.text() + sep;
pp = pp.nextSibling();
}
pp = pp.nextSibling();
}
fieldComment = fieldComment.replace("\n", " ");
fieldComment = " /* " + fieldComment.simplified() + " */";

Loading…
Cancel
Save