diff options
author | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-14 16:02:19 +0000 |
---|---|---|
committer | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-14 16:02:19 +0000 |
commit | c7eb5178d897f48850fe8ba8ee7a5b4095825095 (patch) | |
tree | 5f64e9359a2e712c3bbe77631bb341d45b9b98ec /ppapi/c/ppp_messaging.h | |
parent | f31e2e5428b57f744b93021b80e17b4505a38f4d (diff) | |
download | chromium_src-c7eb5178d897f48850fe8ba8ee7a5b4095825095.zip chromium_src-c7eb5178d897f48850fe8ba8ee7a5b4095825095.tar.gz chromium_src-c7eb5178d897f48850fe8ba8ee7a5b4095825095.tar.bz2 |
Trivial ppapi/c headers changes
Trivial changes to C headers for consistency with generated code
prior to throwing the switch.
TEST= tryserver
BUG= http://code.google.com/p/chromium/issues/detail?id=76271
Review URL: http://codereview.chromium.org/7360008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92550 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppp_messaging.h')
-rw-r--r-- | ppapi/c/ppp_messaging.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/c/ppp_messaging.h b/ppapi/c/ppp_messaging.h index c36ed96..ef30494 100644 --- a/ppapi/c/ppp_messaging.h +++ b/ppapi/c/ppp_messaging.h @@ -21,7 +21,8 @@ struct PP_Var; * */ -/** @addtogroup Interfaces +/** + * @addtogroup Interfaces * @{ */ |