Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: ppapi/generators/test_cgen/structs.idl

Issue 7715036: More multi-version support (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/generators/test_cgen/structs.idl
===================================================================
--- ppapi/generators/test_cgen/structs.idl (revision 97169)
+++ ppapi/generators/test_cgen/structs.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 uint8_t s_array[3]; */
typedef uint8_t[3] s_array;

Powered by Google App Engine
This is Rietveld 408576698