• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doxygen/H11-Mar-2021-4,8363,340

READMEH A D11-Mar-2021714 3122

README

1Create MySQL Cluster user documentation from source code
2--------------------------------------------------------
3(All these require Doxygen.)
4
5* make clean
6  Remove all generated documentation and tmp files
7
8* make ndbapidoc
9  Makes the NDB API Programmer's Guide (in HTML)
10
11* make ndbapipdf
12  Makes the NDB API Programmer Guide (in PDF)
13
14* make mgmapidoc
15  Makes the MGM API Reference Manual (in HTML)
16
17* make mgmapipdf
18  Makes the MGM API Reference Manual (in PDF)
19
20* make ndbdoc
21  Makes source code browser for NDB Cluster (in HTML)
22  (Requires Graphviz.)
23
24Doxygen and Graphviz can be found at:
25  http://www.doxygen.org
26or at (for Red Hat 9.0 RPMs):
27  http://dentrassi.de/download/doxygen/
28
29--
30lars@mysql.com
31