-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update yokedox javadoc for v10.11 (#1941)
* Update javadoc v10.11 * Add yokedox config and external links
- Loading branch information
Showing
148 changed files
with
26,237 additions
and
4,656 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"externalEntityPatterns": [ | ||
{ | ||
"from": "^java\\.", | ||
"toPrefix": "https://docs.oracle.com/javase/7/docs/api/", | ||
"toSuffix": ".html" | ||
}, | ||
{ | ||
"from": "^io\\.reactivex\\.", | ||
"toPrefix": "http://reactivex.io/RxJava/javadoc/" | ||
}, | ||
{ | ||
"from": "^android\\.", | ||
"toPrefix": "https://developer.android.com/reference/" | ||
}, | ||
{ | ||
"from": "^org\\.bson\\.", | ||
"toPrefix": "https://www.javadoc.io/doc/org.mongodb/bson/3.12.1/" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
:depth: 2 | ||
:class: singlecol | ||
|
||
|
||
|
||
API Reference | ||
^^^^^^^^^^^^^ | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
:hidden: | ||
|
||
|
||
io.realm </sdk/java/api/io/realm> | ||
io.realm.annotations </sdk/java/api/io/realm/annotations> | ||
io.realm.coroutines </sdk/java/api/io/realm/coroutines> | ||
io.realm.exceptions </sdk/java/api/io/realm/exceptions> | ||
io.realm.gradle </sdk/java/api/io/realm/gradle> | ||
io.realm.log </sdk/java/api/io/realm/log> | ||
io.realm.mongodb </sdk/java/api/io/realm/mongodb> | ||
io.realm.mongodb.auth </sdk/java/api/io/realm/mongodb/auth> | ||
io.realm.mongodb.functions </sdk/java/api/io/realm/mongodb/functions> | ||
io.realm.mongodb.log.obfuscator </sdk/java/api/io/realm/mongodb/log/obfuscator> | ||
io.realm.mongodb.mongo </sdk/java/api/io/realm/mongodb/mongo> | ||
io.realm.mongodb.mongo.events </sdk/java/api/io/realm/mongodb/mongo/events> | ||
io.realm.mongodb.mongo.iterable </sdk/java/api/io/realm/mongodb/mongo/iterable> | ||
io.realm.mongodb.mongo.options </sdk/java/api/io/realm/mongodb/mongo/options> | ||
io.realm.mongodb.mongo.result </sdk/java/api/io/realm/mongodb/mongo/result> | ||
io.realm.mongodb.push </sdk/java/api/io/realm/mongodb/push> | ||
io.realm.mongodb.sync </sdk/java/api/io/realm/mongodb/sync> | ||
io.realm.rx </sdk/java/api/io/realm/rx> | ||
io.realm.transformer </sdk/java/api/io/realm/transformer> | ||
|
||
|
||
|
||
| | ||
|
||
- :ref:`io.realm <io_realm>` | ||
- :ref:`io.realm.annotations <io_realm_annotations>` | ||
- :ref:`io.realm.coroutines <io_realm_coroutines>` | ||
- :ref:`io.realm.exceptions <io_realm_exceptions>` | ||
- :ref:`io.realm.gradle <io_realm_gradle>` | ||
- :ref:`io.realm.log <io_realm_log>` | ||
- :ref:`io.realm.mongodb <io_realm_mongodb>` | ||
- :ref:`io.realm.mongodb.auth <io_realm_mongodb_auth>` | ||
- :ref:`io.realm.mongodb.functions <io_realm_mongodb_functions>` | ||
- :ref:`io.realm.mongodb.log.obfuscator <io_realm_mongodb_log_obfuscator>` | ||
- :ref:`io.realm.mongodb.mongo <io_realm_mongodb_mongo>` | ||
- :ref:`io.realm.mongodb.mongo.events <io_realm_mongodb_mongo_events>` | ||
- :ref:`io.realm.mongodb.mongo.iterable <io_realm_mongodb_mongo_iterable>` | ||
- :ref:`io.realm.mongodb.mongo.options <io_realm_mongodb_mongo_options>` | ||
- :ref:`io.realm.mongodb.mongo.result <io_realm_mongodb_mongo_result>` | ||
- :ref:`io.realm.mongodb.push <io_realm_mongodb_push>` | ||
- :ref:`io.realm.mongodb.sync <io_realm_mongodb_sync>` | ||
- :ref:`io.realm.rx <io_realm_rx>` | ||
- :ref:`io.realm.transformer <io_realm_transformer>` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.