Project

Profile

Help

Feature #1935

closed

.NET API documentation file

Added by O'Neil Delpratt over 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Category:
.NET API
Sprint/Milestone:
-
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">

Sub-issues 1 (0 open1 closed)

Bug #2246: The doc file should be named saxon9he-api.xml, otherwise Visual Studio ignores it.ClosedO'Neil Delpratt2014-12-03

Actions

Please register to edit this issue

Also available in: Atom PDF