diff --git a/reference/configuration/assetic.rst b/reference/configuration/assetic.rst
index 4ca8ef8b0e3..d7d9a814175 100644
--- a/reference/configuration/assetic.rst
+++ b/reference/configuration/assetic.rst
@@ -50,3 +50,52 @@ Full Default Configuration
# Prototype
name: []
+
+ .. code-block:: xml
+
+
+
+ FrameworkBundle
+ SecurityBundle
+ TwigBundle
+ MonologBundle
+ SwiftmailerBundle
+ DoctrineBundle
+ AsseticBundle
+ ...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/reference/configuration/swiftmailer.rst b/reference/configuration/swiftmailer.rst
index 7704d2cf1f4..a051f8b7233 100644
--- a/reference/configuration/swiftmailer.rst
+++ b/reference/configuration/swiftmailer.rst
@@ -193,4 +193,30 @@ Full Default Configuration
sleep: 0
delivery_address: ~
disable_delivery: ~
- logging: "%kernel.debug%"
\ No newline at end of file
+ logging: "%kernel.debug%"
+
+ .. code-block:: xml
+
+
+
+
+
+
diff --git a/reference/configuration/web_profiler.rst b/reference/configuration/web_profiler.rst
index b22058f3cbe..6809b3a6b36 100644
--- a/reference/configuration/web_profiler.rst
+++ b/reference/configuration/web_profiler.rst
@@ -20,4 +20,12 @@ Full Default Configuration
toolbar: false
# gives you the opportunity to look at the collected data before following the redirect
- intercept_redirects: false
\ No newline at end of file
+ intercept_redirects: false
+
+ .. code-block:: xml
+
+