galaris/maashaack

invalid markup in asdoc comments

GoogleCodeExporter opened this issue · 1 comments

when trying to build with Flex SDK 4

Text for description in system:Version is not valid.
org.xml.sax.SAXParseException: The content of elements must consist of 
well-formed character 
data or markup.

Text for description in system.reflection:FilterType is not valid.
org.xml.sax.SAXParseException: The element type "b" must be terminated by the 
matching end-
tag "</b>".

Text for description in system:Char/lessThan is not valid.
org.xml.sax.SAXParseException: The content of elements must consist of 
well-formed character 
data or markup.

Text for description in system:Strings/format is not valid.
No matching start tag.

Text for description in system.serializers.eden:ECMAScript/isLineTerminator is 
not valid.
org.xml.sax.SAXParseException: The element type "pre" must be terminated by the 
matching 
end-tag "</pre>".

Text for description in 
system.serializers.eden:EdenConfigurator/allowFunctionCall/get is not 
valid.
org.xml.sax.SAXParseException: The element type "pre" must be terminated by the 
matching 
end-tag "</pre>".

Original issue reported on code.google.com by zwetan on 22 Sep 2009 at 1:03

fixed, Flex SDK 4 is more strict than Flex SDK 3 apparently

Original comment by zwetan on 22 Sep 2009 at 4:51

  • Changed state: Fixed