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:
authorJoel Martinez <joelmartinez@gmail.com>2019-02-07 00:09:51 +0300
committerJoel Martinez <joelmartinez@gmail.com>2019-02-07 00:14:23 +0300
commitc8f0c251480ed7ded9b2b0ed5189d4d9f55707b7 (patch)
tree5f10fe6d81edcf0977ba1dc26c75eb0848bb165f /mdoc/Test/AttachedEventsAndProperties
parentfa8b4d522c9161c13caee8916e846ec10af69435 (diff)
attached property formatter now handles mixed readonly/setonly scenarios.
Closes #367
Diffstat (limited to 'mdoc/Test/AttachedEventsAndProperties')
-rw-r--r--mdoc/Test/AttachedEventsAndProperties/AttachedPropertyExample.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Test/AttachedEventsAndProperties/AttachedPropertyExample.cs b/mdoc/Test/AttachedEventsAndProperties/AttachedPropertyExample.cs
index dba5d4bd..a6abd724 100644
--- a/mdoc/Test/AttachedEventsAndProperties/AttachedPropertyExample.cs
+++ b/mdoc/Test/AttachedEventsAndProperties/AttachedPropertyExample.cs
@@ -45,7 +45,7 @@ namespace AttachedEventsAndProperties
#endregion
- #region negative example (no get method)
+ #region example (no get method)
public static readonly DependencyProperty IsBubbleSource2Property = DependencyProperty.RegisterAttached(
"IsBubbleSource2",