Index: ppapi/c/ppb_url_loader.h |
=================================================================== |
--- ppapi/c/ppb_url_loader.h (revision 72639) |
+++ ppapi/c/ppb_url_loader.h (working copy) |
@@ -14,6 +14,16 @@ |
#define PPB_URLLOADER_INTERFACE "PPB_URLLoader;0.1" |
+/** |
+ * @file |
+ * Defines the API ... |
+ */ |
+ |
+/** |
+ * @addtogroup Interfaces |
+ * @{ |
+ */ |
+ |
// The interface for loading URLs. |
// |
// Typical steps for loading an URL: |
@@ -105,6 +115,9 @@ |
// Close method. |
void (*Close)(PP_Resource loader); |
}; |
+/** |
+ * @} |
+ */ |
#endif /* PPAPI_C_PPB_URL_LOADER_H_ */ |