[gtranslator] Update doc reference



commit 2ffa7cfd0a04fc2491fb533e5fe82fff26867a02
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Mar 28 22:35:45 2011 +0200

    Update doc reference

 doc/reference/Makefile.am           |   20 ++++++------------
 doc/reference/gtranslator-docs.sgml |   36 +++++++++++++++++-----------------
 doc/reference/gtranslator.types     |    2 +-
 3 files changed, 26 insertions(+), 32 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index e8765db..a7774de 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -37,26 +37,21 @@ FIXXREF_OPTIONS=
 # Used for dependencies. The docs will be rebuilt if any of these change.
 HFILE_GLOB= 					\
 	$(top_srcdir)/src/*.h			\
-	$(top_srcdir)/src/plugin-system/*.h	\
 	$(top_srcdir)/src/translation-memory/*.h
 	
 CFILE_GLOB=					\
 	$(top_srcdir)/src/*.c			\
-	$(top_srcdir)/src/plugin-system/*.c	\
 	$(top_srcdir)/src/translation-memory/*.c
 
 # Header files to ignore when scanning (These are internal to gedit).
 IGNORE_HFILES=			\
-	actions.h		\
-	preferences-dialog.h	\
-	draw-spaces.h		\
-	module.h		\
-	gtranslator-marshall.h	\
-	gtranslator-enum-types.h\
-	prefs-manager-private.h \
-	search-dialog.h		\
-	header-dialog.h		\
-	comment-dialog.h	
+	gtr-actions.h		\
+	gtr-preferences-dialog.h\
+	gtr-marshall.h	\
+	gtr-enum-types.h\
+	gtr-search-dialog.h	\
+	gtr-header-dialog.h	\
+	gtr-comment-dialog.h
 
 # Images to copy into HTML directory.
 HTML_IMAGES= figures/ExtendedClassDiagram.png figures/SingleClassDiagram.png
@@ -75,7 +70,6 @@ expand_content_files=
 # signals and properties.
 GTKDOC_CFLAGS=	\
 	-I$(top_srcdir)/src			\
-	-I$(top_srcdir)/src/plugin-system	\
 	-I$(top_srcdir)/src/toolbareditor	\
 	-I$(top_srcdir)/src/translation-memory	\
 	-I$(top_builddir)/src			\
diff --git a/doc/reference/gtranslator-docs.sgml b/doc/reference/gtranslator-docs.sgml
index 2188120..6f5cd22 100644
--- a/doc/reference/gtranslator-docs.sgml
+++ b/doc/reference/gtranslator-docs.sgml
@@ -39,24 +39,24 @@
 
   <chapter>
     <title>API reference</title>
-    <xi:include href="xml/application.xml"/>
-    <xi:include href="xml/context.xml"/>
-    <xi:include href="xml/debug.xml"/>
-    <xi:include href="xml/header.xml"/>
-    <xi:include href="xml/history-entry.xml"/>
-    <xi:include href="xml/io-error-info-bar.xml"/>
-    <xi:include href="xml/message-table.xml"/>
-    <xi:include href="xml/msg.xml"/>
-    <xi:include href="xml/notebook.xml"/>
-    <xi:include href="xml/plugin.xml"/>
-    <xi:include href="xml/po.xml"/>
-    <xi:include href="xml/statusbar.xml"/>
-    <xi:include href="xml/tab.xml"/>
-    <xi:include href="xml/translation-memory.xml"/>
-    <xi:include href="xml/translation-memory-ui.xml"/>
-    <xi:include href="xml/utils.xml"/>
-    <xi:include href="xml/view.xml"/>
-    <xi:include href="xml/window.xml"/>
+    <xi:include href="xml/gtr-application.xml"/>
+    <xi:include href="xml/gtr-context.xml"/>
+    <xi:include href="xml/gtr-debug.xml"/>
+    <xi:include href="xml/gtr-header.xml"/>
+    <xi:include href="xml/gtr-history-entry.xml"/>
+    <xi:include href="xml/gtr-io-error-info-bar.xml"/>
+    <xi:include href="xml/gtr-message-table.xml"/>
+    <xi:include href="xml/gtr-msg.xml"/>
+    <xi:include href="xml/gtr-notebook.xml"/>
+    <xi:include href="xml/gtr-po.xml"/>
+    <xi:include href="xml/gtr-profile.xml"/>
+    <xi:include href="xml/gtr-statusbar.xml"/>
+    <xi:include href="xml/gtr-tab.xml"/>
+    <xi:include href="xml/gtr-translation-memory.xml"/>
+    <xi:include href="xml/gtr-translation-memory-ui.xml"/>
+    <xi:include href="xml/gtr-utils.xml"/>
+    <xi:include href="xml/gtr-view.xml"/>
+    <xi:include href="xml/gtr-window.xml"/>
   </chapter>
 
 </book>
diff --git a/doc/reference/gtranslator.types b/doc/reference/gtranslator.types
index 56f2fa9..5cb41c2 100644
--- a/doc/reference/gtranslator.types
+++ b/doc/reference/gtranslator.types
@@ -8,8 +8,8 @@
 #include "gtr-message-table.h"
 #include "gtr-msg.h"
 #include "gtr-notebook.h"
-#include "gtr-plugin.h"
 #include "gtr-po.h"
+#include "gtr-profile.h"
 #include "gtr-statusbar.h"
 #include "gtr-tab.h"
 #include "gtr-translation-memory.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]