Fix links in doc comments
This commit is contained in:
parent
d69557daf6
commit
5e9a4277d0
1 changed files with 3 additions and 3 deletions
|
|
@ -18,8 +18,8 @@ impl Printer {
|
||||||
/// Experimentation has determined that the printer uses PC437 and the page
|
/// Experimentation has determined that the printer uses PC437 and the page
|
||||||
/// code can't be changed.
|
/// code can't be changed.
|
||||||
///
|
///
|
||||||
/// https://en.wikipedia.org/wiki/Code_page_437
|
/// <https://en.wikipedia.org/wiki/Code_page_437>
|
||||||
/// https://download4.epson.biz/sec_pubs/pos/reference_en/charcode/page_00.html
|
/// <https://download4.epson.biz/sec_pubs/pos/reference_en/charcode/page_00.html>
|
||||||
const PAGE_CODE: PageCode = PageCode::PC437;
|
const PAGE_CODE: PageCode = PageCode::PC437;
|
||||||
|
|
||||||
/// Width of the printable area in pixels.
|
/// Width of the printable area in pixels.
|
||||||
|
|
@ -95,7 +95,7 @@ impl Printer {
|
||||||
/// amount of data it can handle. In-between chunks, the paper is not moved,
|
/// amount of data it can handle. In-between chunks, the paper is not moved,
|
||||||
/// meaning that chunks connect to each other seamlessly.
|
/// meaning that chunks connect to each other seamlessly.
|
||||||
///
|
///
|
||||||
/// https://download4.epson.biz/sec_pubs/pos/reference_en/escpos/gs_lv_0.html
|
/// <https://download4.epson.biz/sec_pubs/pos/reference_en/escpos/gs_lv_0.html>
|
||||||
fn print_image_to_printer(
|
fn print_image_to_printer(
|
||||||
printer: &mut EPrinter<FileDriver>,
|
printer: &mut EPrinter<FileDriver>,
|
||||||
image: &RgbaImage,
|
image: &RgbaImage,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue