aboutsummaryrefslogtreecommitdiff
path: root/filter/api-raster.shtml
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-17 14:24:39 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-17 14:24:39 +0000
commit458f980c94e8fc9bb5272b8e293bff9a69513f05 (patch)
tree61c08d7f0c7e77cbfc67f07d6e5c2dbebd28ace5 /filter/api-raster.shtml
parentcbb7946eb39b3ac6c0b60b6b30dd63178594300e (diff)
parent11d81482dc275593ad6859917b7dd57725e50aad (diff)
downloadlibcups-458f980c94e8fc9bb5272b8e293bff9a69513f05.tar.gz
release-request-323db86e-b638-4d24-8eb1-d2e3bf4a9d1a-for-git_oc-mr1-release-4017779 snap-temp-L47900000064949209android-o-mr1-preview-1
Change-Id: I905438c9ccf68e8fde691ee068f3c6f801cbc785
Diffstat (limited to 'filter/api-raster.shtml')
-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 35996f6f..6d458a2e 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;