diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-19 01:25:26 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-19 01:25:26 +0800 |
commit | a8e72a5659769e3f1295d6d35092e8be579db7bb (patch) | |
tree | cfefdf912e17a1de56ba7a14caef2ff191b679de /doc/reference/epiphany-docs.sgml | |
parent | 0ecd2e8f08325aea9fbe1f3869ae76d460d4c5b8 (diff) | |
download | gsoc2013-epiphany-a8e72a5659769e3f1295d6d35092e8be579db7bb.tar gsoc2013-epiphany-a8e72a5659769e3f1295d6d35092e8be579db7bb.tar.gz gsoc2013-epiphany-a8e72a5659769e3f1295d6d35092e8be579db7bb.tar.bz2 gsoc2013-epiphany-a8e72a5659769e3f1295d6d35092e8be579db7bb.tar.lz gsoc2013-epiphany-a8e72a5659769e3f1295d6d35092e8be579db7bb.tar.xz gsoc2013-epiphany-a8e72a5659769e3f1295d6d35092e8be579db7bb.tar.zst gsoc2013-epiphany-a8e72a5659769e3f1295d6d35092e8be579db7bb.zip |
Begin of gtk-doc support
2003-11-18 Marco Pesenti Gritti <marco@gnome.org>
* Makefile.am:
* configure.in:
* doc/Makefile.am:
* doc/reference/Makefile.am:
* doc/reference/epiphany-docs.sgml:
* doc/reference/epiphany.types:
Begin of gtk-doc support
Diffstat (limited to 'doc/reference/epiphany-docs.sgml')
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml new file mode 100644 index 000000000..bc8dbb8d8 --- /dev/null +++ b/doc/reference/epiphany-docs.sgml @@ -0,0 +1,49 @@ +<?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>[Insert name here] Reference Manual</title> + </bookinfo> + + <chapter> + <title>[Insert title here]</title> + <xi:include href="xml/ephy-dialog.xml"/> + <xi:include href="xml/ephy-file-chooser.xml"/> + <xi:include href="xml/ephy-module-loader.xml"/> + <xi:include href="xml/ephy-node-db.xml"/> + <xi:include href="xml/ephy-node-filter.xml"/> + <xi:include href="xml/ephy-node.xml"/> + <xi:include href="xml/ephy-prefs.xml"/> + <xi:include href="xml/eggtreemultidnd.xml"/> + <xi:include href="xml/ephy-arrow-toolbutton.xml"/> + <xi:include href="xml/ephy-ellipsizing-label.xml"/> + <xi:include href="xml/ephy-location-entry.xml"/> + <xi:include href="xml/ephy-node-view.xml"/> + <xi:include href="xml/ephy-search-entry.xml"/> + <xi:include href="xml/ephy-spinner.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"/> + <xi:include href="xml/ephy-zoom-control.xml"/> + <xi:include href="xml/eel-gconf-extensions.xml"/> + <xi:include href="xml/ephy-bonobo-extensions.xml"/> + <xi:include href="xml/ephy-debug.xml"/> + <xi:include href="xml/ephy-dnd.xml"/> + <xi:include href="xml/ephy-file-helpers.xml"/> + <xi:include href="xml/ephy-glade.xml"/> + <xi:include href="xml/ephy-gui.xml"/> + <xi:include href="xml/ephy-langs.xml"/> + <xi:include href="xml/ephy-node-common.xml"/> + <xi:include href="xml/ephy-state.xml"/> + <xi:include href="xml/ephy-stock-icons.xml"/> + <xi:include href="xml/ephy-string.xml"/> + <xi:include href="xml/ephy-thread-helpers.xml"/> + <xi:include href="xml/ephy-zoom.xml"/> + <xi:include href="xml/ephy-marshal.xml"/> + <xi:include href="xml/egg-editable-toolbar.xml"/> + <xi:include href="xml/egg-toolbar-editor.xml"/> + <xi:include href="xml/egg-toolbars-model.xml"/> + <xi:include href="xml/ephy-cell-renderer-progress.xml"/> + </chapter> +</book> |