colinlin1982 / maashaack

Automatically exported from code.google.com/p/maashaack
0 stars 0 forks source link

invalid markup in asdoc comments #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
fixed, Flex SDK 4 is more strict than Flex SDK 3 apparently

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