| Index: ppapi/generators/idl_parser.py
|
| diff --git a/ppapi/generators/idl_parser.py b/ppapi/generators/idl_parser.py
|
| index 51941d7cd9c9a72edcad457b512658f4bb837c09..823dcf5aeda2a57e1c5dc4f6c80dfd742ec3725e 100755
|
| --- a/ppapi/generators/idl_parser.py
|
| +++ b/ppapi/generators/idl_parser.py
|
| @@ -385,7 +385,7 @@ class IDLParser(IDLLexer):
|
| # Name=HEX | INT | OCT | FLOAT
|
| # Name="STRING"
|
| # Name=Function(arg ...)
|
| -# TODO(noelallen) -Not currently supported:
|
| +# TODO(bradnelson) -Not currently supported:
|
| # ** Name(arg ...) ...
|
| # ** Name=Scope::Value
|
| #
|
|
|