web.config references MS AJAX v. '1.0.0.0' where it should be '1.0.61025.0' (for changeset #10601). Fixed web.config attached.
The latest version is not able to generate the JS class summary in the XML comment files.
AjaxDoc is outputing nested namespaces in the <elements> list for namespace API members. It shouldn't as this causes the nested namespace content to appear below the parent namespace as well as at...
The "#" is reserved to represent a period in a member name such as those for explicit interface implementation members. The "J#" prefix now used by AjaxDoc causes Sandcastle's BuildAssembler to cr...
I was trying to use the JScriptDeclarationSyntaxGenerator built into SandCastle and ran into issues. I sent an email to Anand, and he said it was being caused because AjaxDoc doesn't specify <retu...
I found a weird inconsistency in the way I should doc properties. If I do like this (like stated on Bertrands blog): {{ get_enableMouseWheel : function() { /// <value type="Boolean">Enables...
The "Global namespace" text used for the global namespace at line 303 in the getReflectionXml method in ScriptDoc.js should be changed to be just "Global". If not, the table of content for help fi...