diff --git a/src/xdocs/availablechecks.xml b/src/xdocs/availablechecks.xml
index 5f9128036..800a602e4 100644
--- a/src/xdocs/availablechecks.xml
+++ b/src/xdocs/availablechecks.xml
@@ -146,6 +146,10 @@
EmptyBlock |
Checks for empty blocks. |
+
+ | EmptyCatchBlock |
+ Checks for empty catch blocks with few options to skip violation. |
+
| EmptyForInitializerPad |
Checks the padding of an empty for initializer; that is whether a
|