diff --git a/src/comm/MAVLinkXMLParser.cc b/src/comm/MAVLinkXMLParser.cc index a241636b211ebef331fbf5761e14f5df8f70d080..825d82ed9d8f41ce8bc3ff48f0edf4984950519b 100644 --- a/src/comm/MAVLinkXMLParser.cc +++ b/src/comm/MAVLinkXMLParser.cc @@ -272,7 +272,7 @@ bool MAVLinkXMLParser::generate() int commaPosition = currEnum.lastIndexOf(","); currEnum.remove(commaPosition, 1); - enums += "/**" + comment + "*/\n" + currEnum + currEnumEnd; + enums += "/** " + comment + " */\n" + currEnum + currEnumEnd; } // Element is non-zero and element name is n = n.nextSibling(); } // While through