Skip to content

so 5.7 docs

eao197 edited this page Jun 1, 2023 · 13 revisions

SObjectizer-5.7 Documentation

This page contains documentation for SObjectizer v.5.7

Obtaining And Building

The actual information about obtaining and building SObjectizer can be found in README.md. Please look to that file for detailed information.

What's New?

v.5.7.5, v.5.7.4, v.5.7.3, v.5.7.2, v.5.7.1, v.5.7.0

Tutorials

In-Depth serie:

Experimental feature(s):

API Reference Manual

If you need an API Reference Manual then you can build it by yourself using the Doxygen tool:

git clone https://github.com/Stiffstream/sobjectizer
cd sobjectizer/doxygen
doxygen
cd ../dev/doc/html
index.html

Or you can find an already generated documentation here.

Clone this wiki locally