Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2009-02-17 22:05:53 +0300
committerDuncan Mak <duncanm@microsoft.com>2016-10-08 03:28:38 +0300
commitad047595ba770d20c490ef9f23a4e39036fa593f (patch)
tree94d1e418e2797004ddb59483ab421ef0d761022e /mdoc/Test/DocTest-v1.cs
parent3f58855ffc3c3cb791ceb85cd22c51b4d61edab3 (diff)
* Mono.Documentation/monodocer.cs: Check that the cref attribute is
non-null before trying to use it when importing slashdoc sources. Fixes #475852. * Test/DocTest-v1.cs: Add an <exception/> doc comment with an invalid attribute value for testing. svn path=/trunk/mcs/; revision=127195
Diffstat (limited to 'mdoc/Test/DocTest-v1.cs')
-rw-r--r--mdoc/Test/DocTest-v1.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc/Test/DocTest-v1.cs b/mdoc/Test/DocTest-v1.cs
index 354bd399..b7506385 100644
--- a/mdoc/Test/DocTest-v1.cs
+++ b/mdoc/Test/DocTest-v1.cs
@@ -360,6 +360,7 @@ namespace Mono.DocTest {
/// <para><c>M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32})</c>.</para>
/// <para><see cref="M:System.Collections.Generic.List{System.Int32}.Remove(`0)" /></para>
/// </remarks>
+ /// <exception invalid="foo">text!</exception>
public void Process (List<int> list)
{
// Bug: only creation is looked for, so this generates an <exception/>