| Index: extensions/generated_extensions_api.gni
|
| diff --git a/extensions/generated_extensions_api.gni b/extensions/generated_extensions_api.gni
|
| index bd66a5f99ba675f1599896348f725a8d81a676a8..5360711eecec1559ddca9136518ccbd5beed649b 100644
|
| --- a/extensions/generated_extensions_api.gni
|
| +++ b/extensions/generated_extensions_api.gni
|
| @@ -12,9 +12,9 @@
|
| # sources [required] A list of schema files to be compiled.
|
| #
|
| # root_namespace [required]
|
| -# The namespace in which generated API code is to be
|
| -# wrapped. C++ namespace syntax is accepted for nested namespace
|
| -# (e.g. "foo::bar::api").
|
| +# A Python string substituion pattern used to generate the C++
|
| +# namespace for each API. Use %(namespace)s to replace with the API
|
| +# namespace, like "toplevel::%(namespace)s_api".
|
| #
|
| # bundle [optional, default = false]
|
| # Boolean indicating if the schema files should be bundled or not.
|
|
|