SyncML API documents seems to be generated
by some tool. But we don't know which tool is used to
do it, so we got trouble with update to new API
documents.
How about using documentation generation tool?
I recommend doxygen(see http://doxygen.org\),
it generates good API reference and is more
powerful than the tool used in documentation by now.
We have to change comments format in sources to
doxygen-readable, similar to javadoc style.
If there is no objection, I'll do it.
Logged In: YES
user_id=551740
I modified comments in sources to doxygen-readable and
commited to CVS.
You can get new API references after installing doxygen (see
http://doxygen.org\) and running it at src/bld directory.
The API references will be generated in doc/html, doc/latex
directory.