gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob/doc design.rst design_C.rst


From: Asko Soukka
Subject: [Gzz-commits] libvob/doc design.rst design_C.rst
Date: Tue, 20 May 2003 09:12:31 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Asko Soukka <address@hidden>    03/05/20 09:12:31

Modified files:
        doc            : design.rst design_C.rst 

Log message:
        testing mptitles for pure navigation

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/doc/design.rst.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/doc/design_C.rst.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: libvob/doc/design.rst
diff -u libvob/doc/design.rst:1.6 libvob/doc/design.rst:1.7
--- libvob/doc/design.rst:1.6   Tue May 20 08:27:06 2003
+++ libvob/doc/design.rst       Tue May 20 09:12:31 2003
@@ -2,6 +2,19 @@
 Design of LibVob
 ===========================
 
+.. UML:: design_navigation
+
+   title Vobs "Design of the Vobs"
+       link
+               design_vobs.gen.html
+
+   title Transforms "Design of the Transformations"
+       link
+               design_transforms.gen.html
+
+   ---
+   horizontally(20, hor_c, C, Vobs, Transforms);
+
 The goal of the LibVob toolkit is to allow
 interpolation between independently programmed views as well as 
 drawing 'cross-cutting' connections between objects 
Index: libvob/doc/design_C.rst
diff -u libvob/doc/design_C.rst:1.3 libvob/doc/design_C.rst:1.4
--- libvob/doc/design_C.rst:1.3 Tue May 20 06:55:29 2003
+++ libvob/doc/design_C.rst     Tue May 20 09:12:31 2003
@@ -46,8 +46,6 @@
 The transform interfaces and vob interfaces are relatively simple,
 defined in the include files ``vob/Transform.hxx`` and ``vob/Vob.hxx``.
 
-XXX humppake show how to make bidir links to the Doc++ docs of those here!
-
 The central interfaces on the C side are ``Vob`` and
 ``Transform``, corresponding to the Java side Vob design.
 
@@ -67,7 +65,7 @@
 The details of creating each type of class are documented
 separately (design_vobs, design_transforms)
 
-XXX humppake: bidir link?
+.. UML-refer:: design_navigation
 
 A basic concept is the PrimitiveTransform, which is a simple
 parametrized function of points to points.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]