Documentation for exported object literals

This adds the infrastructure that we need for documenting
exported object literals. This is best done by using *.jsdoc
files, which are parsed by JSDoc but not the Closure Compiler.
In addition to adding the documentation of the objects literal
properties, the respective namespaces must also be annotated.

Restricting the API docs to the exported API will be added as a
separate pull request.
This commit is contained in:
ahocevar
2013-04-06 20:45:46 +02:00
committed by Tom Payne
parent 5f817476c2
commit c832a47575
10 changed files with 429 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
/**
* @namespace ol.source
*/