← Back to team overview

mysql-proxy-discuss team mailing list archive

0.8 will have a extra feature: code documentation

 

Hi,

The main thing of MySQL Proxy 0.8 will be the threaded network-io
allowing the socket layer to read and write data while another
connection executes Lua code at the same time.

But, more important: we try to fill in developer docs for everything. We
are actually looking for some tough reading. Spelling errors, strange
explainations, errors, ...

Pull the code:

  $ bzr branch lp:mysql-proxy

... and run doxygen (with dot and mscgen installed):

  $ make docs

... and look with a browser at:

  $ open doxygen/html/index.html

If you follow the changesets we push recently, it is mostly about docs.

cheers,
  Jan
-- 
 jan: "Gee, Brain^WEric, what'd you wanna do tonight?"
eric: Same thing we do everynight: Take over the HelloWorld!



Follow ups