Index: ppapi/cpp/graphics_3d.h |
diff --git a/ppapi/cpp/graphics_3d.h b/ppapi/cpp/graphics_3d.h |
index bb8706a37f0b5338ee975f7177df26af93a3e872..31af6877829a49f7021d0b230c17be83865f0e33 100644 |
--- a/ppapi/cpp/graphics_3d.h |
+++ b/ppapi/cpp/graphics_3d.h |
@@ -109,7 +109,7 @@ class Graphics3D : public Resource { |
/// |
/// <strong>Example:</strong> |
/// |
- /// <code> |
+ /// @code |
/// int attrib_list[] = {PP_GRAPHICS3DATTRIB_RED_SIZE, 0, |
/// PP_GRAPHICS3DATTRIB_GREEN_SIZE, 0, |
/// PP_GRAPHICS3DATTRIB_BLUE_SIZE, 0, |
@@ -118,7 +118,7 @@ class Graphics3D : public Resource { |
/// int red_bits = attrib_list[1]; |
/// int green_bits = attrib_list[3]; |
/// int blue_bits = attrib_list[5]; |
- /// </code> |
+ /// @endcode |
/// |
/// This example retrieves the values for rgb bits in the color buffer. |
int32_t GetAttribs(int32_t attrib_list[]) const; |