zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #25921
[Merge] lp:~zorba-coders/zorba/xqdoc_fixes_read_pdf into lp:zorba/read-pdf-module
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/xqdoc_fixes_read_pdf into lp:zorba/read-pdf-module.
Commit message:
XQDoc fixes.
Requested reviews:
Sorin Marian Nasoi (sorin.marian.nasoi)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_read_pdf/+merge/187906
--
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_read_pdf/+merge/187906
Your team Zorba Coders is subscribed to branch lp:zorba/read-pdf-module.
=== modified file 'src/read-pdf.xq'
--- src/read-pdf.xq 2013-08-09 09:37:05 +0000
+++ src/read-pdf.xq 2013-09-26 20:29:37 +0000
@@ -62,7 +62,7 @@
: <a href="http://pdfbox.apache.org/">official PDFBox documentation for further
: information</a>.
: <br />
- : Example:<pre class="brush: xquery;">
+ : Example:<pre class="ace-static" ace-mode="xquery">
:
: import module namespace read-pdf = "http://www.zorba-xquery.com/modules/read-pdf";
: import module namespace file = "http://expath.org/ns/file";
@@ -141,7 +141,7 @@
: <a href="http://pdfbox.apache.org/">official PDFBox documentation for further
: information</a>.
: <br />
- : Example:<pre class="brush: xquery;">
+ : Example:<pre class="ace-static" ace-mode="xquery">
:
: import module namespace read-pdf = "http://www.zorba-xquery.com/modules/read-pdf";
: import module namespace file = "http://expath.org/ns/file";
Follow ups