mariadb/ndb/docs
tomas@poseidon.ndb.mysql.com 71aabd8b69 Merge tulin@bk-internal.mysql.com:/home/bk/wl2299
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2005-01-19 10:01:30 +01:00
..
doxygen WL#2299, structured log events 2005-01-19 08:14:52 +01:00
Makefile.am Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 2005-01-16 21:50:31 +01:00
README Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
wl2077.txt ndb - shm transporter benchmark result 2004-12-14 08:10:22 +01:00

Create MySQL Cluster user documentation from source code
--------------------------------------------------------
(All these require Doxygen.) 

* make clean
  Remove all generated documentation and tmp files

* make ndbapidoc
  Makes the NDB API Programmer's Guide (in HTML)

* make ndbapipdf
  Makes the NDB API Programmer Guide (in PDF)

* make mgmapidoc
  Makes the MGM API Reference Manual (in HTML)

* make mgmapipdf
  Makes the MGM API Reference Manual (in PDF)

* make ndbdoc
  Makes source code browser for NDB Cluster (in HTML)
  (Requires Graphviz.)

Doxygen and Graphviz can be found at:
  http://www.doxygen.org
or at (for Red Hat 9.0 RPMs):
  http://dentrassi.de/download/doxygen/

--
lars@mysql.com