← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~matthias-brantner/zorba/bug-fixing into lp:zorba

 

Matthias Brantner has proposed merging lp:~matthias-brantner/zorba/bug-fixing into lp:zorba.

Requested reviews:
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~matthias-brantner/zorba/bug-fixing/+merge/77635

xqddf documentation fixes
-- 
https://code.launchpad.net/~matthias-brantner/zorba/bug-fixing/+merge/77635
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'doc/zorba/xqddf.dox'
--- doc/zorba/xqddf.dox	2011-09-14 06:15:19 +0000
+++ doc/zorba/xqddf.dox	2011-09-30 03:14:24 +0000
@@ -1266,6 +1266,7 @@
                      where $art/empid eq $emp/id
                      return $art)
   return $emp
+\endcode
 
 <a name="query_no_probe_3" id="query_no_probe_3"></a>
 \code

=== modified file 'modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq'
--- modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq	2011-09-16 13:26:06 +0000
+++ modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq	2011-09-30 03:14:24 +0000
@@ -21,7 +21,7 @@
  : declared in the prolog of a module.
  : For example, it provides functions to create, delete, or introspect collections.
  :
- : <p>This module is part of <a href="../../../html/xqddf.html">Zorba's XQuery Data
+ : <p>This module is part of <a href="../../html/xqddf.html">Zorba's XQuery Data
  : Definition Facility</a>. All the collections managed by this module
  : have to be pre-declared in the prolog of a module. Please refer to the
  : <a href="../../html/data_lifecycle.html">general documentation</a>

=== modified file 'modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq'
--- modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq	2011-08-26 23:36:24 +0000
+++ modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq	2011-09-30 03:14:24 +0000
@@ -20,7 +20,7 @@
  : This modules provides a set of functions to modify a collection and retrieve the nodes
  : contained in a particular collection.
  :
- : <p>This module is part of <a href="../../html/xqddf.htm">Zorba's XQuery Data
+ : <p>This module is part of <a href="../../html/xqddf.html">Zorba's XQuery Data
  : Definition Facility</a>. All the collections managed by this module
  : have to be pre-declared in the prolog of a module. Please refer to the
  : <a href="../../html/data_lifecycle.html">general documentation</a>


Follow ups