summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppp_instance.h
diff options
context:
space:
mode:
authorjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-28 22:28:43 +0000
committerjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-28 22:28:43 +0000
commitf98c6a196e9e6b5be349ad3db40081213fcc4c88 (patch)
tree06417d0a74ae9bb7a544121717ce7cbbed7d1bfb /ppapi/c/ppp_instance.h
parentdab85b4a8d1e5834f28fcbefa5094c381c8fd548 (diff)
downloadchromium_src-f98c6a196e9e6b5be349ad3db40081213fcc4c88.zip
chromium_src-f98c6a196e9e6b5be349ad3db40081213fcc4c88.tar.gz
chromium_src-f98c6a196e9e6b5be349ad3db40081213fcc4c88.tar.bz2
Some minor tweaks to doxygen code. Namely adding @file sections to the start
of many files. Review URL: http://codereview.chromium.org/6261031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73030 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppp_instance.h')
-rw-r--r--ppapi/c/ppp_instance.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ppapi/c/ppp_instance.h b/ppapi/c/ppp_instance.h
index ff1eff2..ef51f7b 100644
--- a/ppapi/c/ppp_instance.h
+++ b/ppapi/c/ppp_instance.h
@@ -19,7 +19,9 @@ struct PP_Var;
* @file
* Defines the API ...
*
- * @addtogroup Interfaces
+ */
+
+/** @addtogroup Interfaces
* @{
*/