Added note about doxygen configuration for sanei.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-01-24 20:32:38 +00:00
rodzic dce2755f0d
commit 3f3cb83046
2 zmienionych plików z 11 dodań i 6 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
2002-01-10 2002-01-24
Here are a few rules and tips that should help writing a Here are a few rules and tips that should help writing a
SANE-conformant backend and including it into the SANE package: SANE-conformant backend and including it into the SANE package:
@ -112,7 +112,11 @@ PROGRAMMING
* Please use sanei functions whenever possible (e.g. * Please use sanei functions whenever possible (e.g.
sanei_config_read()). This makes porting to other os/platforms much sanei_config_read()). This makes porting to other os/platforms much
easier. 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
HTML pages can be generated by calling "doxygen sanei-doxygen.conf" in
the doc/ directory.
* Do make sure that your code is byte-order independent. This is * Do make sure that your code is byte-order independent. This is
particularly important for networking-related code and when dealing particularly important for networking-related code and when dealing

Wyświetl plik

@ -1,4 +1,4 @@
.TH sane 7 "12 Jan 2002" .TH sane 7 "24 Jan 2002"
.IX sane .IX sane
.SH NAME .SH NAME
@ -43,9 +43,10 @@ website: http://www.mostang.com/sane/html/ (HTML), or
http://www.mostang.com/sane/sane.ps (Postscript). http://www.mostang.com/sane/sane.ps (Postscript).
.P .P
There is some more information for programmers in There is some more information for programmers in
@DOCDIR@/backend-writing.txt. Before a new backend or frontend project is @DOCDIR@/backend-writing.txt. Some of the internal SANE routines (sanei) are
started, have a look at @DOCDIR@/PROJECTS for projects that are planned or not documented using doxygen: http://sanei.meier-geinitz.de/ . Before a new
yet included into the SANE distribution. backend or frontend project is started, have a look at @DOCDIR@/PROJECTS for
projects that are planned or not yet included into the SANE distribution.
.P .P
Your help is always appreciated. Look at @DOCDIR@/TODO for things that should Your help is always appreciated. Look at @DOCDIR@/TODO for things that should
be done. Not only programmers are needed, but also reading and fixing the be done. Not only programmers are needed, but also reading and fixing the