aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-02-10 18:32:36 +0800
committerXan Lopez <xan@igalia.com>2013-02-10 18:33:34 +0800
commit04a5b8dc505f3663a4ae298b257c523a986ca6fb (patch)
treebe3c2ce0c18183c965e164ef649e9ced9bf6bc96
parente692c1d39e13182df34c56d09889141840c50c89 (diff)
downloadgsoc2013-epiphany-04a5b8dc505f3663a4ae298b257c523a986ca6fb.tar
gsoc2013-epiphany-04a5b8dc505f3663a4ae298b257c523a986ca6fb.tar.gz
gsoc2013-epiphany-04a5b8dc505f3663a4ae298b257c523a986ca6fb.tar.bz2
gsoc2013-epiphany-04a5b8dc505f3663a4ae298b257c523a986ca6fb.tar.lz
gsoc2013-epiphany-04a5b8dc505f3663a4ae298b257c523a986ca6fb.tar.xz
gsoc2013-epiphany-04a5b8dc505f3663a4ae298b257c523a986ca6fb.tar.zst
gsoc2013-epiphany-04a5b8dc505f3663a4ae298b257c523a986ca6fb.zip
Remove API doc generation
We don't have extensions anymore, so this serves no purpose. If we ever add a new (hopefully much smaller!) API set for next-generation extensions we'll resurrect the docs for it.
-rw-r--r--configure.ac7
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/reference-howto.txt28
-rw-r--r--doc/reference/Makefile.am264
-rw-r--r--doc/reference/epiphany-docs.sgml32
-rw-r--r--doc/reference/epiphany-overrides.txt0
-rw-r--r--doc/reference/epiphany-sections.txt222
-rw-r--r--doc/reference/epiphany.types22
-rw-r--r--doc/reference/tmpl/ephy-location-entry.sgml209
-rw-r--r--doc/reference/tmpl/ephy-search-entry.sgml51
-rw-r--r--doc/reference/tmpl/ephy-window.sgml107
-rw-r--r--doc/reference/tmpl/epiphany-unused.sgml0
12 files changed, 0 insertions, 944 deletions
diff --git a/configure.ac b/configure.ac
index 5433eab00..b4c41c609 100644
--- a/configure.ac
+++ b/configure.ac
@@ -238,12 +238,6 @@ fi
AC_DEFINE_UNQUOTED([LSB_DISTRIBUTOR],["$LSB_DISTRIBUTOR"],[Distributor name])
-# *****************
-# API Documentation
-# *****************
-
-GTK_DOC_CHECK([1.0])
-
# ************
# Output files
# ************
@@ -257,7 +251,6 @@ data/epiphany-${EPIPHANY_API_VERSION}.pc:data/epiphany.pc.in
data/epiphany.desktop.in
data/pages/Makefile
doc/Makefile
-doc/reference/Makefile
lib/Makefile
lib/egg/Makefile
lib/history/Makefile
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3c8a68366..729e61c6d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,3 @@
-SUBDIRS = reference
-
NULL =
man_MANS = epiphany.1
diff --git a/doc/reference-howto.txt b/doc/reference-howto.txt
deleted file mode 100644
index a9926e051..000000000
--- a/doc/reference-howto.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Documenting Epiphany Reference
-==============================
-
-Documenting Epiphany's API is fairly trivial following these instructions:
-
-- Add documentation headers to the .c file public functions, some pointers:
- + good examples can be found in WebKit/WebKit/gtk/ files and epiphany itself
- + don't forget to match arg names in the .c and .h files
- + add a SECTION comment at the beginning of the file
-
-- If it's a GObject add the get_type function and include the .h in
- doc/reference/epiphany.types in case it's not there already
-
-- Remove the .h from the IGNORE_HFILES section of doc/reference/Makefile.am
-
-- Clean current docs build using:
- + make maintainer-clean-local
-
-- Build and commit:
- + modified .c and .h files
- + modified Makefile.am
- + modified epiphany-docs.sgml
- + modified epiphany.types
-
- Remember that the generated files shouldn't be committed.
- Don't forget to prefix your commit with 'docs:'
-
-Last updated: December 1st, 2009 by diegoe.
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
deleted file mode 100644
index 2963dc0e5..000000000
--- a/doc/reference/Makefile.am
+++ /dev/null
@@ -1,264 +0,0 @@
-# The name of the module
-DOC_MODULE=epiphany
-
-# The top-level SGML file.
-DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
-
-# The directory containing the source code. Relative to $(srcdir).
-# gtk-doc will search all .c & .h files beneath here for inline comments
-# documenting functions and macros.
-DOC_SOURCE_DIR=../..
-
-# Extra options to supply to gtkdoc-scan.
-SCAN_OPTIONS=
-
-# Extra options to supply to gtkdoc-mkdb.
-MKDB_OPTIONS=--sgml-mode --output-format=xml
-
-# Extra options to supply to gtkdoc-fixref.
-FIXXREF_OPTIONS=
-
-# Used for dependencies.
-HFILE_GLOB=$(top_srcdir)/lib/*.h
-CFILE_GLOB=$(top_srcdir)/lib/*.c
-
-# Header files to ignore when scanning.
-IGNORE_HFILES = \
- config.h \
- ephy-dnd.h \
- ephy-file-chooser.h \
- ephy-gui.h \
- ephy-langs.h \
- ephy-node-common.h \
- ephy-node-filter.h \
- ephy-node.h \
- ephy-prefs.h \
- ephy-state.h \
- ephy-stock-icons.h \
- ephy-string.h \
- ephy-zoom.h \
- downloader-view.h \
- ephy-embed-dialog.h \
- ephy-embed-event.h \
- ephy-embed-popup-control.h \
- ephy-embed-prefs.h \
- ephy-embed-shell.h \
- ephy-encodings.h \
- ephy-permission-manager.h \
- find-dialog.h \
- print-dialog.h \
- eggtreemultidnd.h \
- ephy-bookmark-action.h \
- ephy-bookmark-properties.h \
- ephy-bookmarks-editor.h \
- ephy-bookmarks-export.h \
- ephy-bookmarks.h \
- ephy-bookmarks-import.h \
- ephy-bookmarks-menu.h \
- ephy-topic-action.h \
- ephy-topics-selector.h \
- ephy-completion-model.h \
- ephy-encoding-dialog.h \
- ephy-encoding-menu.h \
- ephy-favicon-action.h \
- ephy-history-window.h \
- ephy-navigation-action.h \
- ephy-notebook.h \
- ephy-tabs-menu.h \
- ephy-shell \
- pdm-dialog.h \
- popup-commands.h \
- ppview-toolbar.h \
- prefs-dialog.h \
- ephy-link.h \
- window-commands.h
-
-# Images to copy into HTML directory.
-HTML_IMAGES =
-
-# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
-content_files =
-
-# Other files to distribute.
-extra_files =
-
-# CFLAGS and LDFLAGS for compiling scan program. Only needed
-# if $(DOC_MODULE).types is non-empty.
-GTKDOC_CFLAGS = -DEPIPHANY_COMPILATION \
- -I$(top_srcdir)/src \
- -I$(top_srcdir)/lib \
- -I$(top_builddir)/lib \
- -I$(top_srcdir)/lib/widgets \
- -I$(top_srcdir)/embed \
- -I$(top_builddir)/embed \
- -I$(top_srcdir)/src/bookmarks \
- -I$(top_srcdir)/lib/egg \
- -I$(top_srcdir)/lib/history \
- $(DEPENDENCIES_CFLAGS) \
- $(DBUS_CFLAGS) \
- $(CODE_COVERAGE_CFLAGS) \
- $(INCINTL)
-
-GTKDOC_LIBS = \
- $(top_builddir)/src/libephymain.la \
- $(top_builddir)/src/bookmarks/libephybookmarks.la \
- $(top_builddir)/embed/libephyembed.la \
- $(top_builddir)/lib/widgets/libephywidgets.la \
- $(top_builddir)/lib/history/libephyhistory.la \
- $(top_builddir)/lib/libephymisc.la \
- $(top_builddir)/lib/egg/libegg.la \
- $(DEPENDENCIES_LIBS) \
- $(DBUS_LIBS) \
- $(CODE_COVERAGE_LDFLAGS) \
- $(LIBINTL)
-
-# If you need to override some of the declarations, place them in the
-# $(DOC_MODULE)-overrides.txt file and uncomment the second line here.
-DOC_OVERRIDES =
-
-# include common portion ...
-# include $(top_srcdir)/gtk-doc.make
-# We need to copy/paste this to be able to change LD_LIBRARY_PATH
-
-if GTK_DOC_USE_LIBTOOL
-GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
-GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
-else
-GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
-GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
-endif
-
-# We set GPATH here; this gives us semantics for GNU make
-# which are more like other make's VPATH, when it comes to
-# whether a source that is a target of one rule is then
-# searched for in VPATH/GPATH.
-#
-GPATH = $(srcdir)
-
-TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
-
-EXTRA_DIST = \
- $(content_files) \
- $(HTML_IMAGES) \
- $(DOC_MAIN_SGML_FILE) \
- $(DOC_MODULE).types \
- $(DOC_MODULE)-sections.txt \
- $(DOC_MODULE)-overrides.txt
-
-DOC_STAMPS=scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
- $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
-
-SCANOBJ_FILES = \
- $(DOC_MODULE).args \
- $(DOC_MODULE).hierarchy \
- $(DOC_MODULE).interfaces \
- $(DOC_MODULE).prerequisites \
- $(DOC_MODULE).signals
-
-CLEANFILES = $(SCANOBJ_FILES) $(DOC_MODULE)-scan.o $(DOC_MODULE)-unused.txt $(DOC_STAMPS)
-
-if ENABLE_GTK_DOC
-all-local: html-build.stamp
-
-#### scan ####
-
-scan-build.stamp: $(HFILE_GLOB)
- @echo '*** Scanning header files ***'
- @-chmod -R u+w $(srcdir)
- if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null ; then \
- CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
- else \
- cd $(srcdir) ; \
- for i in $(SCANOBJ_FILES) ; do \
- test -f $$i || touch $$i ; \
- done \
- fi
- cd $(srcdir) && \
- gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
- touch scan-build.stamp
-
-$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES): scan-build.stamp
- @true
-
-#### templates ####
-
-tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
- @echo '*** Rebuilding template files ***'
- @-chmod -R u+w $(srcdir)
- cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE)
- touch tmpl-build.stamp
-
-tmpl.stamp: tmpl-build.stamp
- @true
-
-#### xml ####
-
-sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml
- @echo '*** Building XML ***'
- @-chmod -R u+w $(srcdir)
- cd $(srcdir) && \
- gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml $(MKDB_OPTIONS)
- touch sgml-build.stamp
-
-sgml.stamp: sgml-build.stamp
- @true
-
-#### html ####
-
-html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
- @echo '*** Building HTML ***'
- @-chmod -R u+w $(srcdir)
- rm -rf $(srcdir)/html
- mkdir $(srcdir)/html
- cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
- test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
- @echo '-- Fixing Crossreferences'
- cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
- touch html-build.stamp
-endif
-
-##############
-
-clean-local:
- rm -f *~ *.bak
-
-maintainer-clean-local: clean
- cd $(srcdir) && rm -rf xml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
-
-install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
- (installfiles=`echo $(srcdir)/html/*`; \
- if test "$$installfiles" = '$(srcdir)/html/*'; \
- then echo '-- Nothing to install' ; \
- else \
- for i in $$installfiles; do \
- echo '-- Installing '$$i ; \
- $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
- done; \
- echo '-- Installing $(srcdir)/html/index.sgml' ; \
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
- fi)
-
-uninstall-local:
- rm -f $(DESTDIR)$(TARGET_DIR)/*
-
-#
-# Require gtk-doc when making dist
-#
-if ENABLE_GTK_DOC
-dist-check-gtkdoc:
-else
-dist-check-gtkdoc:
- @echo "*** gtk-doc must be installed and enabled in order to make dist"
- @false
-endif
-
-dist-hook: dist-check-gtkdoc dist-hook-local
- mkdir $(distdir)/tmpl
- mkdir $(distdir)/xml
- mkdir $(distdir)/html
- -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
- -cp $(srcdir)/xml/*.xml $(distdir)/xml
- -cp $(srcdir)/html/* $(distdir)/html
-
-.PHONY : dist-hook-local
diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml
deleted file mode 100644
index 17d4320b7..000000000
--- a/doc/reference/epiphany-docs.sgml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
-<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
- <bookinfo>
- <title>Epiphany Reference Manual</title>
- </bookinfo>
-
- <chapter>
- <title>Epiphany</title>
- <xi:include href="xml/ephy-web-view.xml"/>
- <xi:include href="xml/ephy-location-action.xml"/>
- <xi:include href="xml/ephy-toolbar.xml"/>
- <xi:include href="xml/ephy-window.xml"/>
- </chapter>
- <chapter>
- <title>Library</title>
- <xi:include href="xml/ephy-dialog.xml"/>
- <xi:include href="xml/ephy-debug.xml"/>
- <xi:include href="xml/ephy-file-helpers.xml"/>
- </chapter>
- <chapter>
- <title>Widgets</title>
- <xi:include href="xml/ephy-location-entry.xml"/>
- <xi:include href="xml/ephy-node-view.xml"/>
- <xi:include href="xml/ephy-tree-model-node.xml"/>
- <xi:include href="xml/ephy-tree-model-sort.xml"/>
- <xi:include href="xml/ephy-zoom-action.xml"/>
- </chapter>
-
- <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
-</book>
diff --git a/doc/reference/epiphany-overrides.txt b/doc/reference/epiphany-overrides.txt
deleted file mode 100644
index e69de29bb..000000000
--- a/doc/reference/epiphany-overrides.txt
+++ /dev/null
diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt
deleted file mode 100644
index 4260f1941..000000000
--- a/doc/reference/epiphany-sections.txt
+++ /dev/null
@@ -1,222 +0,0 @@
-<SECTION>
-<FILE>ephy-web-view</FILE>
-<TITLE>EphyWebView</TITLE>
-EphyWebView
-EphyWebViewChrome
-EphyWebViewClass
-EphyWebViewDocumentType
-EphyWebViewNavigationFlags
-EphyWebViewNetState
-EphyWebViewPrintPreviewNavType
-EphyWebViewPrivate
-EphyWebViewSecurityLevel
-ephy_web_view_can_go_up
-ephy_web_view_copy_back_history
-ephy_web_view_get_address
-ephy_web_view_get_document_type
-ephy_web_view_get_go_up_list
-ephy_web_view_get_icon
-ephy_web_view_get_is_blank
-ephy_web_view_get_link_message
-ephy_web_view_get_loading_title
-ephy_web_view_get_navigation_flags
-ephy_web_view_get_security_level
-ephy_web_view_get_status_message
-ephy_web_view_get_title
-ephy_web_view_get_title_composite
-ephy_web_view_get_typed_address
-ephy_web_view_get_visibility
-ephy_web_view_go_up
-ephy_web_view_has_modified_forms
-ephy_web_view_is_loading
-ephy_web_view_load_failed
-ephy_web_view_load_request
-ephy_web_view_load_url
-ephy_web_view_new
-ephy_web_view_popups_manager_reset
-ephy_web_view_print_preview_n_pages
-ephy_web_view_print_preview_navigate
-ephy_web_view_save
-ephy_web_view_set_address
-ephy_web_view_set_link_message
-ephy_web_view_set_loading_title
-ephy_web_view_set_print_preview_mode
-ephy_web_view_set_security_level
-ephy_web_view_set_title
-ephy_web_view_set_typed_address
-ephy_web_view_set_visibility
-ephy_web_view_show_page_certificate
-ephy_web_view_update_from_net_state
-</SECTION>
-
-<SECTION>
-<FILE>ephy-location-entry</FILE>
-<TITLE>EphyLocationEntry</TITLE>
-EphyLocationEntry
-ephy_location_entry_set_location
-ephy_location_entry_get_location
-ephy_location_entry_get_can_undo
-ephy_location_entry_get_can_redo
-ephy_location_entry_get_entry
-ephy_location_entry_activate
-ephy_location_entry_reset
-ephy_location_entry_undo_reset
-ephy_location_entry_set_favicon
-ephy_location_entry_set_secure
-ephy_location_entry_set_show_lock
-ephy_location_entry_set_lock_stock
-ephy_location_entry_set_lock_tooltip
-ephy_location_entry_set_completion
-ephy_location_entry_set_match_func
-</SECTION>
-
-<SECTION>
-<FILE>ephy-node-view</FILE>
-<TITLE>EphyNodeView</TITLE>
-EphyNodeView
-EphyNodeViewPriority
-EphyNodeViewFlags
-ephy_node_view_new
-ephy_node_view_add_toggle
-ephy_node_view_add_column
-ephy_node_view_add_data_column
-ephy_node_view_set_sort
-ephy_node_view_set_priority
-ephy_node_view_remove
-ephy_node_view_get_selection
-ephy_node_view_select_node
-ephy_node_view_enable_drag_source
-ephy_node_view_enable_drag_dest
-ephy_node_view_edit
-ephy_node_view_is_target
-ephy_node_view_popup
-</SECTION>
-
-<SECTION>
-<FILE>ephy-tree-model-node</FILE>
-<TITLE>EphyTreeModelNode</TITLE>
-EphyTreeModelNode
-ephy_tree_model_node_new
-ephy_tree_model_node_add_prop_column
-ephy_tree_model_node_add_func_column
-ephy_tree_model_node_node_from_iter
-ephy_tree_model_node_iter_from_node
-</SECTION>
-
-<SECTION>
-<FILE>ephy-tree-model-sort</FILE>
-<TITLE>EphyTreeModelSort</TITLE>
-EphyTreeModelSort
-ephy_tree_model_sort_new
-ephy_tree_model_sort_set_base_drag_column_id
-ephy_tree_model_sort_set_extra_drag_column_id
-</SECTION>
-
-<SECTION>
-<FILE>ephy-zoom-action</FILE>
-<TITLE>EphyZoomAction</TITLE>
-EphyZoomAction
-ephy_zoom_action_set_zoom_level
-ephy_zoom_action_get_zoom_level
-</SECTION>
-
-<SECTION>
-<FILE>ephy-debug</FILE>
-<TITLE>Epiphany Debug Helpers</TITLE>
-ephy_debug_init
-ephy_profiler_start
-ephy_profiler_stop
-</SECTION>
-
-<SECTION>
-<FILE>ephy-dialog</FILE>
-<TITLE>EphyDialog</TITLE>
-EphyDialog
-EphyDialogProperty
-EphyDialogApplyType
-ephy_dialog_new
-ephy_dialog_new_with_parent
-ephy_dialog_construct
-ephy_dialog_add_enum
-ephy_dialog_set_data_column
-ephy_dialog_set_size_group
-ephy_dialog_run
-ephy_dialog_show
-ephy_dialog_hide
-ephy_dialog_set_parent
-ephy_dialog_get_parent
-ephy_dialog_set_modal
-ephy_dialog_get_control
-ephy_dialog_get_controls
-ephy_dialog_get_value
-ephy_dialog_set_value
-ephy_dialog_set_pref
-</SECTION>
-
-<SECTION>
-<FILE>ephy-file-helpers</FILE>
-<TITLE>Epiphany File Helpers</TITLE>
-EphyMimePermission
-ephy_file
-ephy_file_add_recent_item
-ephy_file_browse_to
-ephy_file_check_mime
-ephy_file_delete_directory
-ephy_file_delete_on_exit
-ephy_file_delete_uri
-ephy_file_desktop_dir
-ephy_file_downloads_dir
-ephy_file_find
-ephy_file_get_downloads_dir
-ephy_file_helpers_init
-ephy_file_helpers_shutdown
-ephy_file_launch_application
-ephy_file_launch_desktop_file
-ephy_file_launch_handler
-ephy_file_tmp_dir
-ephy_file_tmp_filename
-ephy_file_create_data_uri_for_filename
-ephy_sanitize_filename
-</SECTION>
-
-<SECTION>
-<FILE>ephy-location-action</FILE>
-<TITLE>EphyLocationAction</TITLE>
-EphyLocationAction
-ephy_location_action_get_address
-ephy_location_action_set_address
-</SECTION>
-
-<SECTION>
-<FILE>ephy-toolbar</FILE>
-<TITLE>EphyToolbar</TITLE>
-EphyToolbar
-ephy_toolbar_new
-ephy_toolbar_get_action_group
-ephy_toolbar_set_favicon
-ephy_toolbar_set_show_leave_fullscreen
-ephy_toolbar_activate_location
-ephy_toolbar_get_location
-ephy_toolbar_set_location
-ephy_toolbar_set_navigation_actions
-ephy_toolbar_set_navigation_tooltips
-ephy_toolbar_set_security_state
-ephy_toolbar_set_spinning
-ephy_toolbar_set_zoom
-</SECTION>
-
-<SECTION>
-<FILE>ephy-window</FILE>
-<TITLE>EphyWindow</TITLE>
-EphyWindow
-ephy_window_new
-ephy_window_new_with_chrome
-ephy_window_get_ui_manager
-ephy_window_get_notebook
-ephy_window_load_url
-ephy_window_set_zoom
-ephy_window_activate_location
-ephy_window_get_is_print_preview
-ephy_window_get_context_event
-ephy_window_close
-</SECTION>
diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types
deleted file mode 100644
index 00416bf32..000000000
--- a/doc/reference/epiphany.types
+++ /dev/null
@@ -1,22 +0,0 @@
-#include <ephy-web-view.h>
-
-ephy_web_view_get_type
-
-#include <ephy-node-view.h>
-#include <ephy-location-entry.h>
-#include <ephy-tree-model-sort.h>
-#include <ephy-zoom-action.h>
-
-ephy_node_view_get_type
-ephy_location_entry_get_type
-ephy_tree_model_node_get_type
-ephy_tree_model_sort_get_type
-ephy_zoom_action_get_type
-
-#include <ephy-dialog.h>
-
-ephy_dialog_get_type
-
-#include <ephy-window.h>
-
-ephy_window_get_type
diff --git a/doc/reference/tmpl/ephy-location-entry.sgml b/doc/reference/tmpl/ephy-location-entry.sgml
deleted file mode 100644
index acc02be2a..000000000
--- a/doc/reference/tmpl/ephy-location-entry.sgml
+++ /dev/null
@@ -1,209 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-EphyLocationEntry
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### STRUCT EphyLocationEntry ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SIGNAL EphyLocationEntry::get-location ##### -->
-<para>
-
-</para>
-
-@ephylocationentry: the object which received the signal.
-@Returns:
-
-<!-- ##### SIGNAL EphyLocationEntry::get-title ##### -->
-<para>
-
-</para>
-
-@ephylocationentry: the object which received the signal.
-@Returns:
-
-<!-- ##### SIGNAL EphyLocationEntry::lock-clicked ##### -->
-<para>
-
-</para>
-
-@ephylocationentry: the object which received the signal.
-
-<!-- ##### SIGNAL EphyLocationEntry::user-changed ##### -->
-<para>
-
-</para>
-
-@ephylocationentry: the object which received the signal.
-
-<!-- ##### ARG EphyLocationEntry:secure-bg-color ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG EphyLocationEntry:secure-fg-color ##### -->
-<para>
-
-</para>
-
-<!-- ##### FUNCTION ephy_location_entry_set_location ##### -->
-<para>
-
-</para>
-
-@entry:
-@address:
-
-
-<!-- ##### FUNCTION ephy_location_entry_get_location ##### -->
-<para>
-
-</para>
-
-@entry:
-@Returns:
-
-
-<!-- ##### FUNCTION ephy_location_entry_get_can_undo ##### -->
-<para>
-
-</para>
-
-@entry:
-@Returns:
-
-
-<!-- ##### FUNCTION ephy_location_entry_get_can_redo ##### -->
-<para>
-
-</para>
-
-@entry:
-@Returns:
-
-
-<!-- ##### FUNCTION ephy_location_entry_get_entry ##### -->
-<para>
-
-</para>
-
-@entry:
-@Returns:
-
-
-<!-- ##### FUNCTION ephy_location_entry_activate ##### -->
-<para>
-
-</para>
-
-@entry:
-
-
-<!-- ##### FUNCTION ephy_location_entry_reset ##### -->
-<para>
-
-</para>
-
-@entry:
-@Returns:
-
-
-<!-- ##### FUNCTION ephy_location_entry_undo_reset ##### -->
-<para>
-
-</para>
-
-@entry:
-
-
-<!-- ##### FUNCTION ephy_location_entry_set_favicon ##### -->
-<para>
-
-</para>
-
-@entry:
-@pixbuf:
-
-
-<!-- ##### FUNCTION ephy_location_entry_set_secure ##### -->
-<para>
-
-</para>
-
-@entry:
-@secure:
-
-
-<!-- ##### FUNCTION ephy_location_entry_set_show_lock ##### -->
-<para>
-
-</para>
-
-@entry:
-@show_lock:
-
-
-<!-- ##### FUNCTION ephy_location_entry_set_lock_stock ##### -->
-<para>
-
-</para>
-
-@entry:
-@stock_id:
-
-
-<!-- ##### FUNCTION ephy_location_entry_set_lock_tooltip ##### -->
-<para>
-
-</para>
-
-@entry:
-@tooltip:
-
-
-<!-- ##### FUNCTION ephy_location_entry_set_completion ##### -->
-<para>
-
-</para>
-
-@entry:
-@model:
-@text_col:
-@action_col:
-@keywords_col:
-@relevance_col:
-@url_col:
-@extra_col:
-@favicon_col:
-
-
-<!-- ##### FUNCTION ephy_location_entry_set_match_func ##### -->
-<para>
-
-</para>
-
-@entry:
-@match_func:
-@user_data:
-@notify:
-
-
diff --git a/doc/reference/tmpl/ephy-search-entry.sgml b/doc/reference/tmpl/ephy-search-entry.sgml
deleted file mode 100644
index 3a9d3ff58..000000000
--- a/doc/reference/tmpl/ephy-search-entry.sgml
+++ /dev/null
@@ -1,51 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-EphySearchEntry
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### STRUCT EphySearchEntry ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SIGNAL EphySearchEntry::search ##### -->
-<para>
-
-</para>
-
-@ephysearchentry: the object which received the signal.
-@arg1:
-
-<!-- ##### FUNCTION ephy_search_entry_new ##### -->
-<para>
-
-</para>
-
-@Returns:
-
-
-<!-- ##### FUNCTION ephy_search_entry_clear ##### -->
-<para>
-
-</para>
-
-@entry:
-
-
diff --git a/doc/reference/tmpl/ephy-window.sgml b/doc/reference/tmpl/ephy-window.sgml
deleted file mode 100644
index 31b1e0713..000000000
--- a/doc/reference/tmpl/ephy-window.sgml
+++ /dev/null
@@ -1,107 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-EphyWindow
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### STRUCT EphyWindow ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### FUNCTION ephy_window_new ##### -->
-<para>
-
-</para>
-
-@Returns:
-
-
-<!-- ##### FUNCTION ephy_window_new_with_chrome ##### -->
-<para>
-
-</para>
-
-@chrome:
-@is_popup:
-@Returns:
-
-
-<!-- ##### FUNCTION ephy_window_get_ui_manager ##### -->
-<para>
-
-</para>
-
-@window:
-@Returns:
-
-
-<!-- ##### FUNCTION ephy_window_get_notebook ##### -->
-<para>
-
-</para>
-
-@window:
-@Returns:
-
-
-<!-- ##### FUNCTION ephy_window_load_url ##### -->
-<para>
-
-</para>
-
-@window:
-@url:
-
-
-<!-- ##### FUNCTION ephy_window_set_zoom ##### -->
-<para>
-
-</para>
-
-@window:
-@zoom:
-
-
-<!-- ##### FUNCTION ephy_window_activate_location ##### -->
-<para>
-
-</para>
-
-@window:
-
-
-<!-- ##### FUNCTION ephy_window_get_is_print_preview ##### -->
-<para>
-
-</para>
-
-@window:
-@Returns:
-
-
-<!-- ##### FUNCTION ephy_window_get_context_event ##### -->
-<para>
-
-</para>
-
-@window:
-@Returns:
-
-
diff --git a/doc/reference/tmpl/epiphany-unused.sgml b/doc/reference/tmpl/epiphany-unused.sgml
deleted file mode 100644
index e69de29bb..000000000
--- a/doc/reference/tmpl/epiphany-unused.sgml
+++ /dev/null