1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
LinBox provides more detailed developer's documentation that includes
descriptions of internal interfaces and data structures, we believe they
are not interesting for most of LinBox users so the package does not ship
developer's documentation.
If you want to get developer's documentation, please follow these
instructions:
1.Get Debian source of LinBox
$ apt-get source linbox
2.Generate developer's documentation
$ cd linbox-$ver/doc
$ doxygen DoxyfileDev.mod
now the documentation is under linbox-$ver/doc/linbox-dev-html/.
-- Lifeng Sun <lifongsun@gmail.com> Mon, 16 Jul 2012 09:12:02 +0800
|