.. _apidocumentation: API documentation ################# Mapbender3 offers an API documentation at http://api.mapbender3.org/. How to write Mapbender3 API Documentation? ******************************************* PHP ~~~~~~ `ApiGen `_ is used to generate API documentation. 'All' you have to do is to insert docblocks in your code. Below you find an example class with docbblock annotations: .. literalinclude:: ../../../../src/Mapbender/Example.php :language: html+php :linenos: Have a look at the docblocks at `Example.php`_. JavaScript ********** This has not yet been decided as good tools are almost not to be found.