From 423ba5c0e4970482e2ac1eef3b885f9223093639 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 10 Apr 2013 11:04:39 +0200 Subject: [PATCH] A few lines explaining what the exports.js plugin does --- doc/plugins/exports.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/plugins/exports.js b/doc/plugins/exports.js index 8e483e3c59..90b202de2a 100644 --- a/doc/plugins/exports.js +++ b/doc/plugins/exports.js @@ -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 = []; function collectExports(source) {