mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
7ad30c2ae3
align class members = no (get rid of crufty HTML tables that don't translate well into PDF) tab = 2 (8 is too wide) show used = no (most of these are suppressed header files, hence not linked, hence not useful) disable index = yes (saves stripping these out in combination script) ndb/docs/doxygen/Doxyfile.mgmapi: align class members = no tab = 2 show used = no disable index = yes ndb/docs/doxygen/Doxyfile.ndbapi: align class members = no tab = 2 show used = no disable index = yes ndb/docs/doxygen/Doxyfile.ndb: align class members = no tab = 2 disable index = yes ndb/docs/doxygen/Doxyfile.odbc: align class members = no tab = 2 show used = no disable index = yes ndb/docs/doxygen/Doxyfile.test: align class members = no tab = 2 show used = no disable index = yes |
||
---|---|---|
.. | ||
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