Actions
Feature #1935
closed.NET API documentation file
Start date:
2014-12-03
Due date:
% Done:
100%
Estimated time:
(Total: 0:00 h)
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
Reported by Max Toro:
Saxon .NET requirement for the XML documentation file of the API, which can be used under Visual Studio and in code browsing in Reflector, etc.
Currently we issue the file Saxon.Api.xml, but it uses a format different from what
Visual Studio uses:
<?xml version="1.0" encoding="UTF-8"?>
<package id="Saxon.Api">
<class id="Processor" fulltype="Saxon.Api.Processor" visibility="public"
superclass="object"
superclassfulltype="System.Object">
...
Should be something like:
<?xml version="1.0" encoding="UTF-8"?>
<doc>
<members>
<member name="T:Saxon.Api.Processor">
Please register to edit this issue
Actions