A few lines explaining what the exports.js plugin does
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* This plugin parses goog.exportSymbol and goog.exportProperty calls to build
|
||||||
|
* a list of API symbols and properties. Everything else is marked undocumented,
|
||||||
|
* which will remove it from the docs.
|
||||||
|
*/
|
||||||
|
|
||||||
var api = [];
|
var api = [];
|
||||||
|
|
||||||
function collectExports(source) {
|
function collectExports(source) {
|
||||||
|
|||||||
Reference in New Issue
Block a user