[nem-bug] [Nemerle 0000844]: xml comments for partial classes &
namespaces
feedback at nemerle.org
feedback at nemerle.org
Sun Jan 28 07:19:51 CET 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=844>
======================================================================
Reported By: pbludov
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 844
Category: Compiler (parser/macros engine)
Reproducibility: always
Severity: tweak
Priority: normal
Status: new
======================================================================
Date Submitted: 01-28-2007 07:19 CET
Last Modified: 01-28-2007 07:19 CET
======================================================================
Summary: xml comments for partial classes & namespaces
Description:
In such case:
/// <summary>foo</summary>
partial class ñ {}
/// <summary>bar</summary>
partial class ñ {}
Both of 'foo' and 'bar' should be present in the resulting .xml file.
The namespace documentation comments are not handled at all. For example:
/// <summary>Blablabla</summary>
namespace Some {}
Must create a key in the documentation file like that:
<member name="N:Some">
<summary>Blablabla</summary>
</member>
Multiple doc comments per namespace also must be allowed.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
01-28-07 07:19 pbludov New Issue
======================================================================
More information about the bugs
mailing list