summaryrefslogtreecommitdiff
path: root/.jazzy.yaml
Commit message (Collapse)AuthorAgeFilesLines
* [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-121-2/+2
|
* [ios] Get favicon from HTTPS in jazzy docsMinh Nguyễn2016-02-081-1/+1
|
* [ios] Made user dot position configurableMinh Nguyễn2016-01-201-0/+1
| | | | The user dot or user puck’s position is now configurable via a new alignment property in any user tracking mode. Also, -setUserTrackingMode:animated: is now exposed publicly, and setting its animated parameter to NO skips the initial animation.
* [ios] Categorized classes added in #3456Minh Nguyễn2016-01-091-0/+2
|
* Happy new year!Minh Nguyễn2016-01-051-1/+1
|
* [ios] Generate API documentation using jazzyMinh Nguyễn2016-01-051-0/+51
Replaced appledoc usage with jazzy, which understands modern Objective-C syntax by virtue of using Clang ASTs. Nevertheless, we have to make lots of changes to our documentation syntax, which was tailored to appledocs quirks. The new syntax jives much better with what Xcode expects in terms of auto-indentation and Quick Help. Fixes #1420.