summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2016-10-20 23:48:50 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2016-10-20 23:48:50 -0400
commit8b3724f85fcf5473deb021630beeb92390ebe534 (patch)
treec8694ede108c759353f091c03fe8201dd1fe41cc /filter
parentc7505715caa5f6752a01a408c03388f0bb80075e (diff)
downloadcups-8b3724f85fcf5473deb021630beeb92390ebe534.tar.gz
Update API documentation (PR #4896).
Diffstat (limited to 'filter')
-rw-r--r--filter/api-raster.shtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/api-raster.shtml b/filter/api-raster.shtml
index 35996f6fa..6d458a2ed 100644
--- a/filter/api-raster.shtml
+++ b/filter/api-raster.shtml
@@ -34,7 +34,7 @@ function. For example, to read raster data from the standard input, open
file descriptor 0:</p>
<pre class="example">
-#include &lt;cups/raster.h&gt;>
+#include &lt;cups/raster.h&gt;
<a href="#cups_raster_t">cups_raster_t</a> *ras = <a href="#cupsRasterOpen">cupsRasterOpen</a>(0, CUPS_RASTER_READ);
</pre>
@@ -61,7 +61,7 @@ hardware resolution, and so forth used for the page.</p>
function:</p>
<pre class="example">
-#include &lt;cups/raster.h&gt;>
+#include &lt;cups/raster.h&gt;
<a href="#cups_raster_t">cups_raster_t</a> *ras = <a href="#cupsRasterOpen">cupsRasterOpen</a>(0, CUPS_RASTER_READ);
<a href="#cups_page_header2_t">cups_page_header2_t</a> header;
@@ -84,7 +84,7 @@ function. A <code>for</code> loop is normally used to read the page one line
at a time:</p>
<pre class="example">
-#include &lt;cups/raster.h&gt;>
+#include &lt;cups/raster.h&gt;
<a href="#cups_raster_t">cups_raster_t</a> *ras = <a href="#cupsRasterOpen">cupsRasterOpen</a>(0, CUPS_RASTER_READ);
<a href="#cups_page_header2_t">cups_page_header2_t</a> header;