summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppb_var.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/ppb_var.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/ppb_var.h')
-rw-r--r--ppapi/c/ppb_var.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ppapi/c/ppb_var.h b/ppapi/c/ppb_var.h
index 8d84bf3..9d2a268 100644
--- a/ppapi/c/ppb_var.h
+++ b/ppapi/c/ppb_var.h
@@ -16,13 +16,17 @@
#define PPB_VAR_INTERFACE "PPB_Var;0.4"
/**
+ * @file
+ * Defines the API ...
+ */
+
+/**
*
* @addtogroup Enums
* @{
*/
/**
- * @file
* Defines the PPB_Var struct.
* See http://code.google.com/p/ppapi/wiki/InterfacingWithJavaScript
* for general information on using this interface.