We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb89b7 commit c2885b2Copy full SHA for c2885b2
Rubberduck.CodeAnalysis/Inspections/Concrete/ProcedureNotUsedInspection.cs
@@ -45,11 +45,13 @@ namespace Rubberduck.CodeAnalysis.Inspections.Concrete
45
/// </module>
46
/// </example>
47
/// <example hasResult="false">
48
- /// <module name="Module1" type="Standard Module">
+ /// <module name="Macros" type="Standard Module">
49
/// <![CDATA[
50
/// Option Explicit
51
///
52
/// Public Sub DoSomething()
53
+ /// 'a public procedure in a standard module may be a macro
54
+ /// attached to a worksheet Shape or invoked by means other than user code.
55
/// End Sub
56
/// ]]>
57
0 commit comments