Index: ppapi/generators/test_cgen/enum_typedef.idl |
=================================================================== |
--- ppapi/generators/test_cgen/enum_typedef.idl (revision 97169) |
+++ ppapi/generators/test_cgen/enum_typedef.idl (working copy) |
@@ -4,7 +4,9 @@ |
* found in the LICENSE file. |
*/ |
-/* This file will test that the IDL snippet matches the comment */ |
+/** |
+ * This file will test that the IDL snippet matches the comment. |
+ */ |
/* typedef enum { A = 1, B = 2, C = 3 } et1; */ |
enum et1 { A=1, B=2, C=3 }; |