brlrt / away3d

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

Malformed XML in comments causes asdoc to error #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using asdoc against my projects that include the away3d lite sources cause 
asdoc to fail due to malformed xml in some of the comments.  I'm not sure 
if there is a way to ignore these but fixing the comments prevents the 
errors (and is probably good to clean up anyway).

Here are the trouble spots (source v1.0.4):

Camera3D.as:

change (two occurances):
    <code>projectionMatrix3D/code>

to:
    <code>projectionMatrix3D</code>

ClippingEvent:

change:
    <code>FaceEvent.UPDATED</code></code>

to:
    <code>FaceEvent.UPDATED</code>

Original issue reported on code.google.com by mirsw...@gmail.com on 29 Mar 2010 at 5:43

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by katopz on 26 May 2010 at 1:23