From 1b97222821b7362cce1a68d6ba54106c66f5b932 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 15 Nov 2007 17:25:13 +0000 Subject: Remove doc directory and replace it with a better gtk-doc in docs. More 2007-11-15 Xavier Claessens * docs/*: * doc/*: * configure.ac: * Makefile.am: Remove doc directory and replace it with a better gtk-doc in docs. More files are auto-generated, we have less files on SVN. svn path=/trunk/; revision=439 --- docs/libempathy/Makefile.am | 58 ++++++++++++++++++++++++++++++++++++ docs/libempathy/libempathy-docs.sgml | 50 +++++++++++++++++++++++++++++++ docs/libempathy/libempathy.types | 22 ++++++++++++++ docs/libempathy/version.xml.in | 1 + 4 files changed, 131 insertions(+) create mode 100644 docs/libempathy/Makefile.am create mode 100644 docs/libempathy/libempathy-docs.sgml create mode 100644 docs/libempathy/libempathy.types create mode 100644 docs/libempathy/version.xml.in (limited to 'docs/libempathy') diff --git a/docs/libempathy/Makefile.am b/docs/libempathy/Makefile.am new file mode 100644 index 000000000..5192a0556 --- /dev/null +++ b/docs/libempathy/Makefile.am @@ -0,0 +1,58 @@ +NULL = + +AUTOMAKE_OPTIONS = 1.6 + +# The name of the module. +DOC_MODULE=libempathy + +# The top-level SGML file. +DOC_MAIN_SGML_FILE=libempathy-docs.sgml + +# Extra options to supply to gtkdoc-scan +SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" + +# The directory containing the source code. Relative to $(srcdir) +DOC_SOURCE_DIR=$(top_srcdir)/libempathy + +HFILE_GLOB=$(top_srcdir)/libempathy/*.h +CFILE_GLOB=$(top_srcdir)/libempathy/*.c + +# Headers to ignore +IGNORE_HFILES= \ + empathy-filter-glue.h \ + empathy-debug.h \ + empathy-marshal.h \ + tp-stream-engine-gen.h \ + $(NULL) + +# CFLAGS and LDFLAGS for compiling scan program. Only needed +# if $(DOC_MODULE).types is non-empty. +GTKDOC_CFLAGS = \ + -I$(srcdir) \ + -I$(top_srcdir) \ + -I$(top_srcdir)/libempathy \ + -I$(top_builddir) \ + -I$(top_builddir)/libempathy \ + $(LIBEMPATHY_CFLAGS) \ + $(NULL) + +GTKDOC_LIBS = \ + $(top_builddir)/libempathy/libempathy.la \ + $(LIBEMPATHY_LIBS) \ + $(NULL) + +# Extra options to supply to gtkdoc-mkdb +MKDB_OPTIONS = --output-format=xml --sgml-mode + +# Images to copy into HTML directory +HTML_IMAGES = + +content_files = \ + version.xml + +extra_files = version.xml.in + +include $(top_srcdir)/gtk-doc.make + +EXTRA_DIST += \ + version.xml.in diff --git a/docs/libempathy/libempathy-docs.sgml b/docs/libempathy/libempathy-docs.sgml new file mode 100644 index 000000000..e74d48df7 --- /dev/null +++ b/docs/libempathy/libempathy-docs.sgml @@ -0,0 +1,50 @@ + + +]> + +libempathy Reference Manual + + libempathy Reference Manual + for libempathy &version; + + + libempathy Overview + + + API Reference + + libempathy API reference + + + + + + + + + + + + + + + + + + + + + + + + + Object Hierarchy + + + + + Index + + diff --git a/docs/libempathy/libempathy.types b/docs/libempathy/libempathy.types new file mode 100644 index 000000000..6c46c40a4 --- /dev/null +++ b/docs/libempathy/libempathy.types @@ -0,0 +1,22 @@ +empathy_avatar_get_type +empathy_chatroom_manager_get_type +empathy_contact_manager_get_type +empathy_idle_get_type +empathy_presence_get_type +empathy_tp_contact_list_get_type +empathy_conf_get_type +empathy_log_manager_get_type +empathy_tp_group_get_type +empathy_chandler_get_type +empathy_contact_get_type +empathy_tp_chat_get_type +empathy_chatroom_get_type +empathy_contact_list_get_type +empathy_filter_get_type +empathy_message_get_gtype +empathy_tp_chatroom_get_type +empathy_reg_ex_type_get_type +empathy_message_type_get_type +empathy_contact_factory_get_type +empathy_tp_call_get_type + diff --git a/docs/libempathy/version.xml.in b/docs/libempathy/version.xml.in new file mode 100644 index 000000000..d78bda934 --- /dev/null +++ b/docs/libempathy/version.xml.in @@ -0,0 +1 @@ +@VERSION@ -- cgit v1.2.3