geoadmin / ol3

OpenLayers 3
http://ol3js.org/
Other
11 stars 6 forks source link

Adapt api doc creation for GeoAdmin API #86

Closed cedricmoullet closed 10 years ago

cedricmoullet commented 10 years ago

New layout for the GeoAdmin API doc based on OpenLayers template.

cedricmoullet commented 10 years ago

@elemoine I have an issue creating the correct API doc for the map options. We have gax.MapOptions which have a new "tooltip" option and the doc for these options are not generated. The GeoAdmin API doc is built with: build-ga.py apidoc Do you have any idea why gax.MapOptions is not documented ?

oterral commented 10 years ago

I succeed to make gax.MapOtpions appears. Feel free to squash this commit and keep what you want.

elemoine commented 10 years ago

Looks good to me @oterral.

One thing I wonder is how Cédric has come up with this jsdoc config file: https://github.com/geoadmin/ol3/blob/20ed47654e563343aae7f2c050fcb615163aabcb/apidoc/ga-conf.json. The jsdoc config in ol3 is much simpler.