gtranslator r3805 - in trunk: . doc/reference
- From: psanxiao svn gnome org
- To: svn-commits-list gnome org
- Subject: gtranslator r3805 - in trunk: . doc/reference
- Date: Fri, 3 Oct 2008 12:04:39 +0000 (UTC)
Author: psanxiao
Date: Fri Oct 3 12:04:39 2008
New Revision: 3805
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3805&view=rev
Log:
2008-10-03 Pablo Sanxiao <psanxiao gmail com>
* doc/reference/figures:
* doc/reference/gtranslator-docs.sgml:
Added class diagrams
Modified:
trunk/ChangeLog
trunk/doc/reference/Makefile.am
trunk/doc/reference/gtranslator-docs.sgml
Modified: trunk/doc/reference/Makefile.am
==============================================================================
--- trunk/doc/reference/Makefile.am (original)
+++ trunk/doc/reference/Makefile.am Fri Oct 3 12:04:39 2008
@@ -59,7 +59,7 @@
comment-dialog.h
# Images to copy into HTML directory.
-HTML_IMAGES=
+HTML_IMAGES= figures/ExtendedClassDiagram.png figures/SingleClassDiagram.png
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
Modified: trunk/doc/reference/gtranslator-docs.sgml
==============================================================================
--- trunk/doc/reference/gtranslator-docs.sgml (original)
+++ trunk/doc/reference/gtranslator-docs.sgml Fri Oct 3 12:04:39 2008
@@ -10,6 +10,34 @@
</bookinfo>
<chapter>
+ <title>Class Diagram</title>
+
+ <section>
+ <title>Single version</title>
+ <para>
+ This is the single class diagram of gtranslator. It includes the
+ name of the classes and their relations.
+ </para>
+ <imageobject>
+ <imagedata fileref="./SingleClassDiagram.png" format="PNG"/>
+ </imageobject>
+ </section>
+
+ <section>
+ <title>Extended version</title>
+ <para>
+ This is the extended class diagram of gtranslator. It includes
+ the names, attributes and methods of each class and the relationships
+ among them.
+ </para>
+ <imageobject>
+ <imagedata fileref="./ExtendedClassDiagram.png" format="PNG"/>
+ </imageobject>
+
+ </section>
+ </chapter>
+
+ <chapter>
<title>API reference</title>
<xi:include href="xml/application.xml"/>
<xi:include href="xml/context.xml"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]