zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #15037
[Merge] lp:~zorba-coders/zorba/excel-doc into lp:zorba/excel-module
William Candillon has proposed merging lp:~zorba-coders/zorba/excel-doc into lp:zorba/excel-module.
Commit message:
Minor documentation improvement.
Requested reviews:
William Candillon (wcandillon)
Sorin Marian Nasoi (sorin.marian.nasoi)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/excel-doc/+merge/126975
Minor documentation improvement.
--
https://code.launchpad.net/~zorba-coders/zorba/excel-doc/+merge/126975
Your team Zorba Coders is subscribed to branch lp:zorba/excel-module.
=== modified file 'src/com/zorba-xquery/www/modules/excel/datetime.xq'
--- src/com/zorba-xquery/www/modules/excel/datetime.xq 2011-08-18 02:56:56 +0000
+++ src/com/zorba-xquery/www/modules/excel/datetime.xq 2012-09-28 14:08:22 +0000
@@ -23,9 +23,8 @@
: @see <a href="http://office.microsoft.com/en-us/excel/CH062528231033.aspx";
: target="_blank">Excel Documentation: Datetime Functions</a>
:
- : @spec XQuery Specification: January 2007
: @author Sorin Nasoi
- : @project excel
+ : @project Zorba/Excel/Datetime
:
:)
module namespace excel-datetime = "http://www.zorba-xquery.com/modules/excel/datetime"; ;
=== modified file 'src/com/zorba-xquery/www/modules/excel/engineering.xq'
--- src/com/zorba-xquery/www/modules/excel/engineering.xq 2011-08-18 02:56:56 +0000
+++ src/com/zorba-xquery/www/modules/excel/engineering.xq 2012-09-28 14:08:22 +0000
@@ -25,7 +25,7 @@
: @see <a href="http://office.microsoft.com/en-us/excel/CH062528241033.aspx";
: target="_blank">Excel Documentation: Engineering Functions</a>
:
- : @project excel
+ : @project Zorba/Excel/Engineering
:)
module namespace excel-engineering = "http://www.zorba-xquery.com/modules/excel/engineering"; ;
=== modified file 'src/com/zorba-xquery/www/modules/excel/information.xq'
--- src/com/zorba-xquery/www/modules/excel/information.xq 2011-08-18 02:56:56 +0000
+++ src/com/zorba-xquery/www/modules/excel/information.xq 2012-09-28 14:08:22 +0000
@@ -25,7 +25,7 @@
: @see <a href="http://office.microsoft.com/en-us/excel/CH062528261033.aspx";
: target="_blank">Excel Documentation: Information Functions</a>
:
- : @project excel
+ : @project Zorba/Excel/Information
:)
module namespace excel-information = "http://www.zorba-xquery.com/modules/excel/information"; ;
=== modified file 'src/com/zorba-xquery/www/modules/excel/logical.xq'
--- src/com/zorba-xquery/www/modules/excel/logical.xq 2011-08-18 02:56:56 +0000
+++ src/com/zorba-xquery/www/modules/excel/logical.xq 2012-09-28 14:08:22 +0000
@@ -24,7 +24,7 @@
:
: @see <a href="http://office.microsoft.com/en-us/excel/CH062528271033.aspx";
: target="_blank">Excel Documentation: Logical Functions</a>
- : @project excel
+ : @project Zorba/Excel/Logical
:
:)
(: for False,Not and True use fn:false(), fn:not(), fn:true() :)
=== modified file 'src/com/zorba-xquery/www/modules/excel/lookup.xq'
--- src/com/zorba-xquery/www/modules/excel/lookup.xq 2011-08-18 02:56:56 +0000
+++ src/com/zorba-xquery/www/modules/excel/lookup.xq 2012-09-28 14:08:22 +0000
@@ -22,9 +22,8 @@
: @see <a href="http://office.microsoft.com/en-us/excel/CH062528281033.aspx";
: target="_blank">Excel 2003 Documentation: Lookup Functions</a>
:
- : @spec XQuery Specification: January 2007
: @author Daniel Turcanu
- : @project excel
+ : @project Zorba/Excel/Lookup
:
:)
module namespace excel = "http://www.zorba-xquery.com/modules/excel/lookup"; ;
=== modified file 'src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq'
--- src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq 2011-08-18 02:56:56 +0000
+++ src/com/zorba-xquery/www/modules/excel/math-sumproduct.xq 2012-09-28 14:08:22 +0000
@@ -25,9 +25,8 @@
: @see <a href="http://office.microsoft.com/en-us/excel/HP052092931033.aspx";
: target="_blank">Excel 2003 Documentation: Math-sumproduct Functions</a>
:
- : @spec XQuery Specification: January 2007
: @author Daniel Turcanu
- : @project excel
+ : @project Zorba/Excel/Math Sumproduct
:
:)
module namespace excel = "http://www.zorba-xquery.com/modules/excel/math-sumproduct";;
=== modified file 'src/com/zorba-xquery/www/modules/excel/math.xq'
--- src/com/zorba-xquery/www/modules/excel/math.xq 2011-08-18 02:56:56 +0000
+++ src/com/zorba-xquery/www/modules/excel/math.xq 2012-09-28 14:08:22 +0000
@@ -23,9 +23,8 @@
: @see <a href="http://office.microsoft.com/en-us/excel/CH062528291033.aspx";
: target="_blank">Excel 2003 Documentation: Math Functions</a>
:
- : @spec XQuery Specification: January 2007
: @author Daniel Turcanu
- : @project excel
+ : @project Zorba/Excel/Math
:
:)
module namespace excel = "http://www.zorba-xquery.com/modules/excel/math"; ;
=== modified file 'src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq'
--- src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq 2011-08-18 02:56:56 +0000
+++ src/com/zorba-xquery/www/modules/excel/statistical-zorba.xq 2012-09-28 14:08:22 +0000
@@ -23,7 +23,7 @@
:
: @Author Daniel Turcanu
: @See http://office.microsoft.com/en-us/excel/CH062528311033.aspx
- : @project excel
+ : @project Zorba/Excel/Statistical Zorba
:)
module namespace excel = "http://www.zorba-xquery.com/modules/excel/statistical-zorba"; ;
=== modified file 'src/com/zorba-xquery/www/modules/excel/statistical.xq'
--- src/com/zorba-xquery/www/modules/excel/statistical.xq 2011-08-18 02:56:56 +0000
+++ src/com/zorba-xquery/www/modules/excel/statistical.xq 2012-09-28 14:08:22 +0000
@@ -23,9 +23,8 @@
: @see <a href="http://office.microsoft.com/en-us/excel/CH062528311033.aspx";
: target="_blank">Excel 2003 Documentation: Statistical Functions</a>
:
- : @spec XQuery Specification: January 2007
: @author Daniel Turcanu
- : @project excel
+ : @project Zorba/Excel/Statistical
:
:)
module namespace excel = "http://www.zorba-xquery.com/modules/excel/statistical"; ;
=== modified file 'src/com/zorba-xquery/www/modules/excel/text.xq'
--- src/com/zorba-xquery/www/modules/excel/text.xq 2011-08-18 02:56:56 +0000
+++ src/com/zorba-xquery/www/modules/excel/text.xq 2012-09-28 14:08:22 +0000
@@ -25,7 +25,7 @@
: @see <a href="http://office.microsoft.com/en-us/excel/CH062528321033.aspx";
: target="_blank">Excel Documentation: Text Functions</a>
:
- : @project excel
+ : @project Zorba/Excel/Text
:)
module namespace excel-text = "http://www.zorba-xquery.com/modules/excel/text"; ;
Follow ups