mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
cc07a3a146
updated doxygen Makefile for changed examples directory .del-demos.tar~8e6dfbc510a6e323: Delete: ndb/ndbapi-examples/configurations/demos.tar Many files: mvdir |
||
---|---|---|
.. | ||
doxygen | ||
Makefile.am | ||
README | ||
wl2077.txt |
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