mariadb/ndb/docs
unknown 1cd8eaa777 Makefile.am:
updated doxygen Makefile for changed examples directory
.del-demos.tar~8e6dfbc510a6e323:
  Delete: ndb/ndbapi-examples/configurations/demos.tar
Many files:
  mvdir


ndb/ndbapi-examples/Makefile:
  mvdir
ndb/ndbapi-examples/mgmapi_logevent_example/Makefile:
  mvdir
ndb/ndbapi-examples/mgmapi_logevent_example/mgmapi_logevent.cpp:
  mvdir
ndb/ndbapi-examples/ndbapi_async_example/Makefile:
  mvdir
ndb/ndbapi-examples/ndbapi_async_example/ndbapi_async.cpp:
  mvdir
ndb/ndbapi-examples/ndbapi_async_example/readme.txt:
  mvdir
ndb/ndbapi-examples/ndbapi_async_example1/Makefile:
  mvdir
ndb/ndbapi-examples/ndbapi_async_example1/ndbapi_async1.cpp:
  mvdir
ndb/ndbapi-examples/ndbapi_event_example/Makefile:
  mvdir
ndb/ndbapi-examples/ndbapi_event_example/ndbapi_event.cpp:
  mvdir
ndb/ndbapi-examples/ndbapi_retries_example/Makefile:
  mvdir
ndb/ndbapi-examples/ndbapi_retries_example/ndbapi_retries.cpp:
  mvdir
ndb/ndbapi-examples/ndbapi_scan_example/Makefile:
  mvdir
ndb/ndbapi-examples/ndbapi_scan_example/ndbapi_scan.cpp:
  mvdir
ndb/ndbapi-examples/ndbapi_scan_example/readme.txt:
  mvdir
ndb/ndbapi-examples/ndbapi_simple_example/Makefile:
  mvdir
ndb/ndbapi-examples/ndbapi_simple_example/ndbapi_simple.cpp:
  mvdir
ndb/ndbapi-examples/ndbapi_simple_index_example/Makefile:
  mvdir
ndb/ndbapi-examples/ndbapi_simple_index_example/ndbapi_simple_index.cpp:
  mvdir
BitKeeper/deleted/.del-demos.tar~8e6dfbc510a6e323:
  Delete: ndb/ndbapi-examples/configurations/demos.tar
ndb/docs/Makefile.am:
  updated doxygen Makefile for changed examples directory
2005-01-26 16:42:52 +01:00
..
doxygen WL#2299, structured log events 2005-01-19 08:14:52 +01:00
Makefile.am Makefile.am: 2005-01-26 16:42:52 +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