CPP: QLDoc fix for Stmt.qll.

This commit is contained in:
Geoffrey White
2019-09-11 15:06:30 +01:00
parent 85063760af
commit 5fe69c7658

View File

@@ -1645,6 +1645,7 @@ class EnumSwitch extends SwitchStmt {
* } catch (std::exception &e) {
* g();
* }
* ```
* there is a handler that's associated with the `catch` block and controls
* entry to it.
*/