Updated links to sanei documentation.

merge-requests/1/head
Henning Geinitz 2003-09-30 14:03:30 +00:00
rodzic 4a2b752777
commit c0f7e5aaef
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
2003-09-24
2003-09-30
Here are a few rules and tips that should help writing a
SANE-conforming backend and including it into the SANE package:
@ -115,8 +115,8 @@ PROGRAMMING
* Please use sanei functions whenever possible (e.g.
sanei_config_read()). This makes porting to other os/platforms much
easier. Most of these functions are documented in their respective
header files in include/sane/sanei_*.h. For some of them there is also
documentation in doxygen format: http://sanei.meier-geinitz.de/. These
header files in include/sane/sanei_*.h. For most of them there is also
documentation in doxygen format: http://www.sane-project.org/sanei/. These
HTML pages can be generated by calling "doxygen sanei-doxygen.conf" in
the doc/ directory.