diff options
Diffstat (limited to 'ppapi/c/ppb_messaging.h')
-rw-r--r-- | ppapi/c/ppb_messaging.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ppapi/c/ppb_messaging.h b/ppapi/c/ppb_messaging.h index b5b729b..92cb09b 100644 --- a/ppapi/c/ppb_messaging.h +++ b/ppapi/c/ppb_messaging.h @@ -17,7 +17,9 @@ * This file defines the <code>PPB_Messaging</code> interface implemented * by the browser for sending messages to DOM elements associated with a * specific module instance. - * + */ + +/** * @addtogroup Interfaces * @{ */ |