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:
3
src/ol/source/source.jsdoc
Normal file
3
src/ol/source/source.jsdoc
Normal file
@@ -0,0 +1,3 @@
|
||||
/**
|
||||
* @namespace ol.source
|
||||
*/
|
||||
Reference in New Issue
Block a user