Skip to content

Commit 5fe69c7

Browse files
committed
CPP: QLDoc fix for Stmt.qll.
1 parent 8506376 commit 5fe69c7

File tree

1 file changed

+1
-0
lines changed
  • cpp/ql/src/semmle/code/cpp/stmts

1 file changed

+1
-0
lines changed

cpp/ql/src/semmle/code/cpp/stmts/Stmt.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,6 +1645,7 @@ class EnumSwitch extends SwitchStmt {
16451645
* } catch (std::exception &e) {
16461646
* g();
16471647
* }
1648+
* ```
16481649
* there is a handler that's associated with the `catch` block and controls
16491650
* entry to it.
16501651
*/

0 commit comments

Comments
 (0)