I'm having an issue with asdoc. I've tried asdoc.exe from SDK 3.2, 3.3 and 3.5; the same error always appears:
Error: Property is write-only.
[exec] Math.pow(10, 2);
[exec] ^
I've tried putting that statement in other files, and it does not generate an
error. If I put that statement anywhere in the class that it belongs to, the
error appears. Something about this class triggers the error message. If it
put the statement in a subclass of the problem class, no error results.
Suggestions?
Mike

