Chromium Code Reviews| Index: ppapi/apps_tests/test2.idl |
| diff --git a/ppapi/apps_tests/test2.idl b/ppapi/apps_tests/test2.idl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1592047b8a07d184762fe64567397ab2a739f20d |
| --- /dev/null |
| +++ b/ppapi/apps_tests/test2.idl |
| @@ -0,0 +1,8 @@ |
| + |
| +// namespace simple |
| +[nodoc] namespace simple { |
| + interface x {}; |
| + |
| + // This interface has a comment, but the first one does not. |
| + interface y {}; |
| +}; |