[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [Bug #2760] CSDOC- parser bug
From: |
nobody |
Subject: |
[Pnet-developers] [Bug #2760] CSDOC- parser bug |
Date: |
Sat, 15 Mar 2003 05:39:03 -0500 |
=================== BUG #2760: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2760&group_id=353
Changes by: Gopal.V <address@hidden>
Date: Sat 03/15/03 at 16:09 (Asia/Calcutta)
What | Removed | Added
---------------------------------------------------------------------------
Severity | 5 - Major | 1 - Ordinary
=================== BUG #2760: FULL BUG SNAPSHOT ===================
Submitted by: mdupont Project: DotGNU Portable.NET
Submitted on: Mon 03/10/03 at 02:02
Category: None Severity: 1 - Ordinary
Bug Group: None Resolution: None
Assigned to: None Status: Open
Summary: CSDOC- parser bug
Original Submission: namespace System.test
{
/// <summary>Blah</summary>
using System.Blah;
};
// test3.cs:4: syntax error, unexpected "`using'" at or near `using
Follow-up Comments
*******************
-------------------------------------------------------
Date: Mon 03/10/03 at 03:01 By: rweather
The grammar is currently constrained to only allow
doc comments in the same position as an attribute,
which is where doc comments are supposed to be placed
anyway. I will leave this bug open for now, in case
a simple fix occurs, but it is fairly low priority.
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2760&group_id=353
- [Pnet-developers] [Bug #2760] CSDOC- parser bug,
nobody <=