Skip to content

Commit 56055bd

Browse files
JarLobmichaelnebel
authored andcommitted
Add qldoc comments
1 parent f27b5d5 commit 56055bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/AspNetCore.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,14 @@ class MicrosoftAspNetCoreMvcNonActionAttribute extends MicrosoftAspNetCoreMvcAtt
6262
MicrosoftAspNetCoreMvcNonActionAttribute() { this.getType().hasName("NonActionAttribute") }
6363
}
6464

65+
/** A `Microsoft.AspNetCore.Mvc.NonController` attribute. */
6566
class MicrosoftAspNetCoreMvcNonControllerAttribute extends MicrosoftAspNetCoreMvcAttribute {
6667
MicrosoftAspNetCoreMvcNonControllerAttribute() {
6768
this.getType().hasName("NonControllerAttribute")
6869
}
6970
}
7071

72+
/** A `Microsoft.AspNetCore.Mvc.Controller` attribute. */
7173
class MicrosoftAspNetCoreMvcControllerAttribute extends MicrosoftAspNetCoreMvcAttribute {
7274
MicrosoftAspNetCoreMvcControllerAttribute() { this.getType().hasName("ControllerAttribute") }
7375
}

0 commit comments

Comments
 (0)