mariadb/ndb/docs
unknown 54b1873084 Changes in config for generation of NDB API docs:
don't include header files or class private members;
do include class static members.


ndb/docs/doxygen/Doxyfile.mgmapi:
  Disable inclusion of headers.
  Enable inclusion of static members.
ndb/docs/doxygen/Doxyfile.ndbapi:
  Disable inclusion of headers.
  Enable inclusion of static members.
ndb/docs/doxygen/Doxyfile.ndb:
  Disable inclusion of headers.
  Disable inclusion of private members.
ndb/docs/doxygen/Doxyfile.odbc:
  Disable inclusion of headers.
  Disable inclusion of private members.
ndb/docs/doxygen/Doxyfile.test:
  Disable inclusion of headers.
  Disable inclusion of private members.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2004-12-21 20:52:52 +10:00
..
doxygen Changes in config for generation of NDB API docs: 2004-12-21 20:52:52 +10:00
Makefile.am wl1744 - ndb on windows 2004-11-10 00:03:01 +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