zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #05922
[Merge] lp:~zorba-coders/zorba/xqdoc_fixes_xqxq into lp:zorba/xqxq-module
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/xqdoc_fixes_xqxq into lp:zorba/xqxq-module.
Requested reviews:
Sorin Marian Nasoi (sorin.marian.nasoi)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_xqxq/+merge/96304
Added missing XQDoc documentation info.
--
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_xqxq/+merge/96304
Your team Zorba Coders is subscribed to branch lp:zorba/xqxq-module.
=== modified file 'src/xqxq.xq'
--- src/xqxq.xq 2011-12-13 21:45:54 +0000
+++ src/xqxq.xq 2012-03-07 08:24:18 +0000
@@ -20,6 +20,7 @@
: programs. Also, it contains function that allow to parameterize
: the static or dynamic evaluation phase.
:
+ : @author Juan Zacarias
: @project programming languages/xquery
:)
module namespace xqxq = 'http://www.zorba-xquery.com/modules/xqxq';
@@ -91,6 +92,7 @@
: execution of the query referred to by the given query identifier.
:
: @param $query-key the identifier for a compiled query
+ : @param $var-name the name of the variable
:
: @return true if the variable is bound, false otherwise.
:
Follow ups