Chris Hillery has proposed merging lp:~zorba-coders/zorba/doc-fixes-3.0 into 
lp:zorba.

Commit message:
More @project fixes; skip test schemas when generating doc.

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/doc-fixes-3.0/+merge/193314
-- 
https://code.launchpad.net/~zorba-coders/zorba/doc-fixes-3.0/+merge/193314
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'doc/zorba/xqdoc/src/xqdoc-html.xq'
--- doc/zorba/xqdoc/src/xqdoc-html.xq	2013-10-16 21:47:22 +0000
+++ doc/zorba/xqdoc/src/xqdoc-html.xq	2013-10-30 19:23:37 +0000
@@ -59,6 +59,7 @@
 where not(ends-with($schema, ".ent.xsd"))
   and not(ends-with($schema, ".dtd.xsd"))
   and not(contains($schema, "URI_PATH"))
+  and not(contains($schema, "rbkt"))
 let $schema-doc := doc($base || $slash || trace($schema, "schema"))
 let $target-uri := $schema-doc/xs:schema/@targetNamespace/string()
 let $name := replace(replace($target-uri, "http://";, ""), "/", "_")

=== modified file 'modules/functx/functx.xq'
--- modules/functx/functx.xq	2013-08-09 07:33:21 +0000
+++ modules/functx/functx.xq	2013-10-30 19:23:37 +0000
@@ -25,7 +25,7 @@
 
  : @version 1.0
  : @see     http://www.xqueryfunctions.com
- : @project FunctX
+ : @project FunctX/FunctX
  :) 
 module namespace  functx = "http://www.functx.com"; ;
 

=== modified file 'modules/sctx/sctx.jq'
--- modules/sctx/sctx.jq	2013-10-30 15:22:48 +0000
+++ modules/sctx/sctx.jq	2013-10-30 19:23:37 +0000
@@ -23,7 +23,7 @@
  :
  : @see http://www.w3.org/TR/xquery/#id-xq-static-context-components
  : @author Nicolae Brinza
- : @project Zorba/Introspection/Static Context/Static Context
+ : @project Zorba/Introspection/Static Context
  :)
 module namespace sctx = "http://zorba.io/modules/sctx";;
 

=== modified file 'modules/store/documents.xq'
--- modules/store/documents.xq	2013-10-10 00:05:44 +0000
+++ modules/store/documents.xq	2013-10-30 19:23:37 +0000
@@ -28,7 +28,7 @@
  : @see <a href="../zorba/data_lifecycle.html">Data Lifecycle</a>
  : @see http://zorba.io/errors
  : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
- : @project Zorba/Data Store/Documents
+ : @project Zorba/Data Store/Documents/Documents
  :)
 module namespace doc = "http://zorba.io/modules/store/documents";;
 

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to