[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: OpenLDAP C++ API



On Tue, Jun 11, 2002 at 08:58:46AM -0700, James Zappia wrote:
> Hello-
> 
> I see in the current release of OpenLDAP, 2.1, there's a new C++ API.  Aside
> from digging through the source code is this API documented?  I couldn't
> find anything on the OpenLDAP.org website.  If it is not documented is there
> an ETA on it?
You can extract the API documentation from the header files using the tool
doxygen. It will generate some HTML file similar to javadoc.
Just install doxygen ( http://www.stack.nl/~dimitri/doxygen/ ) and run
"doxygen doxygen.rc" from the openldap-2.1.x/contrib/ldapc++/ directory.
This should generate the documentation in a subdirectory "srcdoc". 

-- 
regards,
    Ralf