Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Documentation

The API documentation on mapbox.com uses the generated Javadocs.

Step 1. Copy JavaDocs Into API

cd docs/api
mkdir x.y.z  //version number
cp -rp ../../MapboxAndroidSDK/build/docs/javadoc/release/ .
git add x.y.z
git commit -a

Step 2. Edit Link To New API