Apply "Fix SANE_Parameters description"

draft-2
Olaf Meeuwissen 2020-01-31 20:22:01 +09:00
commit 38d03c8e5a
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -1093,10 +1093,10 @@ structure is given below.
{
SANE_Frame format;
SANE_Bool last_frame;
SANE_Int bytes_per_line;
SANE_Int pixels_per_line;
SANE_Int lines;
SANE_Int depth;
SANE_Int pixels_per_line;
SANE_Int bytes_per_line;
}
SANE_Parameters;

Wyświetl plik

@ -20,7 +20,7 @@ import os
project = 'SANE Standard'
copyright = ''
author = ''
version = 'Version 1.04'
version = 'Version 1.05'
release = version
# -- General configuration ---------------------------------------------------
@ -53,7 +53,7 @@ numfig_format = {
'section': '%s'
}
today_fmt = '2006-01-03'
today_fmt = '2006-04-02'
highlight_language = 'c'