
2002-05-13 Sven Neumann <sven@gimp.org> * libgimpmath/libgimpmath-docs.sgml: added GimpMD5 section, removed GimpMathTypes. * libgimpmath/libgimpmath-sections.txt: updated. * libgimpmath/tmpl/gimpmathtypes.sgml: removed. * libgimpmath/tmpl/gimpmd5.sgml: added GimpMD5 template. * libgimpmath/tmpl/gimpmatrix.sgml * libgimpmath/tmpl/gimpvector.sgml: updated.
20 lines
508 B
Plaintext
20 lines
508 B
Plaintext
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
|
<!entity GimpMath SYSTEM "sgml/gimpmath.sgml">
|
|
<!entity GimpMatrix SYSTEM "sgml/gimpmatrix.sgml">
|
|
<!entity GimpVector SYSTEM "sgml/gimpvector.sgml">
|
|
<!entity GimpMD5 SYSTEM "sgml/gimpmd5.sgml">
|
|
]>
|
|
<book id="index">
|
|
<bookinfo>
|
|
<title>GIMP Math Library Reference Manual</title>
|
|
</bookinfo>
|
|
|
|
<chapter id="libgimpmath">
|
|
<title>GIMP Math Library</title>
|
|
&GimpMath;
|
|
&GimpMatrix;
|
|
&GimpVector;
|
|
&GimpMD5;
|
|
</chapter>
|
|
</book>
|