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

Unified Diff: ppapi/c/ppb_url_request_info.h

Issue 6297018: Removed Doxygen groupings by ppb_, pp_, and ppp_. Added grouping by construct... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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/c/ppb_url_request_info.h
===================================================================
--- ppapi/c/ppb_url_request_info.h (revision 72639)
+++ ppapi/c/ppb_url_request_info.h (working copy)
@@ -14,6 +14,16 @@
struct PP_Var;
+/**
+ * @file
+ * Defines the API ...
+ */
+
+/**
+ *
+ * @addtogroup Enums
+ * @{
+ */
typedef enum {
PP_URLREQUESTPROPERTY_URL, // string
PP_URLREQUESTPROPERTY_METHOD, // string
@@ -33,10 +43,19 @@
// Boolean (default = PP_FALSE).
PP_URLREQUESTPROPERTY_RECORDUPLOADPROGRESS
} PP_URLRequestProperty;
+/**
+ * @}
+ */
+
PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_URLRequestProperty, 4);
#define PPB_URLREQUESTINFO_INTERFACE "PPB_URLRequestInfo;0.2"
+/**
+ *
+ * @addtogroup Interfaces
+ * @{
+ */
struct PPB_URLRequestInfo {
// Create a new URLRequestInfo object. Returns 0 if the module is invalid.
PP_Resource (*Create)(PP_Instance instance);
@@ -83,6 +102,9 @@
int64_t number_of_bytes,
PP_Time expected_last_modified_time);
};
+/**
+ * @}
+ */
#endif /* PPAPI_C_PPB_URL_REQUEST_INFO_H_ */

Powered by Google App Engine
This is Rietveld 408576698