用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guo XIn 291e661666 first commit 5 months ago
..
doxygen first commit 5 months ago
README first commit 5 months ago
wl2077.txt first commit 5 months ago

README

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