Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: ppapi/cpp/rect.h

Issue 7572025: Fixed some basic tag issues (missing /code endings, etc.). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/cpp/graphics_2d.h ('k') | ppapi/cpp/var.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/rect.h
===================================================================
--- ppapi/cpp/rect.h (revision 95419)
+++ ppapi/cpp/rect.h (working copy)
@@ -80,10 +80,10 @@
}
/// A constructor accepting a pointer to a <code>Point</code> representing
- /// the origin of the rectangle and a pointer to a Size representing the
- /// height and width.
+ /// the origin of the rectangle and a pointer to a <code>Size</code>
+ /// representing the height and width.
///
- /// @param[in] origin A pointer to a <code>Point<code> representing the
+ /// @param[in] origin A pointer to a <code>Point</code> representing the
/// upper-left starting coordinate.
/// @param[in] size A pointer to a <code>Size</code> representing the height
/// and width.
@@ -358,7 +358,7 @@
/// Subtract() computes the rectangle resulting from subtracting
/// <code>rect</code> from this Rect. If <code>rect</code>does not intersect
/// completely in either the x or y direction, then <code>*this</code> is
- /// returned. If <code>rect<code> contains <code>this</code>, then an empty
+ /// returned. If <code>rect</code> contains <code>this</code>, then an empty
/// <code>Rect</code> is returned.
///
/// @param[in] rect A pointer to a <code>Rect</code>.
« no previous file with comments | « ppapi/cpp/graphics_2d.h ('k') | ppapi/cpp/var.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698