yixiaohui12345 / as3corelib

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

Illegal '@' character in ASDoc comment causes ASDoc to abort #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Ran ASDoc against the source tree (building a combined SWC from codelib,
crypto, and httpclient)

What is the expected output? What do you see instead?

This is what ASDoc returned:

An unexpected error occurred.
Error #1085: The element type "host/path/to/file.htm</p" must be terminated
by the matching end-tag "</host/path/to/file.htm</p>".

What version of the product are you using? On what operating system?

Latest SVN HEAD as of this morning.  Building with Flex SDK 3.0.0.

Please provide any additional information below.

The error is in the method comment for URI.username().  The literal '@'
symbol should be replaced with the entity "&#64;" as per the ASDoc
documentation.  I've attached a patched file.

Original issue reported on code.google.com by dave.sei...@gmail.com on 12 Sep 2008 at 6:17

Attachments:

GoogleCodeExporter commented 9 years ago
This has been fixed in revision 67.

Original comment by mikechambers on 6 Nov 2008 at 9:02