| Index: chrome/common/extensions/docs/build/directory.py
|
| diff --git a/chrome/common/extensions/docs/build/directory.py b/chrome/common/extensions/docs/build/directory.py
|
| index 95df4cd88117f5ad6aa1e1f68718049791aeaa6f..0390692310558160603979543c8d349a409d3707 100644
|
| --- a/chrome/common/extensions/docs/build/directory.py
|
| +++ b/chrome/common/extensions/docs/build/directory.py
|
| @@ -57,7 +57,7 @@ def parse_json_file(path, encoding="utf-8"):
|
| return json_obj
|
|
|
| class ApiManifest(object):
|
| - """ Represents the list of API methods contained in extension_api.json """
|
| + """ Represents the list of API methods contained in extension_api.json etc """
|
|
|
| _MODULE_DOC_KEYS = ['functions', 'events']
|
| """ Keys which may be passed to the _parseModuleDocLinksByKey method."""
|
|
|