diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index aebfd76b5..0f98e4379 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -94,6 +94,7 @@ IGNORE_HFILES= \
mutter-enum-types.h \
mutter-Xatomtype.h \
place.h \
+ preview-widget.h \
region-utils.h \
resizepopup.h \
screen-private.h \
@@ -102,6 +103,7 @@ IGNORE_HFILES= \
stack-tracker.h \
stamp-mutter-enum-types.h \
tabpopup.h \
+ theme.h \
theme-private.h \
tile-preview.h \
ui.h \
diff --git a/doc/reference/meta-docs.sgml.in b/doc/reference/meta-docs.sgml.in
index fe6f90405..5c8b9673a 100644
--- a/doc/reference/meta-docs.sgml.in
+++ b/doc/reference/meta-docs.sgml.in
@@ -37,9 +37,7 @@
-
-
diff --git a/doc/reference/meta-sections.txt b/doc/reference/meta-sections.txt
index 754fe9e82..73935aca4 100644
--- a/doc/reference/meta-sections.txt
+++ b/doc/reference/meta-sections.txt
@@ -452,29 +452,6 @@ MetaKeyHandler
meta_key_binding_get_type
-
-preview-widget
-MetaPreview
-MetaPreview
-MetaPreviewClass
-meta_preview_new
-meta_preview_set_theme
-meta_preview_set_title
-meta_preview_set_frame_type
-meta_preview_set_frame_flags
-meta_preview_set_button_layout
-meta_preview_get_icon
-meta_preview_get_mini_icon
-
-META_IS_PREVIEW
-META_IS_PREVIEW_CLASS
-META_PREVIEW
-META_PREVIEW_CLASS
-META_PREVIEW_GET_CLASS
-META_TYPE_PREVIEW
-meta_preview_get_type
-
-
screen
MetaScreen
@@ -514,17 +491,6 @@ META_TYPE_SCREEN
meta_screen_get_type
-
-theme
-meta_theme_get_current
-meta_theme_set_current
-meta_theme_new
-meta_theme_free
-meta_theme_validate
-meta_theme_load
-MetaTheme
-
-
util
meta_is_verbose
diff --git a/src/ui/preview-widget.c b/src/ui/preview-widget.c
index 799a0867c..1aa64a251 100644
--- a/src/ui/preview-widget.c
+++ b/src/ui/preview-widget.c
@@ -19,7 +19,7 @@
* 02111-1307, USA.
*/
-/**
+/*
* SECTION:preview-widget
* @title: MetaPreview
* @short_description: Mutter theme preview widget
diff --git a/src/ui/theme.c b/src/ui/theme.c
index e1543cf29..357a8bb68 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -19,7 +19,7 @@
* 02111-1307, USA.
*/
-/**
+/*
* SECTION:theme
* @title: MetaTheme
* @short_description: Metacity Theme Rendering