Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Realm Documentation

Docs

You probably want to go and read the docs on the Realm project website. The file docs/src/docs.md is the source for the docs you will see rendered there.

API Reference

You probably to go and read the API reference on the Realm project website. The API reference is generate from comments in the source code of this repository.

You can generate the API docs locally by running sh build.sh docs from the root of this repository. This requires installation of appledoc. You will find the output docs/output/

You can view the docset locally with tools like Dash or in Xcode directly with e.g. Docs for XCode using the packages generated in docs/output/ or via the links in the upper right corner of our online docs.