File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Rubberduck.Parsing/Annotations/Concrete Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ namespace Rubberduck.Parsing.Annotations.Concrete
13
13
/// Option Explicit
14
14
/// Private InternalState As VBA.Collection
15
15
///
16
- /// @DefaultMember
16
+ /// ' @DefaultMember
17
17
/// Public Property Get Item(ByVal Index As Variant) As Variant
18
18
/// Item = InternalState(Index)
19
19
/// End Sub
@@ -35,7 +35,7 @@ namespace Rubberduck.Parsing.Annotations.Concrete
35
35
/// Option Explicit
36
36
/// Private InternalState As VBA.Collection
37
37
///
38
- /// @DefaultMember
38
+ /// ' @DefaultMember
39
39
/// Public Property Get Item(ByVal Index As Variant) As Variant
40
40
/// Attribute Item.VB_UserMemId = 0
41
41
/// Item = InternalState(Index)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ namespace Rubberduck.Parsing.Annotations.Concrete
20
20
/// <![CDATA[
21
21
/// Option Explicit
22
22
///
23
- /// @Description("Does something")
23
+ /// ' @Description("Does something")
24
24
/// Public Sub DoSomething()
25
25
/// End Sub
26
26
/// ]]>
@@ -31,7 +31,7 @@ namespace Rubberduck.Parsing.Annotations.Concrete
31
31
/// <![CDATA[
32
32
/// Option Explicit
33
33
///
34
- /// @Description("Does something")
34
+ /// ' @Description("Does something")
35
35
/// Public Sub DoSomething()
36
36
/// Attribute DoSomething.VB_Description = "Does something"
37
37
/// End Sub
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ namespace Rubberduck.Parsing.Annotations.Concrete
13
13
/// Option Explicit
14
14
/// Private InternalState As VBA.Collection
15
15
///
16
- /// @Enumerator
16
+ /// ' @Enumerator
17
17
/// Public Property Get NewEnum() As IUnknown
18
18
/// Set NewEnum = InternalState.[_NewEnum]
19
19
/// End Sub
@@ -28,7 +28,7 @@ namespace Rubberduck.Parsing.Annotations.Concrete
28
28
/// Option Explicit
29
29
/// Private InternalState As VBA.Collection
30
30
///
31
- /// @Enumerator
31
+ /// ' @Enumerator
32
32
/// Public Property Get NewEnum() As IUnknown
33
33
/// Attribute NewEnum.VB_UserMemId = -4
34
34
/// Set NewEnum = InternalState.[_NewEnum]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ namespace Rubberduck.Parsing.Annotations.Concrete
19
19
/// <![CDATA[
20
20
/// Option Explicit
21
21
///
22
- /// @ExcelHotkey("D")
22
+ /// ' @ExcelHotkey("D")
23
23
/// Public Sub DoSomething()
24
24
/// '...
25
25
/// End Sub
@@ -31,7 +31,7 @@ namespace Rubberduck.Parsing.Annotations.Concrete
31
31
/// <![CDATA[
32
32
/// Option Explicit
33
33
///
34
- /// @ExcelHotkey("D")
34
+ /// ' @ExcelHotkey("D")
35
35
/// Public Sub DoSomething()
36
36
/// Attribute DoSomething.VB_ProcData.VB_Invoke_Func = "D\n14"
37
37
/// '...
You can’t perform that action at this time.
0 commit comments