diff options
author | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-13 18:12:29 +0000 |
---|---|---|
committer | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-13 18:12:29 +0000 |
commit | 86a9d44cd802b94097a14518733c2be47e5e6e30 (patch) | |
tree | 69d49469341c5a9694d86729ab9678462d254d65 /ppapi/cpp/logging.h | |
parent | 1f28f1856191f8e1377c2d19b84bdd9d788370b2 (diff) | |
download | chromium_src-86a9d44cd802b94097a14518733c2be47e5e6e30.zip chromium_src-86a9d44cd802b94097a14518733c2be47e5e6e30.tar.gz chromium_src-86a9d44cd802b94097a14518733c2be47e5e6e30.tar.bz2 |
Fixed a couple warnings that came up during doxygen generation. Changed <codee> to <code> and <script> to <code>.
Review URL: http://codereview.chromium.org/9132003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp/logging.h')
-rw-r--r-- | ppapi/cpp/logging.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/cpp/logging.h b/ppapi/cpp/logging.h index 9e20f2e..97479a2 100644 --- a/ppapi/cpp/logging.h +++ b/ppapi/cpp/logging.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -18,7 +18,7 @@ /// This macro asserts false in debug builds. It's used in code paths that you /// don't expect to execute. /// -/// <strong>Example:</code> +/// <strong>Example:</strong> /// /// <code> /// if (!pointer) { |